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 0000000000..2fd472dc28 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/icon-flash.png differ 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 0000000000..06311e4e05 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/icon.png differ 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 0000000000..3be13ec4ad Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/off-equipped-HELMET-vox.png differ diff --git a/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/off-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000..3be13ec4ad Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/off-equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/on-equipped-HELMET-vox.png b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/on-equipped-HELMET-vox.png new file mode 100644 index 0000000000..1f8ea64276 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/on-equipped-HELMET-vox.png differ 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 0000000000..1f8ea64276 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hardsuits/sp14warden.rsi/on-equipped-HELMET.png differ 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 0000000000..0452904da8 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/equipped-HELMET-hamster.png differ 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 0000000000..911c9cd273 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/equipped-HELMET.png differ 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 0000000000..ef6df037d1 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/sp14wardencap.rsi/icon.png differ 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 0000000000..4dcfd9c6d8 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/icon.png new file mode 100644 index 0000000000..9b480cf534 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/inhand-left.png new file mode 100644 index 0000000000..570139d892 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/inhand-left.png differ 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 0000000000..c037fb8509 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/meta.json new file mode 100644 index 0000000000..8aa76fabf5 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/sp14warden.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by RynKatze for SS14 based on the Captain's Formal Cloak sprite taken from tg.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 0000000000..5633ded636 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/equipped-OUTERCLOTHING-vox.png differ 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 0000000000..5633ded636 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/equipped-OUTERCLOTHING.png differ 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 0000000000..d3c1268c2c Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/inhand-left.png new file mode 100644 index 0000000000..b8802f1492 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/inhand-left.png differ 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 0000000000..a35d26139b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Armor/sp14warden_carapace.rsi/inhand-right.png differ 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 0000000000..5580574bf8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/Equipped-OUTERCLOTHING-vox.png differ 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 0000000000..5580574bf8 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/Equipped-OUTERCLOTHING.png differ 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 0000000000..2c30c29acd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/inhand-left.png new file mode 100644 index 0000000000..e3c63356f2 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/inhand-left.png differ 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 0000000000..d85dc338cb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/meta.json new file mode 100644 index 0000000000..446e931cac --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/sp14warden.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite made by RynKatze for SP14 based on sprite made by Emisse for SS14", + "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/Uniforms/Jumpsuit/sp14warden.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..a7715a2151 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/icon.png new file mode 100644 index 0000000000..658a81572c Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/inhand-left.png new file mode 100644 index 0000000000..bc989c7e5a Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/inhand-left.png differ 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 0000000000..73fc5abb0e Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/meta.json new file mode 100644 index 0000000000..035d6ccb2b --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/sp14warden.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by RynKatze", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Markers/jobs.rsi/meta.json b/Resources/Textures/Markers/jobs.rsi/meta.json index bca3be1df8..6224a9937c 100644 --- a/Resources/Textures/Markers/jobs.rsi/meta.json +++ b/Resources/Textures/Markers/jobs.rsi/meta.json @@ -190,6 +190,9 @@ { "name": "seniorofficer" }, + { + "name": "sp14warden" + }, { "name": "technicalassistant" }, diff --git a/Resources/Textures/Markers/jobs.rsi/sp14warden.png b/Resources/Textures/Markers/jobs.rsi/sp14warden.png new file mode 100644 index 0000000000..50a336e945 Binary files /dev/null and b/Resources/Textures/Markers/jobs.rsi/sp14warden.png differ