diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index 5041f01de30..9fe8ec2154a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -18,8 +18,8 @@ ClothingUniformJumpskirtSecBlue: 3 # DeltaV - new skirt sprited, added to secdrobe ClothingHeadsetSecurity: 3 ClothingHeadsetPrison: 3 # DeltaV - prison headsets in secdrobe - ClothingOuterWinterSec: 2 - ClothingOuterCoatGreatcoat: 2 # DeltaV - added greatcoats to SecDrobe. Surplus, reminds the officers of the good times. + ClothingOuterCoatStasec: 2 # DeltaV - replace ClothingOuterWinterSec + ClothingOuterGreatcoatStasec: 2 # DeltaV - added greatcoats to SecDrobe. Surplus, reminds the officers of the good times. ## ClothingOuterArmorBasic: 2 # DeltaV - moved body armour from SecDrobe to SecTech ## ClothingOuterArmorBasicSlim: 2 ClothingNeckScarfStripedRed: 3 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml index 954255a3dc4..61731d9b8dd 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml @@ -54,27 +54,6 @@ Slash: 0.9 Heat: 0.75 -- type: entity - parent: ClothingOuterStorageBase - id: ClothingOuterCoatGreatcoat - name: greatcoat - description: A drab and rugged greatcoat, padded for protection against the elements. - components: - - type: Sprite - sprite: DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi - - type: Clothing - sprite: DeltaV/Clothing/OuterClothing/Coats/greatcoat.rsi - - type: TemperatureProtection - coefficient: 0.1 - - type: Armor # MAKE SURE THE STATS ALIGN WITH SEC WINTER COAT!!! - modifiers: - coefficients: - Blunt: 0.85 - Slash: 0.85 - Piercing: 0.85 - Heat: 0.75 - - type: AllowSuitStorage - - type: entity parent: ClothingOuterStorageBase id: ClothingOuterCoatLeatherJacket diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/vests.yml index 2adfac74e83..d5182c44bcd 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/vests.yml @@ -49,3 +49,26 @@ - type: Clothing sprite: DeltaV/Clothing/OuterClothing/Vests/clerkvest.rsi +- type: entity + parent: [ClothingOuterStorageBase, AllowSuitStorageClothing] + id: ClothingOuterVestPlateCarrierAdv + name: advanced plate carrier + description: A large and bulky carrier, sporting steel plates, reinforced shoulder pads, and a durathread neckpiece. This particular carrier has some webbing attached to the front for holding various small items. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi + - type: Armor # intended as Head of Security's and Warden's armour only, hence high values; resists at 30% flat with 50% pierce and 20% shock. + modifiers: + coefficients: + Blunt: 0.7 + Slash: 0.7 + Piercing: 0.5 + Shock: 0.8 + Heat: 0.7 + - type: ClothingSpeedModifier + walkModifier: 1.0 + sprintModifier: 0.85 + - type: ExplosionResistance + damageCoefficient: 0.7 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml index 0d9bb7e1190..b148b2e6bb4 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml @@ -49,11 +49,87 @@ sprite: DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi - type: Clothing sprite: DeltaV/Clothing/OuterClothing/WinterCoats/stasecsweater.rsi - - type: Armor # Keep this the same as the sec winter coat + - type: Armor + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.75 + Heat: 0.75 + - type: AllowSuitStorage + +- type: entity + parent: ClothingOuterStasecSweater + 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: DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi + +- type: entity + parent: ClothingOuterStasecSweater + 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. Bears HoS arm flashes. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi + +- type: entity + parent: ClothingOuterStasecSweater + id: ClothingOuterCoatStasecWarden + name: warden's coat + description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. Sports warden arm flashes. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi + +- type: entity + parent: ClothingOuterStorageFoldableBase + id: ClothingOuterGreatcoatStasec + name: station security greatcoat + description: A long and heavy greatcoat, yet to be phased out of use for Station Security. It's hard to tell what's so great about it, but it sure is warm and sturdy. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi + - type: TemperatureProtection + coefficient: 0.1 + - type: Armor modifiers: coefficients: - Blunt: 0.85 - Slash: 0.85 - Piercing: 0.85 + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.75 Heat: 0.75 - type: AllowSuitStorage + +- type: entity + parent: ClothingOuterGreatcoatStasec + id: ClothingOuterGreatcoatStasecHoS + name: head of security's greatcoat + description: A long and heavy greatcoat, yet to be phased out of use for Station Security. Bears HoS arm flashes. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi + +- type: entity + parent: ClothingOuterGreatcoatStasec + id: ClothingOuterGreatcoatStasecWarden + name: warden's greatcoat + description: A long and heavy greatcoat, yet to be phased out of use for Station Security. Sports warden arm flashes. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png index e9e7b85c157..77012102527 100644 Binary files a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/icon.png index 8308a990ba3..ca191cd7b47 100644 Binary files a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/icon.png and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/duravest.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png index 510e28624f8..f40c7132f69 100644 Binary files a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png index 20b61f12ab2..69f4cb92d84 100644 Binary files a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png index 89f8fe5ca2f..7730cf71413 100644 Binary files a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png index 0af766ef965..23af0306228 100644 Binary files a/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Armor/platecarrier.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..fcb3faffa1a Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/icon.png new file mode 100644 index 00000000000..7ecbd6fdb67 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-left.png new file mode 100644 index 00000000000..60d623caca7 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-right.png new file mode 100644 index 00000000000..b8bf96eddcb Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.rsi/meta.json new file mode 100644 index 00000000000..1253f8b4e63 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/Vests/advcarrier.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 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..020cba2a873 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/icon.png new file mode 100644 index 00000000000..55731fcae25 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-left.png new file mode 100644 index 00000000000..40b2530a17f Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-right.png new file mode 100644 index 00000000000..1c7979dd1a1 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.rsi/meta.json new file mode 100644 index 00000000000..0ecf19768ed --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourercoat.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 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..94ae75a8d5b Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon-open.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon-open.png new file mode 100644 index 00000000000..666388df132 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon-open.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon.png new file mode 100644 index 00000000000..0174c843ce4 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-left.png new file mode 100644 index 00000000000..445d053ce06 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-right.png new file mode 100644 index 00000000000..124caea61ca Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/meta.json new file mode 100644 index 00000000000..df5703e87b1 --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..2525f4d9289 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-left.png new file mode 100644 index 00000000000..445d053ce06 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-right.png new file mode 100644 index 00000000000..124caea61ca Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/armourergreatcoat.rsi/open-inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..f901627c4be Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/icon.png new file mode 100644 index 00000000000..f280cbb3bfc Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-left.png new file mode 100644 index 00000000000..646e218bfde Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-right.png new file mode 100644 index 00000000000..b20332ebeae Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.rsi/meta.json new file mode 100644 index 00000000000..0ecf19768ed --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hoscoat.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 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..0db3e865821 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon-open.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon-open.png new file mode 100644 index 00000000000..c6563516912 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon-open.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon.png new file mode 100644 index 00000000000..5e142f96583 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-left.png new file mode 100644 index 00000000000..aff3be8aa52 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-right.png new file mode 100644 index 00000000000..2f1a211ee81 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/meta.json new file mode 100644 index 00000000000..df5703e87b1 --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..1d1f4f17e29 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-left.png new file mode 100644 index 00000000000..aff3be8aa52 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-right.png new file mode 100644 index 00000000000..2f1a211ee81 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/hosgreatcoat.rsi/open-inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..9932b889343 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/icon.png new file mode 100644 index 00000000000..f504fd0c7c9 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-left.png new file mode 100644 index 00000000000..40b2530a17f Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-right.png new file mode 100644 index 00000000000..1c7979dd1a1 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/staseccoat.rsi/meta.json new file mode 100644 index 00000000000..5c6ea2d1ef5 --- /dev/null +++ b/Resources/Textures/DeltaV/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 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..d800a18bee6 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon-open.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon-open.png new file mode 100644 index 00000000000..c9f4234fb09 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon-open.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon.png new file mode 100644 index 00000000000..877d103c47e Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-left.png new file mode 100644 index 00000000000..67df58f76e0 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-right.png new file mode 100644 index 00000000000..043d2b1e7d8 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/meta.json new file mode 100644 index 00000000000..df5703e87b1 --- /dev/null +++ b/Resources/Textures/DeltaV/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/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..5a29fba3df9 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-left.png new file mode 100644 index 00000000000..67df58f76e0 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-right.png new file mode 100644 index 00000000000..043d2b1e7d8 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/stasecgreatcoat.rsi/open-inhand-right.png differ