From 283d9b3d33f5b06fb68c26daa75a7b193f3d64ed Mon Sep 17 00:00:00 2001 From: rynkatze Date: Tue, 6 Aug 2024 12:30:14 +0100 Subject: [PATCH] adds some warden clothing items and loadouts for warden role, updated sprite on mapping mode warden spawner --- .../Clothing/Head/hardsuit-helmets.yml | 24 +++++++++++ .../Entities/Clothing/Head/hats.yml | 16 +++++++ .../Entities/Clothing/Neck/cloaks.yml | 11 +++++ .../Entities/Clothing/OuterClothing/armor.yml | 26 ++++++++++++ .../Clothing/OuterClothing/hardsuits.yml | 30 ++++++++++++++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 11 +++++ .../Entities/Markers/Spawners/sp14 jobs.yml | 4 +- .../Jobs/SP14/Command/New Text Document.txt | 39 ++++++++++++++++++ .../Prototypes/Loadouts/loadout_groups.yml | 24 +++++++++++ .../Loadouts/sp14_role_loadouts.yml | 9 ++-- .../Hardsuits/sp14warden.rsi/icon-flash.png | Bin 0 -> 659 bytes .../Head/Hardsuits/sp14warden.rsi/icon.png | Bin 0 -> 605 bytes .../Head/Hardsuits/sp14warden.rsi/meta.json | 33 +++++++++++++++ .../off-equipped-HELMET-vox.png | Bin 0 -> 1000 bytes .../sp14warden.rsi/off-equipped-HELMET.png | Bin 0 -> 1000 bytes .../sp14warden.rsi/on-equipped-HELMET-vox.png | Bin 0 -> 1268 bytes .../sp14warden.rsi/on-equipped-HELMET.png | Bin 0 -> 1268 bytes .../equipped-HELMET-hamster.png | Bin 0 -> 657 bytes .../sp14wardencap.rsi/equipped-HELMET.png | Bin 0 -> 645 bytes .../Head/Hats/sp14wardencap.rsi/icon.png | Bin 0 -> 174 bytes .../Head/Hats/sp14wardencap.rsi/meta.json | 22 ++++++++++ .../Cloaks/sp14warden.rsi/equipped-NECK.png | Bin 0 -> 1305 bytes .../Neck/Cloaks/sp14warden.rsi/icon.png | Bin 0 -> 634 bytes .../Cloaks/sp14warden.rsi/inhand-left.png | Bin 0 -> 682 bytes .../Cloaks/sp14warden.rsi/inhand-right.png | Bin 0 -> 674 bytes .../Neck/Cloaks/sp14warden.rsi/meta.json | 26 ++++++++++++ .../equipped-OUTERCLOTHING-vox.png | Bin 0 -> 937 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 937 bytes .../Armor/sp14warden_carapace.rsi/icon.png | Bin 0 -> 502 bytes .../sp14warden_carapace.rsi/inhand-left.png | Bin 0 -> 703 bytes .../sp14warden_carapace.rsi/inhand-right.png | Bin 0 -> 669 bytes .../Armor/sp14warden_carapace.rsi/meta.json | 30 ++++++++++++++ .../Equipped-OUTERCLOTHING-vox.png | Bin 0 -> 1669 bytes .../sp14warden.rsi/Equipped-OUTERCLOTHING.png | Bin 0 -> 1669 bytes .../Hardsuits/sp14warden.rsi/icon.png | Bin 0 -> 703 bytes .../Hardsuits/sp14warden.rsi/inhand-left.png | Bin 0 -> 838 bytes .../Hardsuits/sp14warden.rsi/inhand-right.png | Bin 0 -> 792 bytes .../Hardsuits/sp14warden.rsi/meta.json | 30 ++++++++++++++ .../sp14warden.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1242 bytes .../Uniforms/Jumpsuit/sp14warden.rsi/icon.png | Bin 0 -> 526 bytes .../Jumpsuit/sp14warden.rsi/inhand-left.png | Bin 0 -> 750 bytes .../Jumpsuit/sp14warden.rsi/inhand-right.png | Bin 0 -> 783 bytes .../Jumpsuit/sp14warden.rsi/meta.json | 26 ++++++++++++ Resources/Textures/Markers/jobs.rsi/meta.json | 3 ++ .../Textures/Markers/jobs.rsi/sp14warden.png | Bin 0 -> 894 bytes 45 files changed, 358 insertions(+), 6 deletions(-) create mode 100644 Resources/Prototypes/Loadouts/Jobs/SP14/Command/New Text Document.txt create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/icon-flash.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/off-equipped-HELMET-vox.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/off-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/on-equipped-HELMET-vox.png create mode 100644 Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/on-equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/equipped-HELMET-hamster.png create mode 100644 Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/equipped-NECK.png create mode 100644 Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/equipped-OUTERCLOTHING-vox.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/meta.json create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/Equipped-OUTERCLOTHING-vox.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/Equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/meta.json create mode 100644 Resources/Textures/Markers/jobs.rsi/sp14warden.png diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 7f0c057300..e25f23cd61 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -229,6 +229,30 @@ Piercing: 0.9 Heat: 0.9 +#SP14 Warden's Hardsuit +- type: entity + parent: ClothingHeadHardsuitWithLightBase + id: ClothingHeadHelmetHardsuitSP14Warden + name: warden's hardsuit helmet + description: A specially tailored and armoured helmet. Oddly comfortable. + components: + - type: Sprite + sprite: Clothing/Head/Hardsuits/sp14warden.rsi + - type: Clothing + sprite: Clothing/Head/Hardsuits/sp14warden.rsi + - type: PointLight + color: "#ffeead" + - type: PressureProtection + highPressureMultiplier: 0.525 + lowPressureMultiplier: 1000 + - type: Armor + modifiers: + coefficients: + Blunt: 0.9 + Slash: 0.9 + Piercing: 0.9 + Heat: 0.9 + #Captain's Hardsuit - type: entity parent: ClothingHeadHardsuitWithLightBase diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index d220d55f1f..707580f841 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -871,6 +871,22 @@ - WhitelistChameleon - HamsterWearable +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSP14Wardencap + name: warden's cap + description: A grand, stylish warden cap. + components: + - type: Sprite + sprite: Clothing/Head/Hats/sp14wardencap.rsi + - type: Clothing + sprite: Clothing/Head/Hats/sp14wardencap.rsi + - type: Tag + tags: + - ClothMade + - WhitelistChameleon + - HamsterWearable + - type: entity parent: ClothingHeadBase id: ClothingHeadHatCentcomcap diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index a329c4034b..24162f7022 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -115,6 +115,17 @@ - type: StealTarget stealGroup: HeadCloak +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakSP14Warden + name: warden's cloak + description: A formal and gilded cloak for intimidating prisoners. + components: + - type: Sprite + sprite: Clothing/Neck/Cloaks/sp14warden.rsi + - type: StealTarget + stealGroup: HeadCloak + - type: entity parent: ClothingNeckBase id: ClothingNeckCloakAdmin diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index 606af0b127..87f5307d6c 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -211,6 +211,32 @@ damageCoefficient: 0.65 - type: GroupExamine +- type: entity + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing] + id: ClothingOuterArmorSP14WardenCarapace + name: "warden's carapace" + description: "An armored chestpiece that provides protection whilst still offering maximum mobility and flexibility. Issued only to the station's finest." + components: + - type: Sprite + sprite: Clothing/OuterClothing/Armor/sp14warden_carapace.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Armor/sp14warden_carapace.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.5 + Piercing: 0.6 + Heat: 0.5 + Caustic: 0.9 + - type: ClothingSpeedModifier + walkModifier: 1.0 + sprintModifier: 1.0 + - type: HeldSpeedModifier + - type: ExplosionResistance + damageCoefficient: 0.65 + - type: GroupExamine + - type: entity parent: ClothingOuterBaseLarge id: ClothingOuterArmorChangeling diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 6d061ebc4d..bec091ef9e 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -273,6 +273,36 @@ - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitWarden +#SP14 Warden's Hardsuit +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitSP14Warden + name: warden's hardsuit + description: A specialized riot suit geared to combat low pressure environments. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Hardsuits/sp14warden.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Hardsuits/sp14warden.rsi + - type: PressureProtection + highPressureMultiplier: 0.5 + lowPressureMultiplier: 1000 + - type: ExplosionResistance + damageCoefficient: 0.5 + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.6 + Piercing: 0.5 + Caustic: 0.7 + - type: ClothingSpeedModifier + walkModifier: 0.7 + sprintModifier: 0.7 + - type: HeldSpeedModifier + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitSP14Warden + #Captain's Hardsuit - type: entity parent: ClothingOuterHardsuitBase diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index a5e57a608d..23250ad893 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -68,6 +68,17 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/captain.rsi +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitSP14Warden + name: warden's jumpsuit + description: A red and black jumpsuit with gold engravings showing the status of the Warden. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/sp14warden.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/sp14warden.rsi + - type: entity parent: ClothingUniformBase id: ClothingUniformJumpsuitCargo diff --git a/Resources/Prototypes/Entities/Markers/Spawners/sp14 jobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/sp14 jobs.yml index a615f85eb2..dad1b00962 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/sp14 jobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/sp14 jobs.yml @@ -71,7 +71,7 @@ - type: Sprite layers: - state: green - - state: warden + - state: sp14warden - type: entity id: SpawnPointWelfareOfficer @@ -284,4 +284,4 @@ - type: Sprite layers: - state: green - - state: detective \ No newline at end of file + - state: detective diff --git a/Resources/Prototypes/Loadouts/Jobs/SP14/Command/New Text Document.txt b/Resources/Prototypes/Loadouts/Jobs/SP14/Command/New Text Document.txt new file mode 100644 index 0000000000..6c6e3502f7 --- /dev/null +++ b/Resources/Prototypes/Loadouts/Jobs/SP14/Command/New Text Document.txt @@ -0,0 +1,39 @@ +# Jumpsuit +- type: loadout + id: SP14WardenJumpsuit + equipment: SP14WardenJumpsuit + +- type: startingGear + id: SP14WardenJumpsuit + equipment: + jumpsuit: ClothingUniformJumpsuitSP14Warden + +# Head +- type: loadout + id: WardenCap + equipment: WardenCap + +- type: startingGear + id: WardenCap + equipment: + head: ClothingHeadHatSP14Wardencap + +# Neck +- type: loadout + id: WardenCloak + equipment: WardenCloak + +- type: startingGear + id: WardenCloak + equipment: + neck: ClothingNeckCloakSP14Warden + +# Hands +- type: loadout + id: WardenCombatGloves + equipment: WardenCombatGloves + +- type: startingGear + id: WardenCombatGloves + equipment: + hands: ClothingHandsGlovesCombat diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 4629703e6e..690e2e82c1 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -95,6 +95,30 @@ - CaptainOuterClothing - CaptainWintercoat +- type: loadoutGroup + id: SP14WardenHead + name: loadout-group-sp14warden-head + loadouts: + - WardenCap + +- type: loadoutGroup + id: SP14WardenNeck + name: loadout-group-sp14warden-head + loadouts: + - WardenCloak + +- type: loadoutGroup + id: SP14WardenJumpsuit + name: loadout-group-sp14warden-jumpsuit + loadouts: + - SP14WardenJumpsuit + +- type: loadoutGroup + id: SP14WardenGloves + name: loadout-group-sp14warden-gloves + loadouts: + - WardenCombatGloves + - type: loadoutGroup id: HoPHead name: loadout-group-hop-head diff --git a/Resources/Prototypes/Loadouts/sp14_role_loadouts.yml b/Resources/Prototypes/Loadouts/sp14_role_loadouts.yml index 69f57894ac..fed9774a70 100644 --- a/Resources/Prototypes/Loadouts/sp14_role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/sp14_role_loadouts.yml @@ -2,12 +2,13 @@ - type: roleLoadout id: JobSPWarden groups: - - HeadofSecurityHead - - HeadofSecurityNeck - - HeadofSecurityJumpsuit + - SP14WardenHead + - SP14WardenNeck + - SP14WardenJumpsuit + - SP14WardenGloves - SecurityBackpack - SecurityBelt - - HeadofSecurityOuterClothing + - HeadofSecurityOuterClothing # tbd: warden winter coat - SecurityShoes - SurvivalSecurity - Trinkets diff --git a/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/icon-flash.png b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/icon-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd472dc2890d55d81360e1c69c7aa5af32e94d2 GIT binary patch literal 659 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}7O4@QX}-P; zT0k}j17mw80}DtA5K93u0|V0nCb)>g0%imoB-!uha1uz#WV-l=fYgG-fIt9&qOMDI_}-|gNXdwt(ChvEg6ANu)v9?$5n{Vz7>Z^^Vx3ybyUw=4QzR&hKR zxpF1f;?~R~OH8;GPeeVtvoNsMl!GhiM;1TRg0oi{TNxO7okAEjX6MUpxR&PBcxCP? z0R{s_!Q?Z?W|YQT9k6A{II;KpC+&Sj4-4)?4dL=01>U=`_L)A5Vde-hW z|G>5ATGzIFiBEKEZYBu_21TeC=*;~2`TzZ!FTXO~e|zJ6=kZLF{qx#S-%ZQ%oD>ln zy6rx%j&Jby`KdDn3uSi8m>ML!Tqw@>k#)%-P16$$EiQo~dhe!hG+tzL=t+or|H&|3 z8~)Ybbxj#1Cn&gmvN2DLHf9i9wEXRvQ=3Y*yZW&G;cPg_Vrwt`An}iE14rUpCMKcl zD`g}$td&gQzt-I;IN@|l%irKqo`&VqIr49{uMwL#dE=*bITq%;GZox6joJ6tM( P;l$wS>gTe~DWM4fv!?f? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/icon.png b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..06311e4e05b14cebe9c8fac7192ed6f2e4d4fd40 GIT binary patch literal 605 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}7O4@QX}-P; zT0k}j17mw80}DtA5K93u0|V0nCb)>g0%imoB-!uha1uz#WV-l=fYgG-fIt9u)6r%YN?dtOrNDt~i=LUa5(HHNHpoEj_)86rs>4*7L{2Q05^uwE)@b7DBayK+vk z@v)kFzgaBU8F*_s9P5rw5b67?*qpuAD5CM4_OhiS7eAfVf0hq)^#A{FH~OCfGTwq* z|8|lg*P#Fbm*8j)&6XAcl?h7f8&2xJ+1oO8`bOXPynC7}7_;AR_+;nvqqR{}M@LCV zargO|KWE2_9LwMJX7Re$62}emF00L2=J`JNHd|8sqzFgtuI{5vs$^0Pc00v2+C9ikQG+k25a{2gIfx`w%E+;Kx_{o;Q@lboV z%CTMC5+`E(za}L3M)F(Bmpdx16EHeAf0i)Ayh6SZ0!IXv ze(62Esb`Nt_=WlG3TlcG+HT$(XTA*9HO#KRdtg`N{@VxGYl~f%#uY`106os&>FVdQ I&MBb@01fEkwg3PC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/meta.json new file mode 100644 index 0000000000..a3823eadeb --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/meta.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite made by RynKatze for SP14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "on-equipped-HELMET-vox", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/off-equipped-HELMET-vox.png b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/off-equipped-HELMET-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..3be13ec4ad9cace584da059278d3737b6bc86bcb GIT binary patch literal 1000 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 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/on-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8ea6427633acc12db8e085f849fbef1ed94436 GIT binary patch literal 1268 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EK(yp(|mmy zw18|52FCVG1{RPKAeI7R1_q`DOmGp01tQCRa}v$B+ufH&gfeF$D^=uI%`jF5JVZs4`>eq6633oa7IP8(dtz;bW>s zPEHM{wzhP$NSIV+ZF}i{X+Ft3hRCw*MILIK%iq13WBL4CoK&xUo&0)t^&8i3$8}}q z#s}vF_np=MwPx3+)%UK?`?G4!Aw%yPGs`_k7&5j-MdlpI<;%XO&m*-r;q|Jzp0iQa zpZ17P)!HUfDLTh@vh=+3v(7r~yZkc6NJ>Gj=y|2hbkW34o6_Rj9rot~&s%pVoUGp` zA9I>vzsDqp8WXA1%vos_EehxM6@5%~={One|AT`sZU6oFFG(LuBM#}8eX0Cr#rSUB zr5p>HG=Kiz+zC>NzH|Osu{KyN@;~HaAf}3sey31}X4~3rZ zoW>cztdXbQaQT9YKzckcOZ+FLp7)F#uY_D!?3g~;#sZLxC@`<=# zYfKxTyqtT=CZ*&xQ^O|{g=F73YA06D+SAd{cwk0S#nCLq{KhwHvma+Q)JlI(4?iGU zz#7Adoq8azZBUyjlkdIXrejz6WRa&r7M5@1g6rDpak`HilN_O2Lab$*NF}j zorIS<<-N$r3_8HLgMoGVf`>+1<}`Q7wO&!k*x7us`^$xtRCSk)%tu|K-oC3S|2Kd7 zM)u};b?@~TuaY_a{2=FI-%HP*+J4I||EE%CCvz=*@x@yTZ8Ogw{TOPQZA1K^j@u6Rp+4L)019)J@oIls*=YYtq~8*7(Vt@&N#W(SH6F*gTl&WyZP%C0!$8D zd@ixN%W)vAUm%IcBbVWX?A9yk$AW8~$zQ+8Q|Y2JuPk}T@gv8J?pQOJ=*Z;Oax_ZB zS!>^M*>Ww%EIQE5WZ(CRe-y13oMe~#xa$46w5}FCrVG>l*|b#JhTPEYCVm7iqF&pP`RuYSHd;rHX- z^orceH?;kd*xdfyQaW*~yx%nb^|C{n7x?2ck5q6r+U`8znYZPl*4NJ0>(AVM8Tad4 z$E8_3-T6!jjc0P(9?j%%VsHxJ&#krC{`8%0--ai@%@Y5uxE`IjTjkmfz4C9C)fszh w_dL6+GJ$21gOCT4rvj%+BP!>^d5#)pt@`@!`MqKiz|w`m)78&qol`;+0Qf{10RR91 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000000000000000000000000000000000..0452904da8436cc198a8c8abc8a29a9567b927da GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EK(yp(|mmy zw18|52FCVG1{RPKAeI7R1_q`DOmGp01$CQ zZ)T|r4QwV08W*z#c~!<<4|1=5TPy!J@$K7}|Kty^g&G_Sn`lpLdeNh(ik=T%+r1Y=losyH2 z%q-K(3(s+UzB|A4ET3oWdzKa50pBb2gtKH@R$jK|iz|-a{AM{LZ-xWZElA8pd$SLW YeCzn0s4@My4D=#{r>mdKI;Vst0Q?;2BLDyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..911c9cd2738d5f371511f7bba1f51132177eac5a GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EK(yp(|mmy zw18|52FCVG1{RPKAeI7R1_q`DOmGp01W!ttvi=4%rJLeA`*+?i?kC|jxf3Ssc$Izl{+ez7F8$v4+DFaM{QFd%?W*QiFCUA&ogDq@ z0~?b-0|Sc!10#n616Jk(dComRPyYYU*YWNqknt4c+qV;~`I-#`SXT;&3aN%ZQCs9W z+l>9BYmwwF8FgR2CodFj6CE8Jw|BB-ZhiK6?(rR&esPygQbWBmS5AJ+w|#c37@v^2S~tUd8W>dTOj>+85DFSz+^O3vE3 z+HaoM&WkRnT;HHqAHTYKUDe4u>#{%2XlCR|U|^Owz`$nEfR*_npRMk)xCZ;jD*_on P4>NeW`njxgN@xNAE7|j; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6df037d1d4a59b83ca497aaa04e17d195226db GIT binary patch literal 174 zcmV;f08#%^Nk&Gd00012MM6+kP&iDQ0000lAHW9?PoSiYBxu<#J^zM|oq%7-=};4a z0Ayp;ztxk+scqYa@n)|%F4y-pPXzNH0GO>Ll8|&?&*yQmkUd~pYul3VhXwdaM7PE{ zzbt@P9l&OQY7>xH`2Ql*i2hFid{xG9Da&)FBhoC-^PKA{mgjeq=SG4$5$*z$6$j){($Z1xdhB)Bpeg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/meta.json new file mode 100644 index 0000000000..a251964955 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Edited by RynKatze for SP14, based on captain's cap taken from TG and edited by Skarlett and Emisse", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/equipped-NECK.png new file mode 100644 index 0000000000000000000000000000000000000000..4dcfd9c6d81ec8ad10905d5014e0ef43a81f6eaa GIT binary patch literal 1305 zcmYL{dsLEl9LC=l@UDo4mq-h-+et0dsT^$yPLG*FWid%fDJP0d#WcgLxF~Tjty#-! z3e{HGg=A|}Ci9lJnuw{TDS-ID>v;EF_exK)i`S1Hkc2PpD%rWKw09b`> z4~~RLT$ZUZ^j~MCk3s-5B13}!dAHL`s30WJ!kA<-unF>}04Qbwh~*VX7)SsBlfnM$ z5M}WH{qiuOjFAt)i50wa@AB?)4|-Tg8~-KbVfBPn*lvj8uwc?&F8I2{lLGfdh3pBb z#{C!}>Xo6f{^e*o-wlf--L|~uSJ(4LHy7V;%+&Z-FGO}-%1G1rbzHLQx*6ob7 zVI=fwIzI05GasAE+K@9z4SL>ZvrZtMd*8|L9OpPPt9XsllRnwE$Uxuw{tyE%2A{x$ECTj#;x`FS?z~`#gRA3`zlr{GRvYz z3mnA`uD3Uz6YRSEt8VaA8_L}5uY2h=11*4}`AG1J$%9?WGO%uHQBKGoWHGB;k}vqQ zMmx%A`rQ^3^TWQ~mT}n$M~`i@th)px)Rg$QHO#mqMq`Nk6`p?i8dugAlWb^(XnpL`JF!9{=fuq|z(sv}3z=c-Yt- z0J?;H<69fTbn@(!d6F7p*G&ks!~%YA~5S-GBg ztzzp&`AlP?ea%!>PVd9?qG}bUxth+Icq4T_kx1_#=+Trh{Xbb55fs6BP%@X6V8W&t zDChmlk(~NoO>V`bL{ULcCU#TvT!#V>+h8fM(qFnsGc%&cU zS)x>e$eVnG2ygm2VZHjg2OcE>Kdc+h7q8LZ;8ToZ1YV>O0A#mU8*JHU>PJW)I`nfF zUtL!{rNPq9UY=QWz4*v}^Vn+#&h7;e+kDjQko;6Yr~G=J6N zGwx&7z+pHXt6qrlzK^5)?BZ0!5EgR%;qcPCDHv*!5yz~=3{?b*7-v~p0Zmc@a)jYt zq-l^EqcbwSIDA2w&cN9ty@+l1)MW*5G~U8g5RTy|8Mdp~CLGO8ZWDb?WpLQ*7#W2h zhjZsu?1;Il%$1+sa82le+*A;-X5>q7NrXg|Y>KjJhV=*T-dLM51ahh)3&xzaS5glg zWCzV5X`K%~mPTCb1*81t9gZ8il@c?mzt%}Wvo>iF@Lo1qtG_sB?}8&rp+f^g0%imoB-!uha1uz#WV-l=fYgG-fIt9c4 zz5ao3qWF)@mb)z5&Kxp0c_#he{P}NpeKTdB#eBAri@nEi;)ZMgTB}4KzgqD9wAsY> zzwEj{+*4Pau$pgOUJ>K0h4YWw3CbTg6q?W`Q1te<)pFwEKE5SotMaq^fcX4V%jjf{8~b4?y9qjA^n@@CFPx!2m15>f0tP+4*(h0 zK^}fP*^uwBf&feG&MhvUFZ+}-F9$r)tn`PA`h0r2PgEt4npYdHb(0Y8+2-mEF*S%i&(SM=Bzl}Q491jCt zSBcKecUZDUXJXK;+NXbS&XhXB{3)NoDmA zi{Qgs+!@k;W(!Pl-^1|a=MUE86;qG>Nc&lq87Cmn$p3gBn}e{r|Fq})f0JDl1WXJ$ z6OOiTT<^=rQK?s*m2_qO)BjieKc@#zTX5~!DXUZIxoaO<2pcehP=@jcU<~~KU!k_U z0vHnSKq2vV@?O4X1(DXdGQJX$HzRhHCBB&aZRIZqllh!e4L&3m`aE>y^1{54IP-Ge7rD@>ctb@B6fG_%LYN#Kqkf zlYf2dX{JU_1)QpT1`-*%OZj%2=_ynkviF+9v( w{)W$v|G044X8)Tkr?WJfloXhh3bL8v9i;zWV3Szp5A->Mr>mdKI;Vst01s&WqW}N^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c037fb85093b7ef0c4bfe6e63b327741014007d5 GIT binary patch literal 674 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EK(yp(|mmy zw18|52FCVG1{RPKAeI7R1_q`DOmGp01z*PwkRdSQ3v&p-kq) z3kT=E-(x)^^HVC5S^{=7ncBZqN!_o^4)3qbp2Tnmpp{`(>@1|2+2drL}H*wT&Kp5HKz6yX1G}+W!U7QL?@VSbPq!R0&l8gXjPM z9*HP(U{E{-1;yJ-8@UcEh_pWRk!0@cyBV{qtnkI;Z!3Q}OcSm;*kmT9H06W%k|TF2 z`se!z+p`EbFfgJMyIAHFdmgTyzsqiq*T-G!P9Do(aooP6_uR*+56#ZM+^D13vca(@ z=N{Jr9p@sA2EW@ZU)CtHn9BBksJb_~?d$r#$0fG!ns)1!)X_?Ag_b`iOV(Oe*H=CE zm-;GLWEc~+_@C93%lVCW8!oY#s<$Lw*T4PX-mxjcmYqm3?x5~-OKAvasIRHZsY#aBz7yg*@eD&7!-}N&mAG0~1Icu4!ME2Y1 z#rD6>zue$A{ju5GTi+O&9-Y~IZeKs&pQ6cM%vXnAd%sIh^Fq2^kp1nWEKVZPztYdt zgnYd8s3z9oCgZM#jK6P^Wscve%Ca;{+rcZ@d*;Oy-F~~rTE9fr-+mT3@!an_bu&73 z=51zeC<_l^Zm`(yyIXnH0gi-4`Hi11I!-TRx0zWuRqsf{E{CJuG8z{dZvEcgmZTXY zZ+q-VlI<4eulpun{g-l#p`(tKg~2yL`w1)mLIwe+7M{|(cF9qbWilH+H!@@}F;pEB zms9#GeMCTzg-7tP!ILvpOBi1+=oFjopjYei>iK3v$0_d@JUetWpXt)C>HmV1-F|RP zoPM&4|Npi15v!IWLJ1gL3QY$@85sWm|HS{s5E%NEpwNFi%`mUUK)`i-RBo$_XQR@r z4z*mVE*TZ^ld0S8K3;ONagL35{Kh?xIh4;Vn=w^q!^Y?TE9K72^ZQrKHee z%bW(`2=|0p%QonE=iFHzeKqge!a4!&`R_N@#>O9xzTWEY(E}y0*j)PUWKC z6>J=5F%0%_uVFuT1E!SHiC!W8#>(A(6e|^KAXT__2hXsT( zgzsg$+NdqQ!1?j#@Kp?_vzMOv`z7c?q0C~%(1U+Z)w-`>*wWCjO?2;*tFxj_!?<)f z-gt!`;GG=G*sk7xeLus8^p?w&&VHfZ7aU&4Gb%9i$g(b&Vq@nu`-t&>OK2b!fJ3Y? bp6Pz3#jj5s-8{L#EWzOE>gTe~DWM4ft~`bd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..5633ded6363fcdb552bb326f80c977b11abd9adb GIT binary patch literal 937 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EK(yp(|mmy zw18|52FCVG1{RPKAeI7R1_q`DOmGp01qm3?x5~-OKAvasIRHZsY#aBz7yg*@eD&7!-}N&mAG0~1Icu4!ME2Y1 z#rD6>zue$A{ju5GTi+O&9-Y~IZeKs&pQ6cM%vXnAd%sIh^Fq2^kp1nWEKVZPztYdt zgnYd8s3z9oCgZM#jK6P^Wscve%Ca;{+rcZ@d*;Oy-F~~rTE9fr-+mT3@!an_bu&73 z=51zeC<_l^Zm`(yyIXnH0gi-4`Hi11I!-TRx0zWuRqsf{E{CJuG8z{dZvEcgmZTXY zZ+q-VlI<4eulpun{g-l#p`(tKg~2yL`w1)mLIwe+7M{|(cF9qbWilH+H!@@}F;pEB zms9#GeMCTzg-7tP!ILvpOBi1+=oFjopjYei>iK3v$0_d@JUetWpXt)C>HmV1-F|RP zoPM&4|Npi15v!IWLJ1gL3QY$@85sWm|HS{s5E%NEpwNFi%`mUUK)`i-RBo$_XQR@r z4z*mVE*TZ^ld0S8K3;ONagL35{Kh?xIh4;Vn=w^q!^Y?TE9K72^ZQrKHee z%bW(`2=|0p%QonE=iFHzeKqge!a4!&`R_N@#>O9xzTWEY(E}y0*j)PUWKC z6>J=5F%0%_uVFuT1E!SHiC!W8#>(A(6e|^KAXT__2hXsT( zgzsg$+NdqQ!1?j#@Kp?_vzMOv`z7c?q0C~%(1U+Z)w-`>*wWCjO?2;*tFxj_!?<)f z-gt!`;GG=G*sk7xeLus8^p?w&&VHfZ7aU&4Gb%9i$g(b&Vq@nu`-t&>OK2b!fJ3Y? bp6Pz3#jj5s-8{L#EWzOE>gTe~DWM4ft~`bd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c1268c2c9da6e4477feac3a57602a2756358f9 GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}7O4@QX}-P; zT0k}j17mw80}DtA5K93u0|V0nCb)>g0%imoB-!uha1uz#WV-l=fYgG-fIt9vxPHXZ?EUE-rs%pamH(tP$8zr zVvdiVOk5vju4E#{$q?*ywSs$&%z@a3_r5dCp2vhUaIS5xfAn4Ix_N?+hQZo{eQQtn z-4Wf8>sG8b?aG7+8;fgJUc9#Rr^$6L1;r2F)c%FFax*ae|36{z+9^PH_ki5}Ho%bU zfC5iRk%-LPuG!w#_4xjV*#-TF%qOF{Fa=%~V^yrT~GKl{&r}D|uvl*YdWqe^iP)cJ1+viUsL*lT1B$ zA`3SZ`f$8YpL_S`4ffEd^EqcU;6yqK0oO}2Z*TMYe@d$Q^4Fa^gR=GdbKY0ooBI1{ zz^--GjSYg=ZYZlw4p=$$qU zB8#t_dh*+HhW9HOeJ9b=Y@p7Qz z$wvZAmc3;1X)kQhVO(%&(u~s`Es5{;{MaFJeBy}=m!2SPlkokYrx;qlWq9Uo<*;=sjX~P8FBkszcmNFZ|Nl8MSAb&WF({EZPSji@;_9rX`A-^!iNRU$uB2td?EO}H|6NQB`12mPtxh;lbpba9sS^D)>OUy z{qC{$rN_2zl*_8!FZZU>I#TngGt+}BJC4~dT;MLj(0JBzzvIkcZvOX19o1{My51}Q zA07SU@4|Bp^R}PudwuIx!&X~8-G9Lz3hx?}8bl0U)MnL2x7_+F$L6uXlkoyy-vmt- z3xo8y8lGqOg!ZnPP+TT?!;o>!au0^xr)JAX{C{W6|6f?d=v>pJ#`}^LjG9(XnN~fo R9Dv?s@O1TaS?83{1OP2p8ma&Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a35d26139b6dc0bb7e5f3872bc4767b6b3939ca3 GIT binary patch literal 669 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EK(yp(|mmy zw18|52FCVG1{RPKAeI7R1_q`DOmGp01(Vt-4254!Yn`gf%>Ga*rfuu-#D@-!`jY}X zC3I7ctQS!&T=nI@xb<8$TO|c1T&Uh(Vd<4?rMb!+No#sPaul1Nz5Vrq-1cDYrF$G7 zFdvC{JeOmcZ}aXnvm-g@ex^<_+?es~yFiTTsayS?^HMqSMzCGQwCD@#I-K?8Dms1#*owaaKVlKFx)An*_L`KhA zm7c04_d<=A_uMpOp5cCuA^hx}KQp%ew@Xf%=vRB?Q}--){#o_24+t|b{QsY0rL+bZ z5)VNk@pjrq-opw4uCY6}xOj^0TEO-BNnLy#AWlKKm=e7k+QMSsEKHZLt0O;-mFkoJV8>SSB##Rn3pO zFSgKcZ#$z0hP8crdc{79IS+Gh&@YA#WYwEvCw*Tkk hl1z65x^hRO{@gsL%;>PN2|&*>c)I$ztaD0e0sypE{LTOX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/meta.json new file mode 100644 index 0000000000..6db94208e1 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Recoloured by RynKatze for SP14 from Captain's Carapace sprites edited by Emisse and taken from tg.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/Equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/Equipped-OUTERCLOTHING-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..5580574bf831c836b182bdb1763a0ca3d08753ea GIT binary patch literal 1669 zcmZ9Mc~sKr8pnS>*EC3tEC#`)x{X;np}6maqN$+7xP%Ld7O1(Tj_W8IDp4uoU<(XWV7T9Jd@i=bk&~-1j-(_w#+9=lS>hUiBy7q1p&- z005xgUO1AHZoAr}p}g-gk|vY@lSz0i(D)KLt9;l+2YX-e^8?J3eh&Z^F#xsQ6{QeL z0f0)a%KtiUwW@#n-C=Ykm7@fbfg_T4cXxZrW2}_vf2s7UarTb`|5Vb>8|O|=2N!Ol ziw~f6Jt%wMCH~~iJ%%mw!*W>1+^Tg=jz;3Tpj@wiL5}|>RjW>fE)6*fdSk!NdS*yj zY{IwP3tJ7F+>yMuf=CjQssC5T^Ie|lt_=BV;n81p9@m97A@u)~H?@zIc{2_H9 zfp-8Xl{j;+l>MG)(dX4M)Y%wiB|4RYBoWx`X<=?BKW3QaP-uB3N3`P0g1Kbe2B*5p z9fQaw0d~XpSLc@ElT?jIkf$2Yf2;0yuxG>60s)lRepM9G@4B_ANZpdl?Vz}ILW^Ff zx{N*0_61}`7WVzuK>ae6 z?_ku9z9oz7r93trKaiW5ZYv1sU7pQUdCQ`Dg#Q9MENQWyQ)&dp#jB-8@z-l-(z@n} zd?l5pFq~kiHRU)+hb;-G^E}>ghw*r z0QGQo`UNYl=|p?}RRnqJ`5TOz97mi)1cjD16NqRL5|1`209ouj|6a498u*F~!_Ju3 z$+00CjlPn!1%&^GOO*bMuGdk_{5bX=c1KU#!Q=VJZk7#ErecSmp>2mIB zEzk958(ch{1dEfAsuNhUpQR5=w&QzKei(1pxXb_)6(t=bF3qDK7c>$B4TC=13ZQwm;<#28laQC0dC`286&>N;tkm%fuD(g5`AL4P_20k zVvI+PUylBWS|jM2%tuD^?{X=qzrZj-v*IvVD2h`T9~ zG={0$bvvix!eEcY5&N$l@*H1Y+xf>>%tZMGZ5TONu_FJAKn@fPeIri=VvZ zD*cQ#Q~Q=y(bKv+T6pdyc??lYO#G<(x->i+1AzI~CY;;Chg#cPa3kweC0fVFCLl#DYSs_f)nsq3zC%af*R-I`g*owRH1;&OZT#}SF$-l^a8mWx?e(0oN+8+G z=N{OZhR{>TsUA%G{GG09d$b&QJ-udnZPJ)Iulei9Ap)6P4kUy}y}F3>qo1Z76v_pK zURhb6H~+{&CY-sJ^Y%dKcARSdnUrwLca)H_F5er&+m@LmY5$`y zsQP<2RB9hn=gME~(RY9x#oh+_uL{^xHhXP*t|Jz#!hK1OCS-W&h2g$)1ctEJ;DaL0 z^$p-QtXAuE_RszizcrVZyJWXTyS9w6^WDf-yypo(tV-gwix7AAbZjVv&JadqCR813 zP)E^EE(#Euo|kbz3w={GFr{y_{w;JM!!cACEMn60vF$vDG+aG~sY#ip$sf#Kx}WXhaIolWRJ3Y&(M-#y^%LBKU) Hsri2a@OtZC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/Equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/Equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..5580574bf831c836b182bdb1763a0ca3d08753ea GIT binary patch literal 1669 zcmZ9Mc~sKr8pnS>*EC3tEC#`)x{X;np}6maqN$+7xP%Ld7O1(Tj_W8IDp4uoU<(XWV7T9Jd@i=bk&~-1j-(_w#+9=lS>hUiBy7q1p&- z005xgUO1AHZoAr}p}g-gk|vY@lSz0i(D)KLt9;l+2YX-e^8?J3eh&Z^F#xsQ6{QeL z0f0)a%KtiUwW@#n-C=Ykm7@fbfg_T4cXxZrW2}_vf2s7UarTb`|5Vb>8|O|=2N!Ol ziw~f6Jt%wMCH~~iJ%%mw!*W>1+^Tg=jz;3Tpj@wiL5}|>RjW>fE)6*fdSk!NdS*yj zY{IwP3tJ7F+>yMuf=CjQssC5T^Ie|lt_=BV;n81p9@m97A@u)~H?@zIc{2_H9 zfp-8Xl{j;+l>MG)(dX4M)Y%wiB|4RYBoWx`X<=?BKW3QaP-uB3N3`P0g1Kbe2B*5p z9fQaw0d~XpSLc@ElT?jIkf$2Yf2;0yuxG>60s)lRepM9G@4B_ANZpdl?Vz}ILW^Ff zx{N*0_61}`7WVzuK>ae6 z?_ku9z9oz7r93trKaiW5ZYv1sU7pQUdCQ`Dg#Q9MENQWyQ)&dp#jB-8@z-l-(z@n} zd?l5pFq~kiHRU)+hb;-G^E}>ghw*r z0QGQo`UNYl=|p?}RRnqJ`5TOz97mi)1cjD16NqRL5|1`209ouj|6a498u*F~!_Ju3 z$+00CjlPn!1%&^GOO*bMuGdk_{5bX=c1KU#!Q=VJZk7#ErecSmp>2mIB zEzk958(ch{1dEfAsuNhUpQR5=w&QzKei(1pxXb_)6(t=bF3qDK7c>$B4TC=13ZQwm;<#28laQC0dC`286&>N;tkm%fuD(g5`AL4P_20k zVvI+PUylBWS|jM2%tuD^?{X=qzrZj-v*IvVD2h`T9~ zG={0$bvvix!eEcY5&N$l@*H1Y+xf>>%tZMGZ5TONu_FJAKn@fPeIri=VvZ zD*cQ#Q~Q=y(bKv+T6pdyc??lYO#G<(x->i+1AzI~CY;;Chg#cPa3kweC0fVFCLl#DYSs_f)nsq3zC%af*R-I`g*owRH1;&OZT#}SF$-l^a8mWx?e(0oN+8+G z=N{OZhR{>TsUA%G{GG09d$b&QJ-udnZPJ)Iulei9Ap)6P4kUy}y}F3>qo1Z76v_pK zURhb6H~+{&CY-sJ^Y%dKcARSdnUrwLca)H_F5er&+m@LmY5$`y zsQP<2RB9hn=gME~(RY9x#oh+_uL{^xHhXP*t|Jz#!hK1OCS-W&h2g$)1ctEJ;DaL0 z^$p-QtXAuE_RszizcrVZyJWXTyS9w6^WDf-yypo(tV-gwix7AAbZjVv&JadqCR813 zP)E^EE(#Euo|kbz3w={GFr{y_{w;JM!!cACEMn60vF$vDG+aG~sY#ip$sf#Kx}WXhaIolWRJ3Y&(M-#y^%LBKU) Hsri2a@OtZC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2c30c29acd887c59319b4eeb666909feefd2b54a GIT binary patch literal 703 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}7O4@QX}-P; zT0k}j17mw80}DtA5K93u0|V0nCb)>g0%imoB-!uha1uz#WV-l=fYgG-fIt9wmwbG8KNha`0`M6Pt>hlYx_(z_cA%YdL>aGxJ?l5VYLxvb|_`$Kwf| zDre4`iFAC}_IzvJ(xVs6O%nN!Y~d)#PWmVA_-W71pF;NzZK<{WclK7YZOEtFsx$xB zw6+NJ8HO=)X!G;gEPHWZsFIn1;s5_Q^*Pl*U+RN=w|0_Y)?o($S6)LsR;^IU(yU9n z0w126DlM;Q&avZU>ZNB+mKSdMe>iiTBYBA^&t{`XC^UNhP-`(D( z``BXIy4Pyw=h>V)x%rswM%VlI&+q&5U+&b`JN8oihd(qh223e*coOXXS80Q5?fvN{ ziR<$eK1bfpp17Pb{A`IsFoWT|1IF_kY?7|56=Rr?#>v*e$kGtr@^MYHNu?Mk`;ic? zf>SNUesXTH-y-)evz+E|^ns|$xvU#8%xYC)7w#k<5)G&=I{M?<9_xSyQq_+-6wc3D zHSbyR2TQ@wgJ#L6=FIVId~JI?I{5DAeG&odZ*5J#y71PT=LM`8f*H1z$ zCp_~1a3*O}M){VaS%N&)yNy4mJ$u`4CjEa7WBLKf0yeDFC&`MtZ{1YHEYtZPKdX8E zM)6u~30KwnRi3k!NeZf7iz%x~{hiITao0L&!JnD)x|Z&^>MrWLx%Pg4X{>*1uz^+f z4Go*A3`xlmH-a{V<=gmdu(yeqmTh}jrBt`?{<3G8Z1WA&mT`Bx9h}slniRA#$ucZ* z`GHrPPMfS=bTRVqw8>jk!u;Yk=ilDeFLG9JdFI{Pl4~0tPM-8&(`kK0vEA$Dii_E4 zMwEZOxOYir=QWAquE043CQc4|VSe{q_r0;|pC@P6bxkIkuflW9oITyOJAWrWez7L9 z!8DRZ}0l!pPvV7>I554Tktv4`Y)q|^WXg& zb$%FdBG4(eQTaUamt1BCV_kH(qen z_~E==&uUjmLGke)TB4{c>?xUuj3@m=eLS$_S9y}r~=AdRy@ z_;yaY=N<(Hrrr1bJZ%IzILmjbaw>1DnrD>6$}r#Xnb$Wi@!Q+p%1w+ZjIGRLwo5)E zDC`&Ed8q1f$2niqMJekiY}BgKs&P0F9>}A)$|Un%ou176jhAW<9rLzn<-eTEp}oT7 zNPw0+Iw2w-|;@O1Ta JS?83{1OUF}Ps;!R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d85dc338cb851f2580de6f0501c8bc94657441b2 GIT binary patch literal 792 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EK(yp(|mmy zw18|52FCVG1{RPKAeI7R1_q`DOmGp01Z#5I}Vm4Sh)8@n9sLz)_ zdwb0DRMD}XfA6r9&WRb-?|vDSm7P_IjxC#+!rEX}`=gD?D?4H;kVwtH-!iJ0i)gP0(m6r3LTQ_sJ|0l0G zR<$pMuFsztx_Q#`hlfj~uK6q5I)$BWfBaqfcvp4&r@Q@yyr%E%%U-H~`|(xa-|s1f zwtNv$w$~)DPcHfNT6*)6qj@HoKKixhT<;C)CmrAi2Jrv?M`jfY0YjDt6tZup*zz4R z;BnJdEM0S@m2<_e(#DBPnWd}q4=%M3W#_78Tey$tvx9R`ztQ zYKLvU({sNFzk?i0k26k~wO7!xdgmN&207d69}Nk~MS8AJ#eCl{KlHKl>AS~e`#OPP z_Qq_7=#=OmiM!Uk)%`L1p1-2+^Uxf|e=Fyo)4a8u^WP6flcB=zOD! z&p+X@>7K*J`;W%Yu!)n}{JUw>A*0{w*7wctpUJthY^8l@<0^;H1zG{3E4V^fS25MQ zH{Q&-cJBG-uL-sszo#ER{q6JDT~iqr2qd1hd#>8q!LL>k|DONkF1@aLW4Z08pBk;S zo9PpD;i4B)lB&xAeP%wjhOL|vq9U#c>+#|vA>s!sV zBL)7mLs>S-$Qt)wWia$Id}sVTuFtFE$D>p2EEdOwcD#=H(aTcs&L)hxA+5dme34+s zjEnmlvjp3VT~9Ri3!k22x%f6;EYqCXGh;mqq6`Y`Odc*@f5v>jm+u-e zXa1J$-QC~5{LtX^Y~V_G&?U(F;Paiw|ME9hzmH^`WKiMZ!dRuBenZ6mkru<8H4Qug zfAv%xHl#5a^(b<5=r0p{qbPL2hmSwVGU;t`&Ykzu_0GTZZ#(;?ZK|`}65Tk31I@=5 zoL`h0_a*$IsQRDg;m@1+kY%Rso}Ne z#^z-bOQs&bvHSn|*^%k9)&5U%5b|L1RNz!;RGGjs=|Bq8`R{iRyx5g@^*Wb1hhew#zoyu`cAk7r*Y**F#^<`3HXzV=(MAuBfYF`;&acB6s+ z!y`Gj8O_uxtr(oum+61vU{KLyc=5>9phH~HYFo#oWtX}H(-K+=bM8(0zd5!;@558q zebcU3M|7J>+sU6&aJwLFHAA3av7d6K>bqLj6aVx&cYNEerN?lKE%DLgL!THJwmd!j zi|aE(VQuT%=@BQB)qL(SIJnJCDM; z`G+plE?;w3)b}+|M2dgGsvjIlq5N@k#7bDX_PZ8u<@@mVyF5e4-L{U2TkIUNa~WSN zGP=xT_}jMZ5zjfs(39568IK+7?mXV(%OuS4hauk1d(y}3taf0GGkCiCxvXg0%imoB-!uha1uz#WV-l=fYgG-fIt9TZG>9m!Xzwvy70HY<-5;iseQuhX( zAN6`tGJ6zGCk8SUGn{c;@Ic*E7U)oh|Nje(55@o)D?v_9PEcTav1#Mq?av?oUVrT1 zNBLvdfUeBX&E-9&U??E3!XL!`NH|gFrI*9B0|sY`1bB-XJo-w4JufuAtDcdZ@MzMc zNn6SpP8bCQfPBav$+6fmXO^`?K!89_r-J_Z|3F9o|3AO`Uw!4eoAo;^0_L?asK#cd z@8P>~Tp?aLn(I-sfyX?Md5oWQb?zl{^3CL*q<(Nm;8Iv9S~xKFvRgm*N MUHx3vIVCg!0N7`&8vpKyD}&s;W^%<&XNsC7qH}adl{pTnC)jijkdA6jpfujQ}IL<{63;7!P&6-*h7HGNvR(6WQejv(EAxV1 z_1$gjOKsC^ghA3Zx2Fj&tE^_#Xed1Y^0N;}$?IdU%jFrw4!biY?DARf`{Deo{i;d* zPCq=(&K3(lTk}bxT&iu6YI^?+(cUMqrjySIUHi{?k#R?+-CJ>12F~5d^36)US~?O zC@jpJC7{-Nt7Es3mrdClra!seb*#5OF`jh&uCJzez-7f$MoEoh2iRBHvF9$nVV@36 OR}7x6elF{r5}E)k^&9s9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..73fc5abb0ed5dcb886a7c8cab13acde22060416c GIT binary patch literal 783 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|EK(yp(|mmy zw18|52FCVG1{RPKAeI7R1_q`DOmGp01G7yALO z=Vk`a)G8oCQe0au*S-DydB@&!88(Sv&AvZxUKd_gQO%;!a;)4>zE@r6^6AOb7iDti z&#z^;A+=Zi%$H}$=C8%{{o`gmyVW*xvBEEpfMww-nZt-wsfB)3=WZk7tOv%^(ZA#Zon)g!l z-r#$iP2j+R8OQlsj(mCAKKFYbF}S=0#-d0)=V77ek}XFMl;?ssdeLrA8(is)a((yd|fc@&|3|K zd4`87uP;{VBpQ_eEGqQ$sfU%6CvVTTFFN81Pa3^D$%fyuM>KD)8Tk5?JVZc}5* qZhX4`W_f<2g0%imoB-!uha1uz#WV-l=fYgG-fIt9nd?0Vl~lO{YQ6jq zm^nNX)xT9XIJ^?c{3NxKDarDa?~hiMM{jkd5@*bvS^s?g%)8N>bv}kqTk0tkyd<}I z%POtauW!AneIq4ZA9d_RtZU$#PR0KbeR~*8%$yV-CcF_SUb5m$nN0xxzu#FhwP-$2zqf8Ji;2pthRIn{{~iB*tw{a0tw7Q))!wA;5vT3Z{Kkae zM#Ybuf4yPN_%b1X-uts*=Ib_!cIPiwEvma-KFM+UW2qp{C!dQ>SQ@!R3s<|f>Q9hf zazgRa648}K9a}8@q~tRWMSni3@L}Dw69#9_ow@(>|N6Nyd=vdcL(O=cJ2GeWEGV~= zTl;#K>Z@IRe_wykU@1QkbLx`P>&wa~6ee-hFIz5^D5Ux(kEuY>Xyud-MBW=#KemoeBk7 z+jY_u?JbxT?TY_ZRmbfUYbiG0WM_M6@~fGy3##V+mHAY^pFt>cmA$^d!f}CzVusl{ zw;r*v=sgKxQdqv;p@oHGclYmVeFa92rj974KiRn-w(}|p8Mz2Ktd*>td-Aqf`l14! zoh${hOTNrVUw5W?|NcAwBptP;TTPz%Jok))bAX6z$F|(J#q*dYXGR%wo{pH?wy8ws zxIpcF{ggW*hP8=h;ulSN*E*|kM4Vr7d0SqGz0AL<@i_vwu7eW1r>mdKI;Vst0JGF) AGynhq literal 0 HcmV?d00001