diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 5b1ddb6ffda..b79d50f5ee9 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -222,7 +222,7 @@ Slash: 0.6 Piercing: 0.55 Heat: 0.55 - Caustic: 0.6 + Caustic: 0.6 - type: ExplosionResistance damageCoefficient: 0.9 - type: ModifyDelayedKnockdown # Goobstation @@ -247,9 +247,9 @@ coefficients: Blunt: 0.6 Slash: 0.6 - Piercing: 0.65 + Piercing: 0.55 # Omu Heat: 0.55 - Caustic: 0.8 + Caustic: 0.6 # Omu - type: ExplosionResistance damageCoefficient: 0.9 - type: ModifyDelayedKnockdown # Goobstation diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index 8cee988bef2..8443eea414f 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -628,9 +628,9 @@ coefficients: Blunt: 0.65 Slash: 0.65 - Piercing: 0.7 + Piercing: 0.6 # Omu Heat: 0.6 - Caustic: 0.85 + Caustic: 0.65 # Omu ################################################################ - type: entity diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 2c878ed2106..fc39c6e3340 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -1340,6 +1340,7 @@ - ClothingHOSWinterJacket # OmuStation - HeadofSecurityGreatCoat # Goobstation - HeadofSecurityVestWeb # Goobstation + - HeadofSecurityGreatCoatDV # Omu - type: loadoutGroup id: WardenHead @@ -1367,6 +1368,7 @@ - WardenCoat - WardenArmoredWinterCoat - WardenCoatBlue #goob + - WardenGreatCoatDV # Omu - type: loadoutGroup id: SecurityHead @@ -1422,6 +1424,9 @@ - ArmorVestSlim - SecurityOfficerWintercoat - WinterCoatSeniorSecArmored # Goobstation + - WinterCoatSecSweaterDV # Omu + - WinterCoatSecCoatDV # Omu + - WinterGreatCoatSecCoatDV # Omu - type: loadoutGroup id: SecurityShoes @@ -1470,6 +1475,7 @@ - DetectiveArmorVest - DetectiveCoat - DetectiveCoatGrey + - DetectiveWinterCoatDV # Omu - type: loadoutGroup id: SecurityCadetJumpsuit diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml new file mode 100644 index 00000000000..bf9ea6d5cc3 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml @@ -0,0 +1,182 @@ +- type: entity + parent: [ ClothingOuterWinterCoat, BaseSecurityContraband ] + id: ClothingOuterStasecSweater + name: station security sweater + description: A thick synthetic sweater with reinforced shoulders and elbows, enough to warm even the harshest security officer's cold heart. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi + - type: Armor + coverage: + - Chest + - Arm + - Groin + traumaDeductions: + Dismemberment: 0.2 + OrganDamage: 0.2 + BoneDamage: 0.2 + VeinsDamage: 0 + NerveDamage: 0 + modifiers: + coefficients: + Blunt: 0.65 + Slash: 0.65 + Piercing: 0.65 + Heat: 0.6 + - type: TemperatureProtection + heatingCoefficient: 0.1 + coolingCoefficient: 0.1 + - type: ExplosionResistance + damageCoefficient: 0.95 + - type: ModifyDelayedKnockdown # Goobstation + delayDelta: 2 + knockdownTimeDelta: -2 + - type: StaminaResistance # Goobstation + damageCoefficient: 0.7 + + + +- type: entity + parent: [ ClothingOuterWinterCoatToggleable, BaseSecurityContraband ] + id: ClothingOuterCoatStasec + name: station security coat + description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi + - type: Armor + coverage: + - Chest + - Arm + - Groin + traumaDeductions: + Dismemberment: 0.2 + OrganDamage: 0.2 + BoneDamage: 0.2 + VeinsDamage: 0 + NerveDamage: 0 + modifiers: + coefficients: + Blunt: 0.65 + Slash: 0.65 + Piercing: 0.65 + Heat: 0.6 + - type: TemperatureProtection + heatingCoefficient: 0.1 + coolingCoefficient: 0.1 + - type: ExplosionResistance + damageCoefficient: 0.95 + - type: ModifyDelayedKnockdown # Goobstation + delayDelta: 2 + knockdownTimeDelta: -2 + - type: StaminaResistance # Goobstation + damageCoefficient: 0.7 + + +- type: entity + parent: [ ClothingOuterStorageFoldableBase, AllowSuitStorageClothing, BaseSecurityContraband ] + id: ClothingOuterCoatStasecSenior + name: security great coat + description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi + - type: Armor + coverage: + - Chest + - Groin + - Tail + - Arm + - Leg + traumaDeductions: + Dismemberment: 0.2 + OrganDamage: 0.2 + BoneDamage: 0.2 + VeinsDamage: 0 + NerveDamage: 0 + modifiers: + coefficients: + Blunt: 0.65 + Slash: 0.65 + Piercing: 0.6 + Heat: 0.6 + Caustic: 0.65 + - type: TemperatureProtection + heatingCoefficient: 0.1 + coolingCoefficient: 0.1 + - type: ExplosionResistance + damageCoefficient: 0.9 + - type: ModifyDelayedKnockdown # Goobstation + delayDelta: 2 + knockdownTimeDelta: -2 + - type: StaminaResistance # Goobstation + damageCoefficient: 0.7 + +- type: entity + parent: [ ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatStasecSenior ] + id: ClothingOuterCoatStasecSeniorOpen + name: security great coat + suffix: Opened + +- type: entity + parent: [ ClothingOuterCoatStasecSenior, BaseSecurityCommandContraband ] + id: ClothingOuterCoatStasecHoS + name: head of security's coat + description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version is adorned with gold trim. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi + +- type: entity + parent: [ ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatStasecHoS ] + id: ClothingOuterCoatStasecHoSOpen + name: head of security's great coat + suffix: Opened + +- type: entity + parent: [ ClothingOuterCoatStasecSenior, BaseWardenContraband ] + id: ClothingOuterCoatStasecWarden + name: warden's great coat + description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version features ice-white trim. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi + +- type: entity + parent: [ ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatStasecWarden ] + id: ClothingOuterCoatStasecWardenOpen + name: warden's great coat + suffix: Opened + + +- type: entity + parent: ClothingOuterCoatStasec + id: ClothingOuterCoatStasecDet + name: detective's coat + description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version is detective plum. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi + +- type: entity + parent: ClothingOuterCoatStasec + id: ClothingOuterCoatStasecCorpsman + name: corpsman's coat + description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version is corpsman blue. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Security/corpsman.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/corpsman.yml new file mode 100644 index 00000000000..fbd8e0b4620 --- /dev/null +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/corpsman.yml @@ -0,0 +1,5 @@ +- type: loadout + id: CorpsmanWinterCoatDV + equipment: + outerClothing: ClothingOuterCoatStasecCorpsman + diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Security/detective.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/detective.yml new file mode 100644 index 00000000000..d82bc9c0c52 --- /dev/null +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/detective.yml @@ -0,0 +1,4 @@ +- type: loadout + id: DetectiveWinterCoatDV + equipment: + outerClothing: ClothingOuterCoatStasecDet diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Security/head_of_security.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/head_of_security.yml new file mode 100644 index 00000000000..dfe5e34b1c5 --- /dev/null +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/head_of_security.yml @@ -0,0 +1,5 @@ +- type: loadout + id: HeadofSecurityGreatCoatDV + equipment: + outerClothing: ClothingOuterCoatStasecHoS + diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/security_officer.yml new file mode 100644 index 00000000000..920d3420d88 --- /dev/null +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/security_officer.yml @@ -0,0 +1,17 @@ +- type: loadout + id: WinterCoatSecSweaterDV + equipment: + outerClothing: ClothingOuterStasecSweater + +- type: loadout + id: WinterCoatSecCoatDV + equipment: + outerClothing: ClothingOuterCoatStasec + +- type: loadout + id: WinterGreatCoatSecCoatDV + effects: + - !type:GroupLoadoutEffect + proto: SeniorOfficer + equipment: + outerClothing: ClothingOuterCoatStasecSenior diff --git a/Resources/Prototypes/_DV/Loadouts/Jobs/Security/warden.yml b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/warden.yml new file mode 100644 index 00000000000..9545a871f5d --- /dev/null +++ b/Resources/Prototypes/_DV/Loadouts/Jobs/Security/warden.yml @@ -0,0 +1,4 @@ +- type: loadout + id: WardenGreatCoatDV + equipment: + outerClothing: ClothingOuterCoatStasecWarden diff --git a/Resources/Prototypes/_Goobstation/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Goobstation/Loadouts/loadout_groups.yml index df837847b97..882764aa5b3 100644 --- a/Resources/Prototypes/_Goobstation/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Goobstation/Loadouts/loadout_groups.yml @@ -1426,6 +1426,7 @@ - ArmorVest - ArmorVestSlim - SecurityOfficerWintercoat + - CorpsmanWinterCoatDV # Omu - type: loadoutGroup id: BrigmedicBackpack diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..94ae75a8d5b Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/icon-open.png new file mode 100644 index 00000000000..666388df132 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/icon-open.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/icon.png new file mode 100644 index 00000000000..0174c843ce4 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/inhand-left.png new file mode 100644 index 00000000000..445d053ce06 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/inhand-right.png new file mode 100644 index 00000000000..124caea61ca Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/meta.json new file mode 100644 index 00000000000..83b2683d766 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "icon-open" + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..2525f4d9289 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-inhand-left.png new file mode 100644 index 00000000000..445d053ce06 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-inhand-right.png new file mode 100644 index 00000000000..124caea61ca Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/armourergreatcoat.rsi/open-inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..1d8343408d3 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/icon.png new file mode 100644 index 00000000000..3c6baa9826f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/inhand-left.png new file mode 100644 index 00000000000..40b2530a17f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/inhand-right.png new file mode 100644 index 00000000000..1c7979dd1a1 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/meta.json new file mode 100644 index 00000000000..f72d45cd9cc --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/corpsmancoat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62, modified by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..e3140e56391 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/icon.png new file mode 100644 index 00000000000..8346b09e7e0 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/inhand-left.png new file mode 100644 index 00000000000..40b2530a17f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/inhand-right.png new file mode 100644 index 00000000000..1c7979dd1a1 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/meta.json new file mode 100644 index 00000000000..f72d45cd9cc --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/detcoat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62, modified by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..0db3e865821 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/icon-open.png new file mode 100644 index 00000000000..c6563516912 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/icon-open.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/icon.png new file mode 100644 index 00000000000..5e142f96583 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/inhand-left.png new file mode 100644 index 00000000000..aff3be8aa52 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/inhand-right.png new file mode 100644 index 00000000000..2f1a211ee81 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/meta.json new file mode 100644 index 00000000000..83b2683d766 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "icon-open" + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..1d1f4f17e29 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-inhand-left.png new file mode 100644 index 00000000000..aff3be8aa52 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-inhand-right.png new file mode 100644 index 00000000000..2f1a211ee81 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/hosgreatcoat.rsi/open-inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..8f98501808c Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/icon.png new file mode 100644 index 00000000000..d1746a61db6 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/inhand-left.png new file mode 100644 index 00000000000..40b2530a17f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/inhand-right.png new file mode 100644 index 00000000000..1c7979dd1a1 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/meta.json new file mode 100644 index 00000000000..f72d45cd9cc --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/staseccoat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62, modified by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..d800a18bee6 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/icon-open.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/icon-open.png new file mode 100644 index 00000000000..c9f4234fb09 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/icon-open.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/icon.png new file mode 100644 index 00000000000..877d103c47e Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/inhand-left.png new file mode 100644 index 00000000000..67df58f76e0 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/inhand-right.png new file mode 100644 index 00000000000..043d2b1e7d8 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/meta.json new file mode 100644 index 00000000000..83b2683d766 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "icon-open" + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..5a29fba3df9 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-inhand-left.png new file mode 100644 index 00000000000..67df58f76e0 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-inhand-right.png new file mode 100644 index 00000000000..043d2b1e7d8 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecgreatcoat.rsi/open-inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..2a0b09fc075 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/icon.png new file mode 100644 index 00000000000..de10ebafd2d Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/inhand-left.png new file mode 100644 index 00000000000..cc430b01ed5 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/inhand-right.png new file mode 100644 index 00000000000..8639699a82e Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/meta.json new file mode 100644 index 00000000000..decfcb78480 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Wintercoats/stasecsweater.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}