From 66a07d2a551f196c1007ce51ef7a134acfcdab1e Mon Sep 17 00:00:00 2001 From: Field Command <159087063+FieldCommand@users.noreply.github.com> Date: Sat, 4 Apr 2026 20:21:03 +0200 Subject: [PATCH] Cloak and hat for captain and HoS plus some extra. (#5601) * Cloaks and hats for captain and HoS * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Removed time requirement * evil * Added fix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .../VendingMachines/Inventories/centdrobe.yml | 2 + .../Prototypes/Loadouts/loadout_groups.yml | 8 ++- .../Catalog/Fills/Lockers/suit_storage.yml | 12 ++--- .../_DV/Entities/Clothing/Eyes/hud.yml | 34 ++++++++++++ .../_DV/Entities/Clothing/Head/hats.yml | 45 ++++++++++++++++ .../_DV/Entities/Clothing/Neck/cloaks.yml | 28 ++++++++++ .../_DV/Entities/Clothing/Shoes/magboots.yml | 35 +++++++++++++ .../_DV/Loadouts/Jobs/Command/captain.yml | 10 ++++ .../Jobs/Security/head_of_security.yml | 11 ++++ .../Jobs/CentComm/EmergencyResponseTeam.yml | 31 +++++------ .../Hud/erthud.rsi/equipped-EYES-arachnid.png | Bin 0 -> 3101 bytes .../Hud/erthud.rsi/equipped-EYES-moth.png | Bin 0 -> 3035 bytes .../Eyes/Hud/erthud.rsi/equipped-EYES.png | Bin 0 -> 405 bytes .../_DV/Clothing/Eyes/Hud/erthud.rsi/icon.png | Bin 0 -> 474 bytes .../Eyes/Hud/erthud.rsi/inhand-left.png | Bin 0 -> 308 bytes .../Eyes/Hud/erthud.rsi/inhand-right.png | Bin 0 -> 315 bytes .../Clothing/Eyes/Hud/erthud.rsi/meta.json | 34 ++++++++++++ .../captaincavalier.rsi/equipped-HELMET.png | Bin 0 -> 896 bytes .../Head/Hats/captaincavalier.rsi/icon.png | Bin 0 -> 390 bytes .../Hats/captaincavalier.rsi/inhand-left.png | Bin 0 -> 570 bytes .../Hats/captaincavalier.rsi/inhand-right.png | Bin 0 -> 586 bytes .../Head/Hats/captaincavalier.rsi/meta.json | 26 ++++++++++ .../centcommcavalier.rsi/equipped-HELMET.png | Bin 0 -> 933 bytes .../Head/Hats/centcommcavalier.rsi/icon.png | Bin 0 -> 390 bytes .../Hats/centcommcavalier.rsi/inhand-left.png | Bin 0 -> 533 bytes .../centcommcavalier.rsi/inhand-right.png | Bin 0 -> 553 bytes .../Head/Hats/centcommcavalier.rsi/meta.json | 26 ++++++++++ .../Hats/hoscavalier.rsi/equipped-HELMET.png | Bin 0 -> 863 bytes .../Head/Hats/hoscavalier.rsi/icon.png | Bin 0 -> 385 bytes .../Head/Hats/hoscavalier.rsi/inhand-left.png | Bin 0 -> 515 bytes .../Hats/hoscavalier.rsi/inhand-right.png | Bin 0 -> 549 bytes .../Head/Hats/hoscavalier.rsi/meta.json | 26 ++++++++++ .../Cloaks/boatcloakcc.rsi/equipped-NECK.png | Bin 0 -> 2179 bytes .../Neck/Cloaks/boatcloakcc.rsi/icon.png | Bin 0 -> 1017 bytes .../Neck/Cloaks/boatcloakcc.rsi/meta.json | 18 +++++++ .../Cloaks/boatcloakhos.rsi/equipped-NECK.png | Bin 0 -> 2108 bytes .../Neck/Cloaks/boatcloakhos.rsi/icon.png | Bin 0 -> 983 bytes .../Neck/Cloaks/boatcloakhos.rsi/meta.json | 18 +++++++ .../magbootsert.rsi/equipped-FEET-vox.png | Bin 0 -> 698 bytes .../Boots/magbootsert.rsi/equipped-FEET.png | Bin 0 -> 990 bytes .../Shoes/Boots/magbootsert.rsi/icon-on.png | Bin 0 -> 909 bytes .../Shoes/Boots/magbootsert.rsi/icon.png | Bin 0 -> 911 bytes .../Boots/magbootsert.rsi/inhand-left.png | Bin 0 -> 753 bytes .../Boots/magbootsert.rsi/inhand-right.png | Bin 0 -> 768 bytes .../Shoes/Boots/magbootsert.rsi/meta.json | 49 ++++++++++++++++++ .../magbootsert.rsi/on-equipped-FEET-vox.png | Bin 0 -> 701 bytes .../magbootsert.rsi/on-equipped-FEET.png | Bin 0 -> 1013 bytes .../Boots/magbootsert.rsi/on-inhand-left.png | Bin 0 -> 749 bytes .../Boots/magbootsert.rsi/on-inhand-right.png | Bin 0 -> 764 bytes 49 files changed, 388 insertions(+), 25 deletions(-) create mode 100644 Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/equipped-EYES-arachnid.png create mode 100644 Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/equipped-EYES-moth.png create mode 100644 Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakhos.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakhos.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakhos.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/equipped-FEET-vox.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/equipped-FEET.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/icon-on.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/icon.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/inhand-right.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/meta.json create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/on-equipped-FEET-vox.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/on-equipped-FEET.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/on-inhand-left.png create mode 100644 Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/on-inhand-right.png diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml index 64c1d37473..bae5b62dc9 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml @@ -7,8 +7,10 @@ ClothingHeadHatCentcom: 3 ClothingHeadHatBeretCentcomm: 3 # DeltaV - Centcomm Drip ClothingHeadHatCentcomcap: 3 + ClothingHeadHatCentcommCavalier: 3 # DeltaV - Centcomm Drip ClothingNeckCloakCentcom: 3 ClothingNeckMantleCentcom: 3 # DeltaV - Centcomm Drip + ClothingNeckCentcommCloakBoat: 3 # DeltaV - Centcomm Drip ClothingUniformJumpsuitCentcomOfficial: 3 ClothingUniformJumpskirtCentcomOfficial: 3 # DeltaV - Centcomm Drip ClothingUniformJumpsuitCentcomAgent: 3 diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 4877a60d4f..acb5b64c7d 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -144,7 +144,10 @@ loadouts: - CaptainHead - CaptainCap - - CaptainBeret # DeltaV + # Begin DeltaV changes + - CaptainBeret + - CaptainCavalier + # End DeltaV changes - type: loadoutGroup id: CaptainJumpsuit @@ -163,6 +166,7 @@ - CaptainCloak - CaptainCloakFormal - CaptainMantle + - CaptainBoatCloak # DeltaV - type: loadoutGroup id: CaptainBackpack @@ -1397,6 +1401,7 @@ loadouts: - HeadofSecurityHead - HeadofSecurityBeret + - HeadofSecurityCavalier # DeltaV - type: loadoutGroup id: HeadofSecurityJumpsuit @@ -1429,6 +1434,7 @@ - ScarfBlack - SecurityPoncho - HeadOfSecurityRobe + - HeadOfSecurityCloakBoat # End DeltaV changes - type: loadoutGroup diff --git a/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml index d560819f34..a98e5139d4 100644 --- a/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/_DV/Catalog/Fills/Lockers/suit_storage.yml @@ -124,7 +124,7 @@ table: !type:AllSelector children: - id: ClothingOuterHardsuitERTLeader - - id: JetpackSecurityFilled + - id: ClothingShoesBootsERTMagboots - id: ClothingMaskGasERT - id: HandheldGPSBasic - id: OxygenTankERTFilled @@ -148,7 +148,7 @@ table: !type:AllSelector children: - id: ClothingOuterHardsuitERTSecurity - - id: JetpackSecurityFilled + - id: ClothingShoesBootsERTMagboots - id: ClothingMaskGasERT - id: HandheldGPSBasic - id: OxygenTankERTFilled @@ -172,7 +172,7 @@ table: !type:AllSelector children: - id: ClothingOuterHardsuitERTMedical - - id: JetpackSecurityFilled + - id: ClothingShoesBootsERTMagboots - id: ClothingMaskGasERT - id: HandheldGPSBasic - id: OxygenTankERTFilled @@ -196,7 +196,7 @@ table: !type:AllSelector children: - id: ClothingOuterHardsuitERTJanitor - - id: JetpackSecurityFilled + - id: ClothingShoesBootsERTMagboots - id: ClothingMaskGasERT - id: HandheldGPSBasic - id: OxygenTankERTFilled @@ -220,7 +220,7 @@ table: !type:AllSelector children: - id: ClothingOuterHardsuitERTEngineer - - id: JetpackSecurityFilled + - id: ClothingShoesBootsERTMagboots - id: ClothingMaskGasERT - id: HandheldGPSBasic - id: OxygenTankERTFilled @@ -244,7 +244,7 @@ table: !type:AllSelector children: - id: ClothingOuterHardsuitERTChaplain - - id: JetpackSecurityFilled + - id: ClothingShoesBootsERTMagboots - id: ClothingMaskGasERT - id: HandheldGPSBasic - id: OxygenTankERTFilled diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/_DV/Entities/Clothing/Eyes/hud.yml index 15bbe3153d..8009336043 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Eyes/hud.yml @@ -60,3 +60,37 @@ node: prescdiaghud - type: VisionCorrection correctionPower: 1.75 # The hud part decreases efficiency + +# ERT + +- type: entity + parent: [ClothingEyesBase, BaseCentcommContraband] + id: ClothingEyesERTInformationHud + name: ERT information hud + description: State-of-the-art information hud with strong flash protection. These ones bear ERT markings. + components: + - type: Sprite + sprite: _DV/Clothing/Eyes/Hud/erthud.rsi + - type: Clothing + sprite: _DV/Clothing/Eyes/Hud/erthud.rsi + - type: FlashImmunity + - type: EyeProtection + - type: ShowJobIcons + - type: ShowMindShieldIcons + - type: ShowCriminalRecordIcons + - type: ShowContrabandDetails + - type: ShowHealthBars + damageContainers: + - Biological + - BiologicalMetaphysical + - Inorganic + - Silicon + - HumanoidSilicon + - type: IdentityBlocker + coverage: EYES + - type: Tag + tags: + - WhitelistChameleon + - HighRiskItem + - type: StaticPrice + price: 2500 diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml index c2158c0d70..f028f2f0af 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml @@ -387,3 +387,48 @@ sprite: _DV/Clothing/Head/Hats/beret_paramedic.rsi - type: Clothing sprite: _DV/Clothing/Head/Hats/beret_paramedic.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatHeadOfSecurityCavalier + name: head of security cavalier hat + description: A well-made cavalier hat made of the finest materials for all your flamboyant needs.. + components: + - type: Sprite + sprite: _DV/Clothing/Head/Hats/hoscavalier.rsi + - type: Clothing + sprite: _DV/Clothing/Head/Hats/hoscavalier.rsi + clothingVisuals: + head: + - state: equipped-HELMET + offset: "0, 0.12" + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatCaptainCavalier + name: captain cavalier hat + description: A well-made cavalier hat made of the finest materials for all your flamboyant needs.. + components: + - type: Sprite + sprite: _DV/Clothing/Head/Hats/captaincavalier.rsi + - type: Clothing + sprite: _DV/Clothing/Head/Hats/captaincavalier.rsi + clothingVisuals: + head: + - state: equipped-HELMET + offset: "0, 0.12" + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatCentcommCavalier + name: centcomm cavalier hat + description: A well-made cavalier hat made of the finest materials for all your flamboyant needs.. + components: + - type: Sprite + sprite: _DV/Clothing/Head/Hats/centcommcavalier.rsi + - type: Clothing + sprite: _DV/Clothing/Head/Hats/centcommcavalier.rsi + clothingVisuals: + head: + - state: equipped-HELMET + offset: "0, 0.12" diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml index 1d2411cfcc..5f301ec8b2 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml @@ -115,3 +115,31 @@ sprite: _DV/Clothing/Neck/Cloaks/cmo_shawl.rsi - type: StealTarget stealGroup: HeadCloak + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCentcommCloakBoat + name: central command boat cloak + description: A emerald greeen durathread boat cloak with a red felt lining and gold trim. Somehow, it's even more expensive than it looks. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/Cloaks/boatcloakcc.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/Cloaks/boatcloakcc.rsi + - type: Tag + tags: + - WhitelistChameleon + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckHeadOfSecurityCloakBoat + name: head of security boat cloak + description: A rish gray durathread boat cloak with a red felt lining and gold trim. Somehow, it's even more expensive than it looks. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/Cloaks/boatcloakhos.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/Cloaks/boatcloakhos.rsi + - type: Tag + tags: + - WhitelistChameleon diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/magboots.yml index 0cdbd1d582..ae82e28cba 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Shoes/magboots.yml @@ -8,3 +8,38 @@ sprite: _DV/Clothing/Shoes/Boots/magboots-security.rsi - type: Clothing sprite: _DV/Clothing/Shoes/Boots/magboots-security.rsi + +# ERT + +- type: entity + parent: [ClothingShoesBootsMagBase, BaseJetpack, BaseCentcommContraband] + id: ClothingShoesBootsERTMagboots + name: ERT magboots + description: State-of-the-art magnetic boots, that do not slow down their wearer and have integrated thrusters. It can hold 0.75 L of gas. These ones bear ERT markings. + components: + - type: Sprite + sprite: _DV/Clothing/Shoes/Boots/magbootsert.rsi + state: icon + - type: Clothing + sprite: _DV/Clothing/Shoes/Boots/magbootsert.rsi + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 1 + - type: Tag + tags: + - WhitelistChameleon + - HighRiskItem + - type: GasTank + outputPressure: 42.6 + air: + # 2 minutes of thrust + volume: 0.75 + temperature: 293.15 + moles: + Oxygen: 0.153853429 # oxygen + Nitrogen: 0.153853429 # nitrogen + - type: Item + sprite: null + size: Normal + - type: StaticPrice + price: 2500 diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Command/captain.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Command/captain.yml index 0392a25ac4..bcb1393a36 100644 --- a/Resources/Prototypes/_DV/Loadouts/Jobs/Command/captain.yml +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Command/captain.yml @@ -4,12 +4,22 @@ equipment: head: ClothingHeadHatBeretCap +- type: loadout + id: CaptainCavalier + equipment: + head: ClothingHeadHatCaptainCavalier + # Neck - type: loadout id: CaptainCloakFormal equipment: neck: ClothingNeckCloakCapFormal +- type: loadout + id: CaptainBoatCloak + equipment: + neck: ClothingNeckCloakBoat + # Gloves - type: loadout id: CaptainGloves diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Security/head_of_security.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/head_of_security.yml index 81f399b5f5..0d8b627ab0 100644 --- a/Resources/Prototypes/_DV/Loadouts/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/head_of_security.yml @@ -29,6 +29,12 @@ equipment: jumpsuit: ClothingUniformJumpskirtHoSParadeMale +# Head +- type: loadout + id: HeadofSecurityCavalier + equipment: + head: ClothingHeadHatHeadOfSecurityCavalier + # OuterClothing - type: loadout id: StasecWinterCoatHoS @@ -62,3 +68,8 @@ time: 180000 equipment: neck: ClothingNeckHosRobe + +- type: loadout + id: HeadOfSecurityCloakBoat + equipment: + neck: ClothingNeckHeadOfSecurityCloakBoat diff --git a/Resources/Prototypes/_DV/Roles/Jobs/CentComm/EmergencyResponseTeam.yml b/Resources/Prototypes/_DV/Roles/Jobs/CentComm/EmergencyResponseTeam.yml index 6549516023..ba62dc3c9d 100644 --- a/Resources/Prototypes/_DV/Roles/Jobs/CentComm/EmergencyResponseTeam.yml +++ b/Resources/Prototypes/_DV/Roles/Jobs/CentComm/EmergencyResponseTeam.yml @@ -6,7 +6,7 @@ back: ClothingBackpackERTLeaderReducedVisual shoes: ClothingShoesBootsCombatFilled head: ClothingHeadHelmetERTLeader - eyes: ClothingEyesGlassesCommand + eyes: ClothingEyesERTInformationHud gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterArmorBasicSlim id: ERTLeaderPDA @@ -25,7 +25,7 @@ parent: ERTLeaderGearAmber id: ERTLeaderGearRed equipment: - shoes: ClothingShoesBootsMag + shoes: ClothingShoesBootsERTMagboots mask: ClothingMaskGasERT outerClothing: ClothingOuterHardsuitERTLeaderBase belt: ClothingBeltSecurityFilled @@ -46,7 +46,6 @@ parent: ERTLeaderGearRed id: ERTLeaderGearGamma equipment: - shoes: ClothingShoesBootsMagAdv outerClothing: ClothingOuterHardsuitERTLeaderElite pocket2: WeaponPistolUniversal inhand: @@ -71,7 +70,7 @@ jumpsuit: ClothingUniformJumpsuitERTChaplain back: ClothingBackpackERTChaplainReducedVisual shoes: ClothingShoesLeather - eyes: ClothingEyesGlassesSecurity + eyes: ClothingEyesERTInformationHud neck: ClothingNeckStoleChaplain gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterVestPlateCarrierAdv @@ -95,7 +94,7 @@ parent: ERTChaplainGearAmber id: ERTChaplainGearRed equipment: - shoes: ClothingShoesBootsMag + shoes: ClothingShoesBootsERTMagboots mask: ClothingMaskGasERT outerClothing: ClothingOuterHardsuitERTChaplainBase inhand: @@ -105,7 +104,7 @@ parent: ERTChaplainGearAmber # Doesn't inherit from Red due to energy gun. id: ERTChaplainGearGamma equipment: - shoes: ClothingShoesBootsMagAdv + shoes: ClothingShoesBootsERTMagboots mask: ClothingMaskGasERT outerClothing: ClothingOuterHardsuitERTChaplainElite inhand: @@ -121,7 +120,7 @@ back: ClothingBackpackERTEngineerReducedVisual shoes: ClothingShoesBootsMag head: ClothingHeadHelmetERTEngineer - eyes: ClothingEyesGlassesMeson + eyes: ClothingEyesERTInformationHud gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitERTEngineerBase id: ERTEngineerPDA @@ -143,7 +142,7 @@ parent: ERTEngineerGearAmber id: ERTEngineerGearRed equipment: - shoes: ClothingShoesBootsMagAdv + shoes: ClothingShoesBootsERTMagboots mask: ClothingMaskGasERT pocket1: WeaponEnergyGunPistol inhand: @@ -182,7 +181,7 @@ back: ClothingBackpackERTSecurityReducedVisual shoes: ClothingShoesBootsJackFilled head: ClothingHeadHelmetERTSecurity - eyes: ClothingEyesGlassesSecurity + eyes: ClothingEyesERTInformationHud gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterVestPlateCarrierAdv id: ERTSecurityPDA @@ -203,7 +202,7 @@ parent: ERTSecurityGearAmber id: ERTSecurityGearRed equipment: - shoes: ClothingShoesBootsSecurityMagboots + shoes: ClothingShoesBootsERTMagboots mask: ClothingMaskGasERT outerClothing: ClothingOuterHardsuitERTSecurityBase pocket1: WeaponEnergyGunPistol @@ -219,7 +218,6 @@ parent: ERTSecurityGearRed id: ERTSecurityGearGamma equipment: - shoes: ClothingShoesBootsMagAdv outerClothing: ClothingOuterHardsuitERTSecurityElite pocket1: CrowbarRed inhand: @@ -239,7 +237,7 @@ back: ClothingBackpackERTMedicalReducedVisual shoes: ClothingShoesBootsCombatFilled head: ClothingHeadHelmetERTMedic - eyes: ClothingEyesHudMedical + eyes: ClothingEyesERTInformationHud gloves: ClothingHandsGlovesNitrile outerClothing: ClothingOuterVestPlateCarrierAdv id: ERTMedicPDA @@ -261,9 +259,8 @@ parent: ERTMedicalGearAmber id: ERTMedicalGearRed equipment: - shoes: ClothingShoesBootsMag + shoes: ClothingShoesBootsERTMagboots mask: ClothingMaskGasERT - eyes: ClothingEyesGlassesCorpsman outerClothing: ClothingOuterHardsuitERTMedicalBase inhand: - WeaponEnergyGun @@ -282,7 +279,6 @@ parent: ERTMedicalGearRed id: ERTMedicalGearGamma equipment: - shoes: ClothingShoesBootsMagAdv outerClothing: ClothingOuterHardsuitERTMedicalElite inhand: - WeaponEnergyGunPistol @@ -306,7 +302,7 @@ back: ClothingBackpackERTJanitorReducedVisual shoes: ClothingShoesGaloshes head: ClothingHeadHelmetERTJanitor - eyes: ClothingEyesGlassesSecurity + eyes: ClothingEyesERTInformationHud gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterVestPlateCarrierAdv id: ERTJanitorPDA @@ -326,7 +322,7 @@ parent: ERTJanitorGearAmber id: ERTJanitorGearRed equipment: - shoes: ClothingShoesBootsMag + shoes: ClothingShoesBootsERTMagboots mask: ClothingMaskGasERT outerClothing: ClothingOuterHardsuitERTJanitorBase pocket1: WeaponEnergyGunMini @@ -345,6 +341,5 @@ parent: ERTJanitorGearRed id: ERTJanitorGearGamma equipment: - shoes: ClothingShoesBootsMagAdv outerClothing: ClothingOuterHardsuitERTJanitorElite pocket1: WeaponEnergyGunPistol diff --git a/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/equipped-EYES-arachnid.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/equipped-EYES-arachnid.png new file mode 100644 index 0000000000000000000000000000000000000000..da15dbed71d2920fe32e90223ad7c1b3cbfe45f6 GIT binary patch literal 3101 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/icon.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5a87ddc86c41b795f2c7a3b582cf36b3be7ccb23 GIT binary patch literal 474 zcmV<00VV#4P)Px$lu1NER9J=WlRrp8Q51(ivoQ-JL0_B0D-s%7S~4C)(BRM#yjFLkXf26!XbCN8 zXmM$gS{m9Sc+}ny2-1Gb0d(H)kL?ZcTJWfHw zFkBbh9MZ)8t6|sGG|e%8(6vIFWGX8v0hXDF8HT)gN&y zmQ3|#!c_}&JuUzWh5V0mnxIQY( zkLokEDr<}6GU=X#dolo+6TK1<08=4_+?Si_dQ`N4O8f7-6_-dP5{U%h6Ibe#q=MXN Q@Bjb+07*qoM6N<$f_+}q7XSbN literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..66de291b14e2fc1abe5befaf668f1e1117341358 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|-g&w>hE&XX zd&{t|*+8K6;dEdBgSr-t=MCms|IV{?)MH5hAR4rDp{fw;+Z^E_cWGtaOaHI_Fibvq zcQQ~n2-G~Tnq4blZf=}EF+I($XLfvk@#H)a-AOcpUD0T;l%e*)!V(&J}XL zdv|!pPlLR9LBB3v&|F&Hwp)JNAOF_}f=;PE*YT`6<9{`3>2;_1bMEh7z4eu$y{e~W z`qUu3wdqrrI6Hl<+I@P{iucu}vCDt|{r7Qykk`I-tG|7|Y$9u>4si&Ge6Zg-w0g%Q~loCIAtIf}H>W literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b1a98d68ffd1fb97aa2f192c89eb0a1374303ca2 GIT binary patch literal 315 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|zIwVihE&XX zd&{uzkbyw!!^D@tPsA)6&l}9O{+%~RLEPiq1MPsFp3+N1GTXH@k}h&hQ%HLG-^+X2 zz1hDyf%-upA~-aA*Ui4=2lvf=DtY{Jg0K1PRr}^&uddf#zv|hX+g}Ce6faw~P3B!>`pZ=mhvsT@jw11UW=Iw1e_#kcpksoSj z>lu1&ekrs#WWAo@w^!GloIbudV^r>mdKI;Vst07guR A=>Px# literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/meta.json b/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/meta.json new file mode 100644 index 0000000000..0c5ffcb2c0 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Eyes/Hud/erthud.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Field Command: Modified thermal from https://github.com/DeltaV-Station/Delta-v/tree/master/Resources/Textures/_White/Clothing/Eyes/Goggles/thermal.rsi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "equipped-EYES-arachnid", + "directions": 4 + }, + { + "name": "equipped-EYES-moth", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..08880970c5e8fa8db9ab7de346484af3edd5e531 GIT binary patch literal 896 zcmV-`1AqL9P)Px&I!Q!9RCt{2noVmPR}_XHX>=`lEYBdx1h)-oYA6nbBpbJg5(?dg_z!f`tg{UH z10@hjSE0*pvI-@OY_du4CYxZ4vC~Z*hX@t-D=o%EGLq$qXw*g6qlA? zcJf=+|9ks>vy;DFXV^TU0~50sjnQ@Nq#|KEWSn$oZM#~dx?SSIiQnmNK6mRrj_U$2 zd-h!DT!r;D^V^><$lmyxGK!LJ@~QGEqnO`1jg!gs<$vu}@fw<#O7Xg|7>xjy73bQS zf5=XzxcsHvS$p`{qr6k+{2yfiayNeh;FD7)sa7g{_Ql1}dD^TlEt*ngr$+>UUp~$T z=KtaOhxmRoIsvjLrm2*+XztZ})>6vio?C=(?*MS>qYv1v)o@&QsFQz_!up!2Rw|h5 z^POi!ZE@9`rLO&+*!WlqdwiUo+HN!gSTl3R$>dP>WMGW;b^xeumjD>%E(XySp;T$@ zedW8`fw`M|uc+;ML**T+z@Qfp|Gfk|&kmvSx8+Vx*u=-i-@1N~<{4IicTLb2h_0{D zkryQhf*=TjAP9mW2!bF8g798)>_^q3a2%TtJDLwYzCDUj^ru1N{l1Eiwt)p{X0#0qb#t7AAdbbTqXJb zY3u)8^)nZs)%>mdOr+E7)@lF)%^9JufRo7q(A15x+r` zd!*eAc2cpqxf!a4p$rmXW21T*b{|Cdm22ZQG(>a&f*=TjAP9mW2!bF8f*=UO`@p|( Ww3i~V9Kv=00000Px$KuJVFR9J=WlQB!fKorM+&GjHnla?A0N})qX2kB6ui1-0q{VMML22OqhadL4I zXAuYMAPz1Czd?;jt|eGw93;V7OoJe(+;6(O_wL^R{kaDkjYjj|xbD}J^Zsh`XG9o3 zQG7HL+5Z0SHdjcw$fKguOX7!{Qo1flb0H_0MWi_?!>h}sE))__k|v_l%N}#=Dvg?* z#l1igc+uP)_u!PVA5yh#@+c$#pln*aL{s*=Ppmi*yE|4EJG+?j7)I=^z1#0fgRvjt z)*U8F0|2##i}F3x za|FJZotsi{QXj$K7=U)G$wVnOx3-rySlEG705I46M^YyOZw#>TDZed%PrqM?#p#XX kSNLKYG#ZUYqxsdm0j@S{(+71!CjbBd07*qoM6N<$g0}>#!vFvP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..086830a8065ab3beb90aaf122f2450237f289e37 GIT binary patch literal 570 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zzj(ShhE&XX zd+T7W~>d^a9YpWLgJKM!m=kD*dCycw(=EsoGv`y zyL0ood4j84q*yELXP8~4%>_U?Fr`F#`I4u(yx zf0LjfohkC*^X(%#k8hn5UAK+F&%a=v>WjYHQ-%3IA1XPXJ14#K^4f&G480o19-164 zGD8ns!xy!j2Hq>3<_% zE`#YpPWPCXtFL}t;gD~0?>Ezxm#z)(%bU%r1o!AM1nd_-_?qd)3)c_37|g2J_UJY6 z#{K8ch*iot`r>Q*j2Px%1W80eRCt{2+P`YsP!tC6Pm&cx8wg0IO9vT2$WS`P7!7@ZfC*%8`VyVH^j(ri z2-X91Fr`yUhY(0YX#QYZ0c9u#MZTS6gq#~$i4^;q?>EX9@tq@aEw~3DA|fIpA|fKn zIQjEiEILEo8u<%>-xOgyfn(~pkD_T4wmy8+7LxFVvi0orM>93(`3p8;Y?=wec!Kcj z9?mcS;y#LAEpV06;y29%HsVLu%rv0WkF-ud($XdXz}xlp`qNe{==G+>r!|$oiQg25 z+qMXLJz;olCH8|f=i#<30>4?9dFBns-l#ih;n=l-?_a9US*yTrieuMCchEx7gOfHu zGcCBTi~X*R-H`{)v}y@kHO;iJJMysKwc)yMVQy&y@(g3{r3+Oyry5n&NZJ4qk1@Qx z#=+4Y^fe1fGI`x(&y*w+=xY`Zj_xqLy@rU#Pp*IRufg!zqG7$khVu^L)diBXUrYZn zWO!}iyl){22Y49&E6gnY(eTj1CJ@)09EG(WL|tcuFBkijN0idP`UxC&JD;s>mx?RxdEBd!Bw6cAR@~9 Y4}R*>r@nOpNdN!<07*qoM6N<$g8h9D(*OVf literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/meta.json new file mode 100644 index 0000000000..158b35bc56 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hats/captaincavalier.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Made by @Stxcking (github).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..34e7cbcb1e925c08385905e0fdd4e500b90339da GIT binary patch literal 933 zcmV;W16urvP)Px&Ur9tkRCt{2n!j%oXBfvn_W6v##+TTk6~g>d1PB4DPykt|OE=UG9bxH2hfWpZ zA3%|q8JIw7r>YWczySFJP#OgxhA33QLZQg04UOHLxl3Z7&o4uA#sm((haIAn=QG|t zdY>QnzV8j+F9_?yWYJP%#Ua(p8e_#FHCeQJT4O`$WeA_D`S^M*JXy3<$uoLdqvRQ^ z_Ye}gf!0Vt*$>MxYowrJMx40uW_B&Vh4Ne256iK!;*iSWQSuD(=Eu)BhXd=3GxSZ>gLf795}T{DZfP`y@k|Zf`i9%?RQTeRdLELH_c@_o6ldlMb@$a zICSKgcCMM}DK-1NOm6fXRZJ>givy-l6_c}GicBH>PX6Wpnl#-yMlwP5k7wGsw08i2 zkxcO8P>kGmlW%wX?dNxAO{zwU%3q6AFvws29e}K5QL}AMp8i_9AXbON-p)t)x4*;j^ z0ubdah7k;*V!s05{Iv_Au}d%O_>E?yypalg-vt=ZTHO`FWfWyy-P}ep!S;Qb_r8Di z%!%AQQ3tTmgnfX{ztDyiCkTQd2!bF8f*=TjAP9o+zhcu%)xEG8o7a`*wZ*hgAyxO2 zQxkS9hex*|d~g6W(^Klf_D}q(Q3#q3 z{0V0!=0oe!DtOoThg2YV2L6Ek!`b%x*{8L(APSHvqYnhuodFpt2!#(X4y zf|fsE|8SPaFIVK~rd!8x>r8bt%&K>wGycU#wHc0)OtAHfEjVR2)FbfC+&@$?$zNWP z>2>@G+6IY(CkAQMJmwa>(3md=Op@7f`Mh8JGOtMa9#`+!0Q@>v;VW2a{>m-VnGCMu z0CY8HXl+w#q@WI;-a(@l-h4nZYx3v#zkR2@M||U~a*~DZ5%VL^4PO zNjJhDK!-_#)nm4n#mZ8o<^@3z1VIo4K@bE%5ClOGgwKuFnJ=qbywyp?00000NkvXX Hu0mjf-$cDo literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0f59196a5ad4afa27c4c0cab6be5f10db9232a32 GIT binary patch literal 390 zcmV;10eSw3P)Px$KuJVFR9J=Wlg&y(K@@<$d&lb!Y8SjAh-O64qJ9{b^xyqYS@0mLzehl^`{0uDh8$eKPPh3u1O%0r=F}UMiv<9dD=Wr?a!d>=)V-(j31q8378mgt zdx3;{1Aua|KwnDM);Ffsk1PO?DWw5eSe*GVuX+Cj5K6v(l%Ez*5{4N4T2qYwUf=Tp k2s}ShV~s|m(P(}R&m^2@h#o=Px$&q+i&*qO63xQNzrPPfVFi`3Zgd(`>LcN4*H{L~$Ab10d zAVS53b)l4sAf_-?5u2uQAt`R8F_}@ue!q3*b>`(wJ9HjEL_|bHL_|a+(e>43{MU1s z##9kBS@=K*oYa@%ARMD?6|m8InwvKEr_bkAP!V(>1a7-M1bbTu!ZB8@2rj}@V_k$; zwIT%J7$@~5h=wC{F8VlZ zN6N|{0Hhx@9N&ve-Xh)}-w_Q*5a+$jpW*mkY}h6imgn)(d(9Q=J4#Mk?)u8)TRUqK zlEo+br+3Ovg+xR|L_|bHL_|c|$l8mb?hp50lBX8|{~-YbArOdX;9z%h9S=mQ$7`Q} zJiQ3e{ccc3FM`$y0P^=DXq^BVy$D(-K!%x5fcC!vd3zDGzH*k)i=cG^AgLFDh-TLZ XKUL2eF`55j00000NkvXXu0mjf{%GmV literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..e713e5e92082fcebfff85f00eecd0f2dc50ccb54 GIT binary patch literal 553 zcmV+^0@nSBP)Px$<4Ht8RCt{2+CfXgU>FDRziuugL71bHQJ3ftT^h*x27w6OJXBwzbCl*h=_=Yh}v9TUWosW zVbs*l3$|s5n)``NB90fwX%%5*buIQU5&lwpKAYv|t{mc>7j(E-PI#!fpQ!C^;r70Y z7svUtfQLyYznt)(!|nM@R{?TmCzdNaFhEJGZby0A+n zkv6lD*bii!N2V@p%Lt6Qs{`5>D!NHj7IolYci3@`lx-QJvZ$lzCK2?*`4&LYRIC>k zu#^8@NYT3X%dwgYds8Ma)lcrm zK6y#sSZeM3gA{>?h=_=Yh=_=YsIN(y8yNV5|D??gNCTe?P14*zyMa4Ep0A%;X>sEM znTXB}bP9bom@7N6Od^ij{x>fC^zsXrc{`T~UR-zd)w r^zx&Zm?+K-_z4|&l;;MBh&p`%sSwG#3kntB00000NkvXXu0mjf*f#-u literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/meta.json new file mode 100644 index 0000000000..158b35bc56 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hats/centcommcavalier.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Made by @Stxcking (github).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/equipped-HELMET.png b/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..4d15c07cec6aa3c36e9ab16c5157cf452fe4a3d2 GIT binary patch literal 863 zcmV-l1EBngP)Px&8A(JzRCt{2n$JrVVHn3h<_=rV=E#m9VKdPolA<~pOGeO5>d-ZUj{O6ji;z4^ z_ijaz2SULYbnOD(uxR2)%=;H0?+5Pu;6#L6rYWA;PvR}fqNat!FAna1fb>}s3m#`X;b6%a;vI}VHkDSZQE|T zd72gAxQRYMy(>sU!V7{R2!bF8f*=TjAP9mWoK8->Rox0FvH7^xd~EynD6Hysa(k}S zk;SKx2!{%=ytEiD%ua^@x^m`3i4b=_p`nwq$D12@%Cn#6_Bk``xHCuP%ru%&h?4P!jiY8VxI48r8qSDyObx>b z`}+E-0vtvrlVNRbt?lnYWRFv0#n)n*CY4Ghb`4DpNW?kfNj`?rkOok9P{Z@QrkWQ7 pK@bE%5ClOG1VIo4K@d(Ge*rIilUF~MQ8WMm002ovPDHLkV1kHGmInX; literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/icon.png b/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..57e250e8b67fa3e9d5c5b5cd6ca3713bb3517dd5 GIT binary patch literal 385 zcmV-{0e=38P)Px$J4r-AR9J=WlD$d;K@>($;)H=r!h$16Sau%3BG?3ih!0?E=gZhw`vR6?uZ>t( ziCAbO7HRA@V3$B}XCx#Li)5FCg=FyuROVDW+&lLkz8&y*Jf8o?LpzvUw>Kt#Mxy)^ z%U?!o*}3!lv{XbC85%{=q}%P5(r=|yuE$zS+LQ8lf44G)LIOevqA1FSX|1VNt6AMS zhqZR$jy}1dH+VzUYF`%sP)cE~<*+4LuMgPY8)dbtTStFWau81A*OfB8!5ccLW0T~2 z1X3Px$y-7qtRCt{2+ObLlF&qZ)ucbGX6oiXwa4KXMN*_V!;;xQ;0cRKAr9MChp^s1; zE0&6b(6hLBLMoZg_8g?et?gZ+#D2f|E+pUm?{bhoKtx1DL_|bHk!DLYqXlAQTiqKYLo-?+ z&6XIn54~5AmkJP#22%5}UVLk4wtkYUYwy|z`O|ipmEybtlv4S0_KNiC3^JXS|mw=-tDKi@`sNKu+~CK ziT=2@T125;AW4#nwHEzx4N}U&L2lyZPfKgP{%RKuK`E90eDagY#QR?%5fKp)5fKp) z5m7LT_9A#W7x+zOdJ*s+0+<_v)O-Nf7whAAV6pZ6!3R*L7XhK44Z7$>2s!|ud@n-K z0l4Tz2s!{4_CA2{cY%_<2tikXi(Z7_&)i+~A`sF3`T}q7)CcNnGQI!+002ovPDHLk FV1iXM>-+!! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..41a684543319f7633d8d238ccb36375aa14e44fb GIT binary patch literal 549 zcmV+=0^0qFP)Px$-$_J4RCt{2+OcZeKo|$`zl=SY3j}mtg{RPikSSpF2!Sl!n~Z*e&RzO0$pd5v z)+3mXDK!om0#QwuI3UAKigO*x86jJiMeI6f|9_)&9N&F+NC)2s5D^g(5fKp)W!(Sz zX|^51rq%NgqOfJg=^JFDhDnmllJM#H#M?@Q@04B7S^s%%4Ym9OA1RI+Q;gF$jK6-y zfiyS9(+sEM+TD@=e8 z0!k@dod26h2(gi1*G&k4?x=~2b012n(zpu~urKyL0dw~NOKXidj&XJS>df)Cgb=v8 zeL);gptW8)w(tbRaqMZWaWkkxN?AJ5N1?TbloB_Cy4}R3zrVtlK@gbi&JTw}XKsQ@ zso9r*l_U@m5fKp)5fKp)EwxL11BG>gyj|-XuvV@N?NZ-B*2*Wq*4KZ8hvp##q@#TU zd6jE}oqpoUMh)X{U+^^gQ(Auh=qe|`<-UPMDks3zzJVfpUmoB41g!iQuw3pNSfug^ naJ6rsNab6c%Y6exM0tM!#s1L0_P+b^00000NkvXXu0mjf;`;t^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/meta.json b/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/meta.json new file mode 100644 index 0000000000..158b35bc56 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Head/Hats/hoscavalier.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-3.0", + "copyright": "Made by @Stxcking (github).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..ed064e6200dded63ab8dda697dee3f2a0fe0e3c4 GIT binary patch literal 2179 zcmV-}2z>X6P)+EgVur|D1wN#_I@oP7q1FNLJn#EFeBTEgv9eMzhr&>)T1Gq?kyGi6?0UtG z8y7wTS;f>>63a;j&euJXIPXFtYw){&XEd*x3P>ZsyrLTxNQ*#h)6xa+0uxFxn+K@{ z1dUWW1Jbq7b6tKBTZ#$mFO~qKrj|5>*)B3wM00)R0lAq0_*iM1dj}L1gNfsK{s-sHl`_h~EG9X=-z` z-E>a`hM#TweHvVQ&~DoH_pxoaPr&&Em({+%)`Epka5npz{|LO>aDLU-a{F+x1Cx(> z*2s1wC*aUDcsql!G>qSZd%fFL@1D~KNNz#w1`ZA(pn-Se2lSL^1wQ&r8vph3vArZt^+EO$w4 zayPU-BtcMoOK}kG%|tdBflI)-I0jp?NNgx;tW|=HWTPO-Zt(W7n)OOvNwceuhIW5o zqWyet-pqSDGw%g3FfcGMFfcIqpJLMbK-ZvK?EbVH0Km`1OzapZ0>J*8eH^UrYJOiM z@|Eb7e^!rhyWnc8=zA7bWa}Kcpn0Z0{B!0 zJoGD}RsL6lm&>lP4hDa&ZtIeNhT5Qqy(}N+Q^(kUvk&JG zgN@niBCP^i<+Dx(d@2I~2zhJ(06vug>tuAvuR8+RF;3(L`oLzBV8a69LNWk~>Jx(a5KA zfh$ipusPn3K%xLwd=H%2g4od^W&w;Sj?X%-BjmB+%F_*ft*ydnyoj*ZieUD{$gG0_ z=dt1YAKmhZ0D!R9iqUwH`rS2MKpEux(Ii418>Sv#McQIUlIaBiB$-~MEoMwTzKW2? z27fdO08*?_^qwA+@`G7BrhD>;_*`HeQUDAj3etTJ1`(eN(>-|vvvy7LsYU?nWWYKY z{P5);;LH}lVm@`x(!JN1Ia&uh`z;_x=H@^melTkXqDd(L5A?~`V{2RRN9_RY^8K{( zHGKvFAZ;<@T`q@(V%h`%3&M`cWwnav>;#SuwZ2X>5uZ!y`BLu#0IY6Ad?%w%3pHI} zez;^&2ZIk2&!yh40cW=0!^CrWh?3{^Qu#c2Z#62f)5x!BfSXHsY>xMzI#2w++A#oZ zj`!o{QogPN_2h@WR-n|lkjEzbeIg7rTi2`7CYkntH5LBY(@72yXI|!oG(}6_c)SsGB8V-Upch=>Jj~d@NFR4y6 z$i!&o&U#%1Y7uWHHiztj_&7`@Ippj3I}j{LPQosTBqPO4X_~WnBcr5e*OO7WC2v8 zK}n_;7ymBc!r>7XJG!d63oQ%6j;U+;SOfs)5L0FZHAv%yW$E99P=8~jt_u(&&?^1v zoDDc!`T!;Est;(k4!Y|DNVW*2rD#IBrKR-&N*z3d=gZ{ltr4KUkqB0%$WdCR zqLhvzDJ#?GzqP~&;;UO?Y;6m{to_u|mq2u+H3GGw;;UO?_w8l8m~_f{xhqdMAS`D< zMg^%6Xw@iCjzDES0!iM)*0yltiGclIhp0P2(+GGm>BMNfC=Y*<3Rm{RNPG{o#bQeg zFk!WdzkAQi$E5Lcm5Pu-*lWd&CjxaRP*sQkKxN}m${KBs_rp2FU?jeWhg-R-+vd$6 z$@JpkRt_WaJ-P8D1I0QRuucY}@giPKI;r1DZ2+}A8|z@;k0ufJS~Vq48X;{lgELzY z_FCaDZIaUHS`BIg%n#ekdSA)Ro%NHnd6Txn)F4~$X^UAk=Rih*mV}I^5fJgYPMvq% ze_1ze-U>Lg1+M!qPo0nWT&)=aC`H+j$5vLIrKFYqUrmOxVvHn6wLm=)njf~ySz02{ zpOUV%!}lvmTg-AriZW%!XYH6D2Kwjd-lIDRl5`ar{;l?Zf-(iinJscEtd_2|&=dqK zX*BuS4AgXJc@X4N89Dfo;olDbClFcWljyqtQjP^}34$LhZ3}|aJ$WoCdS9(c{{{Ut&YgkdYBRl{A002ovPDHLk FV1i&v1nU3* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae6d930383c0582c8524c863a623a7d8317828a GIT binary patch literal 1017 zcmV+EgVur|D1wN#_I@oP7q1FNLJn#EFeBTEgv9eMzhr&>)T1Gq?kyGi6?0UtG z8y7wTS;f>>63a;j&euJXIPXFtYw){&XEd*x3P>ZsyrLTxNQ*#h)6xa+0uxFxn+K@{ z1dUWW1Jbq7b6tKBTZ#$mFO~qKrj|5>*)B3wM00)R0lAq0_*iM1dj}L1gNfsK{s-sHl`_h~EG9X=-z` z-E>a`hM#TweHvVQ&~DoH_pxoaPr&&Em({+%)`Epka5npz{|LO>aDLU-a{F+x1Cx(> z*2s1wC*aUDcsql!G>qSZd%fFL@1D~KNNz#w1`ZA(pn-Se2lSL^1wQ&r8vpg=QO&BN(hCZ+MChLOW5PU33J&Crp)PAJyHaqnU|>cW+G-GsS1o*!B?_D zlnhPf;=rTu@f}uwx^%W~%5-lZu*XWIf;aj@k_ti!gc)y-73d5iA|blB4^%n|phV|G z5=lr^h5+qyE>Iw@f~3!!Ri z{s2~gO5Kzr63x8C$(5H#ATb0%1wg^ft#!UgqC4}1D?um+?6HE;pK>;PN~{8_uj7mr z;1vmk_$KKv|H?&J{V7O#8gt16TF1(gl5oRKS( zgwDvNUCsqB=lSzy?;_2p+M7|CKR(17&?3V1ivy2JXYjg7=nP$KROk$%a$JPfpU!)N zBK!&p69`F!t=MAuK?)mE8s~_NWcx+k2hd7^)A%H`iX_1BXYeaBm?SC?GZM@NrPU;y np_|Hah^>ZF0kS*n@c-a1SYQ5MRt;I|00000NkvXXu0mjfpby#X literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/meta.json new file mode 100644 index 0000000000..1a52f02caa --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakcc.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Field Command: Modified boatcloak from https://github.com/DeltaV-Station/Delta-v/tree/master/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloak.rsi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakhos.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakhos.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..53a1cb5845ad704ccd24f6d570f5c2b9d3efb27f GIT binary patch literal 2108 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 FV1h@$xf}oh literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakhos.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakhos.rsi/meta.json new file mode 100644 index 0000000000..1a52f02caa --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloakhos.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Field Command: Modified boatcloak from https://github.com/DeltaV-Station/Delta-v/tree/master/Resources/Textures/_DV/Clothing/Neck/Cloaks/boatcloak.rsi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/equipped-FEET-vox.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/equipped-FEET-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..a08d7fd45a51f4370eecfcf072cf1a4a476e88a3 GIT binary patch literal 698 zcmV;r0!96aP)Px%bV)=(RCt{2+Cgg?K@-+~unI~-aV}~Sy(}Ii=k(OlZu$xKL-`2` zE%nr#!ybaCYKRv@lhA+|kj|1AOmEXeI(A*RW;Toz+V{JtZ-@70*15e05JCtcgb+dq zA%qY@2qA?0Ck)kv+grOre$VHhBj6lIosQ9P9FfjsFdR;2YkS9s%6b2G{WX z)qkS8iBh|T{p;S+HT%~+l-e!Tl!?j1KlXVXrMG06wg7;1#-7D8=@fd$hsO5SuHeDV zEFSO?06_N*SXF(c8!)*Y8O`R-EI9x?U7O5(%HqxDj@HA+)z4;)x%%0x@#y+WFTizO zv2L0OZ=znW&wa|`>!u0Ub;Z(z2}SFV$6~Jjcq~?0AB93qSf(u+jw2XjLS9M9GHt;a z6Ai}^mT8MZp{8{MvbN0cdEQ)p&+|ldjn4Xn5JCtcgb+dqA%qY@2qFK3L_NHhdwb%c zKD=exT3h2PxudfKpAQc7&IbShV@wQ((?8Auync1xuKLt&t>p0d)g+D9iJM(ujETWu zpm#n%ip~Ipdx52P3#;tQS*9&yZP~As&s63Y;v^c8iR;57)VE*7Y(Q9aP9Sa%2+aJZcg_@8Dl>*Lj(*L#)JL+__-U2xcCHa0A zm2wf$SUO|l^74z`0SPJKBjoZa1f0Y7yEy4zp$~mpEKlenUd|+d;kCd07*qoM6N<$f)PSZpa1{> literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..37831034d652cdcaafeeb641abab4f84129ea1bd GIT binary patch literal 990 zcmV<410np0P)5544myZ9WT>Lhf+&ci)}c$0QWb1z*xm2N=)_Y7V3t z5OG%08IZ1oo^A58;Cz$c1v^Wrd5}e>lK;ioU#t}z3*<2%Y?&49XCLvCUcI!u2n+$k zxTJ^^Lm^9rA|@VDij<&@Z=&H_pp1e>8Ji6pisUKa5kaAXi;jYUgN}~LhUooopRO@A z*-Y<^LFbe2zl}iGF4U{O|8?a1^{1#cd;`^lQD=j(z5fKp)5fKp)5fKs5 zf5Ol`an)N_(Qn6j2`L1=^m<0i_my2LVKBIh&+Q-VY1jSR{pWN}S}-eWX{jFXpPhZj z{SOHMxRMfg_b>2p{Pgr#jcbn|(~(`e1of>}`jV3#WKv65|}f3Rn)dh1HaoA|gC zLjXY0E8wa6YpsCs?a*kq*W%&;@O*BZ*hbCU?X^O0KCOSbY$W=Z%SP`0S`!e4p_(^M zJiLfTqmkG~&F4)MVHm2Z1v7fwe>75w{-cq~-Cye^*z27@iXm2(7g2RATn>iV+S~zv zcw2QWNFlJl|1Ggpi}2~=XRItQ#`{6gOpFIX6I+`*kU~HTfy1MVLi-aD5fKp)5fKp) z5fS|pa(%;_RVHAXNqK>+b+kT>JvNI>z%I9~9Sf843R&fvfV512=Xq%PexbR5G%ep(p66jwULmVoOEy}9 zRmZ|B+s5J11?*AIcj(HxzpEYbQ#)>i_@% M07*qoM6N<$g6$>NkN^Mx literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/icon-on.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/icon-on.png new file mode 100644 index 0000000000000000000000000000000000000000..34a788530e4f8426773953a8587e78987e8bcb37 GIT binary patch literal 909 zcmV;819JR{P)EX>4Tx04R}tkv&L4Q5c4wdo7AE9CC!+XB><9zP{xtiBar)wNct7OL` zVI`SbQF>mH7)D}%kg7Yy*;p(}$NIWQ66ak|%()-d^9)y3%U`I%^e1>KEiG^a zzHPX;ZfV*cT<*Z&Q&F|my5s@mbQ<2zpg#ozx6rrR$gO$L=>sITAbJA_hcKD}-&%*g zd)ssSx2Kuk4`|zRqjv4A!2kdO%Sl8*R9J=Wl;2O&P!xbamM)=VnzV$#Hmt!B3leaI zVHO_H7!v*`i7~$T4;f7iJm4NR4ZirJWbT2uHEUeEuxSa*)dy(Dly%nl=KY>-zjJ%f z$+@Qmfj}Vm-x-Vhg0AbnEX$g|{ z>093IRM~oLASDynb}Ni+Ju?Pke~J{Rfc+=y6wZ3=0a9`>w)bd_0JiRNks|w+$|JnIu74D9m=l`P;%#;D6SRR-F+U}fyf!yD3$zK zO=D730cbi7%EkIu4=|BVv$?%GP{eILi(yzpb3{(eOlE~@^(!x4zM;|Rjr0M_>o;+o z^Q4DnJu1cMufVojVJq=qb9*(?bMXfZkR^+D#QBjk5KKK@-{qI5`CMsml?U*=zN}Y{ j0cigiJ_7=QKp^-DPdT#G4+aV900000NkvXXu0mjf6?~=A literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/icon.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6489bf88faf29290b13fb1aa213dc529a75071f5 GIT binary patch literal 911 zcmV;A191F_P)EX>4Tx04R}tkv&L4Q5c4wdo7AE9CC!+XB><9zP{xtiBar)wNct7OL` zVI`SbQF>mH7)D}%kg7Yy*;p(}$NIWQ66ak|%()-d^9)y3%U`I%^e1>KEiG^a zzHPX;ZfV*cT<*Z&Q&F|my5s@mbQ<2zpg#ozx6rrR$gO$L=>sITAbJA_hcKD}-&%*g zd)ssSx2Kuk4`|zRqjv4A!2kdO%}GQ-R9J=WltE9^U>JZOmM)=llC%qvZCIltejtHC zoMz#G#0&l*5BvfT{v4yx-~o3uX^02Zn#qB1hD^$Hz1p4OCU-q7P!8=V2Je*gUDY1uWlrfF!A$ z3^JSyGTgd(|587fU!_zpP1WHh5vO#TWis~xry4>q^gBR%JTzyMh?=|-F%IRnAe;|*PDEX>4Tx04R}tkv&L4Q5c4wdo7AE9CC!+XB><9zP{xtiBar)wNct7OL` zVI`SbQF>mH7)D}%kg7Yy*;p(}$NIWQ66ak|%()-d^9)y3%U`I%^e1>KEiG^a zzHPX;ZfV*cT<*Z&Q&F|my5s@mbQ<2zpg#ozx6rrR$gO$L=>sITAbJA_hcKD}-&%*g zd)ssSx2Kuk4`|zRqjv4A!2kdOFG)l}RCt{2+A&H4K^VpHr)VI$Td0k@n|=dP+)9E~ zunH(hf`UalAqUXPD|izRU}_H#1q&|_;##>8L5nnFrPzpBc1BtJ|EhuEeFMW+J_!H- z0002spP6$tIN53$NqR`{6@?8+QWP!eYA~4T&7%2P&D$LI;c|D|oUgqpo4hCr8*1NO zOOopK*01FAaIyj2PTve~hLWU7_NbNB;PY-Yy8ZFZqWL_mZ@^BoX%-frRjt0N7FN{j z9cXi7U6OQkcqAJH0UDbSg>O-#gJbo$4vewCs7Rg%#)dKiBQ_jqe4<_X6|v zoFs{fEX>4Tx04R}tkv&L4Q5c4wdo7AE9CC!+XB><9zP{xtiBar)wNct7OL` zVI`SbQF>mH7)D}%kg7Yy*;p(}$NIWQ66ak|%()-d^9)y3%U`I%^e1>KEiG^a zzHPX;ZfV*cT<*Z&Q&F|my5s@mbQ<2zpg#ozx6rrR$gO$L=>sITAbJA_hcKD}-&%*g zd)ssSx2Kuk4`|zRqjv4A!2kdOK1oDDRCt{2+PzA{Pyog8qiCU;4C-Q%?kQ9;lN6`o zBq&IWfvnIZ{sqLz|Lp~ARjX!h{z=8+i%M=m z&E~$=*H$G-hX+R)#7`$~{!a&RdU9@h;XsnKw|lH!IM8DhY0j3iJA4rY=cK`r@KjaO3rL8&6v;hME0000Px%cS%G+RCt{2+Cgg?K@-+~unH@Y(!Hoj^s;!6oYPZFyEJ#%57jSV zp~apWatwP2o@#<#3{64l&8%~K4z0Z)`lnhmY?8V4*$>uJPveTU=ax zO;rDp>?YcK2PigMOV<>eEwuLzWK$+44*$^Sairdop_?24(iw9W%cN5{J~`C3Hg`A+ zu4nOpjQ{|uZ@{YROWlCU%}8rBwr9x!;PKjI?o$+RG`5u`mwExN z>+*G7M|cypT5axA6kpeMxUS2WCQK+=e>~=M^~Ynr()zHhDmQeK*Byu3w#~(r6b#+u zwr%se<8VVaxn)(AZa~x)`905@%kOy}kFHT!pAbR_A%qY@2qA?-TqbvPcHr~=zS{W!0I+SF4~Nq~&H=o7dDpILe|oo)!{b+zG+HNacEPr7 zJ{Szt&Ibt58Gvvvu-I&2m3=uwH@TQm5dBK=OlE!|PNET+xIR2Wefw3+282cD1mgC9 z(CmOrPU#yEHwTc*rqJPS=s$3jY2pB`J|7{_5)afX_1!5RV z@ck~zr2?X{bjHNxj`DlEiQD^)7!^{?RjT?CAw jTq-QY?)Em4$oAV$w8L$wt+H(300000NkvXXu0mjfP_#&v literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/on-equipped-FEET.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/on-equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..4e9052cf90bd1f976fdad131df8537e8ef376bfc GIT binary patch literal 1013 zcmVEX>4Tx04R}tkv&L4Q5c4wdo7AE9CC!+XB><9zP{xtiBar)wNct7OL` zVI`SbQF>mH7)D}%kg7Yy*;p(}$NIWQ66ak|%()-d^9)y3%U`I%^e1>KEiG^a zzHPX;ZfV*cT<*Z&Q&F|my5s@mbQ<2zpg#ozx6rrR$gO$L=>sITAbJA_hcKD}-&%*g zd)ssSx2Kuk4`|zRqjv4A!2kdPGf6~2RCt{2+COXCKo|z_M{S1EC<3{7ur&l3(f%jQ#+vX!hU_rf=3R8~(yaiM*F zi!7aZU+H|(q6Z)%A|fIpA|fIpA|m=v7`i8}c^fMH?KsaNg}~?G&}jL-vP&h5Mz_(q z2Zwvwb^mt%1)YdpXgr1&gKBMtv+10o;dEhb=0={*x4NDmdq@?`Ml#vv}S3^ ztSA7mOO@zY$+mECxM!?+8%oIQ=(rSP06@_z;IaB^t$^vx*l4%cqv8PYbYU9XhRxgU z^+Inxseid_#QK-ZM(+Mv6A%P}S~N}EzlcVo5!;5%7flmE5UA9G89nSjnW$L*$wcMu zuk{if4o@J(7^^GGs5%xdM`QH2cL5;URvimc2<-2FjV;w8eEjeUt1HXVey7unjdwat z^tX2*g@6b1_9r4DA|fIpA|fIpBKjxf`i3{JOhB4hd4a5Tv_6eJG>=R`nzXz^ zR@(W1B=g7w%<`wag05Wu*gP@;Y0~lnS!?B50ZEyFs$=CTl}pvJFe|T+Rjvt0$^>|x zhnDXbnhQwM@_prb9%khgvdXn&!zEaCEWEI7935Z4E>+O!G|}tz9`!NkcDrgY_!8w6 juB61}=-1EX>4Tx04R}tkv&L4Q5c4wdo7AE9CC!+XB><9zP{xtiBar)wNct7OL` zVI`SbQF>mH7)D}%kg7Yy*;p(}$NIWQ66ak|%()-d^9)y3%U`I%^e1>KEiG^a zzHPX;ZfV*cT<*Z&Q&F|my5s@mbQ<2zpg#ozx6rrR$gO$L=>sITAbJA_hcKD}-&%*g zd)ssSx2Kuk4`|zRqjv4A!2kdOD@jB_RCt{2+ObN*P#DGWqiCTu8FVs9_Y|s_u{d>b zQ;?Pl4&8)4fVzn<;QO>s(Tadm70Wv$vA_Th5qn}h3#viYl`u&KMN2T4++ z(f*Zu9!@r(+ZmYgWGqRVXHVMP3O?_q)7u~4ESk^5`UdQ`T4rtiMb+w?>S0Cw{;_s< zwk1g?y;JA;ysUn}#rchyr3*>Y(czh9=|az0rVY3d00000000000DR9`KfpCx{Q)Qa0M~5x2THjCHv0pm+W_1Bfl_@y>H7mk f(H{T+0I=vC(^9UCKKks700000NkvXXu0mjf$mv>P literal 0 HcmV?d00001 diff --git a/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/on-inhand-right.png b/Resources/Textures/_DV/Clothing/Shoes/Boots/magbootsert.rsi/on-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..03603c0efef1744bd7392c7ae2312b6f22dfc55f GIT binary patch literal 764 zcmVEX>4Tx04R}tkv&L4Q5c4wdo7AE9CC!+XB><9zP{xtiBar)wNct7OL` zVI`SbQF>mH7)D}%kg7Yy*;p(}$NIWQ66ak|%()-d^9)y3%U`I%^e1>KEiG^a zzHPX;ZfV*cT<*Z&Q&F|my5s@mbQ<2zpg#ozx6rrR$gO$L=>sITAbJA_hcKD}-&%*g zd)ssSx2Kuk4`|zRqjv4A!2kdOI!Q!9RCt{2+PzA{Pyog8qiCU;3_6*ldka;}Se!bz zDM*WgLpPxhpl;#|_&)7ZwBq9GP->h^rQp)#Iw?_8Gzl$@{(sYj%Y}14wtFN100000 zfPZFb+JwJbHWXVx@M95Hve+m;>(V0_OJU2M`L+zRd-hplB7zd zK9B5~CCMLqo6Sbs^!hzX(kOh=#-{TzHyGS5{0m5u|Jw`LtJTcP>WhlSSC!m?TCF4P zY;Q@DPL5CK5I>uw`9B@N#rcgH1`|or;lY`P!9>qtsCCOy$t}!l52