diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml index c5d9e726ad9..433210dce7b 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chemdrobe.yml @@ -13,4 +13,11 @@ ClothingHandsGlovesLatex: 2 ClothingHeadsetMedical: 2 ClothingOuterWinterChem: 2 - ClothingShoesBootsWinterChem: 2 #Delta V: Add departmental winter boots + # DeltaV - Personal Protective Equipment - Add various PPE equipment including new clothings + ClothingUniformJumpsuitChemShirt: 2 # New chemist jumpsuit, formal variant + ClothingNeckTieChem: 2 # Chemist's tie to go along a new variant of their suit + ClothingShoesEnclosedChem: 2 # Realistic chemistry shoes + ClothingOuterApronChemist: 2 # Realistic PPE apron for chemistry + ClothingEyesGlassesChemist: 2 # Safety glasses + ClothingHandsGlovesChemist: 2 # Heavy duty chemistry gloves + # End of modified code \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml new file mode 100644 index 00000000000..8642867effd --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/glasses.yml @@ -0,0 +1,14 @@ +- type: entity + parent: ClothingEyesBase + id: ClothingEyesGlassesChemist + name: safety glasses + description: Glasses made for chemists and other workers dealing with caustic reagents. + components: + - type: Sprite + sprite: DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi + - type: Clothing + sprite: DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.85 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml index d9121410ec9..1dc8942c097 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Hands/gloves.yml @@ -41,3 +41,23 @@ damage: types: Blunt: 9.5 + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsGlovesChemist + name: heavy nitrile gloves + description: A pair of thick gloves that provide some protection from caustic chemicals. + components: + - type: Sprite + sprite: DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi + - type: Clothing + sprite: DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi + - type: Fiber + fiberMaterial: fibers-rubber + fiberColor: fibers-black + - type: Armor + modifiers: + coefficients: + Caustic: 0.95 + - type: TemperatureProtection + coefficient: 1 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/ties.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/ties.yml index 42d074502bd..2b421e96752 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/ties.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Neck/ties.yml @@ -52,3 +52,14 @@ sprite: DeltaV/Clothing/Neck/Ties/greentie.rsi - type: Clothing sprite: DeltaV/Clothing/Neck/Ties/greentie.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckTieChem + name: chemistry tie + description: An safety-orange tie. + components: + - type: Sprite + sprite: DeltaV/Clothing/Neck/Ties/chemtie.rsi + - type: Clothing + sprite: DeltaV/Clothing/Neck/Ties/chemtie.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml new file mode 100644 index 00000000000..fd7f70bd710 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/misc.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterApronChemist + name: chemical resistant apron + suffix: Chemistry + description: Made out of thick rubber, the color of this apron still leaves you perplexed. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.25 + - type: TemperatureProtection + coefficient: 1 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml new file mode 100644 index 00000000000..86c7d4ef53c --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Shoes/specific.yml @@ -0,0 +1,14 @@ +- type: entity + parent: ClothingShoesBase + id: ClothingShoesEnclosedChem + name: enclosed shoes + description: Those shoes will protect you from melting your feet while working. + components: + - type: Sprite + sprite: DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi + - type: Clothing + sprite: DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi + - type: Armor + modifiers: + coefficients: + Caustic: 0.95 \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml index f5497646d6c..f3fdeabd107 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -242,4 +242,15 @@ - type: Sprite sprite: DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi - type: Clothing - sprite: DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi \ No newline at end of file + sprite: DeltaV/Clothing/Uniforms/Jumpsuit/kilt.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitChemShirt + name: formal chemistry suit + description: There's still some odd stains on this suit. Hm. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png new file mode 100644 index 00000000000..cb575b236fa Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png new file mode 100644 index 00000000000..a56fa8cbfef Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png new file mode 100644 index 00000000000..2a925123194 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png new file mode 100644 index 00000000000..8b095f6a93e Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json new file mode 100644 index 00000000000..92f2876d386 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Eyes/Glasses/safetyglasses.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by BriBrooo (Discord) for DeltaV-Station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/equipped-HAND.png b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/equipped-HAND.png new file mode 100644 index 00000000000..aac97955556 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/icon.png new file mode 100644 index 00000000000..ac7e65ccce3 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-left.png new file mode 100644 index 00000000000..620373b6b45 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-right.png new file mode 100644 index 00000000000..49626b924c0 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/meta.json new file mode 100644 index 00000000000..e6321f48aea --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Hands/Gloves/hvchemresgloves.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by bribrooo (Discord), original from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK-hamster.png b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK-hamster.png new file mode 100644 index 00000000000..0005bee7d65 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK-hamster.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK.png b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK.png new file mode 100644 index 00000000000..492d8f19149 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/icon.png new file mode 100644 index 00000000000..c4ad8bd7e00 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-left.png new file mode 100644 index 00000000000..8eeceda4bb8 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-right.png new file mode 100644 index 00000000000..84bb4358033 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/meta.json new file mode 100644 index 00000000000..6c5b8344063 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Neck/Ties/chemtie.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14 | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "equipped-NECK-hamster", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..90925f333af Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/icon.png new file mode 100644 index 00000000000..1f63c7c1217 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-left.png new file mode 100644 index 00000000000..a517f238f13 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-right.png new file mode 100644 index 00000000000..b7fb7b9893f Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/meta.json new file mode 100644 index 00000000000..9d9b20f4549 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/Misc/chemapron.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by BriBrooo (Discord), original from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "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/Shoes/Specific/enclosedshoes.rsi/equipped-FEET.png b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/equipped-FEET.png new file mode 100644 index 00000000000..52e0fb52949 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/icon.png new file mode 100644 index 00000000000..b9889427dbf Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-left.png new file mode 100644 index 00000000000..09bf69bbf5d Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-right.png new file mode 100644 index 00000000000..e5e685c8500 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.rsi/meta.json new file mode 100644 index 00000000000..c9cd5639c17 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Shoes/Specific/enclosedshoes.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/d672aade35db25affc6ed5e1c7aa0b640f118d4c", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..d3ef6e2d02e Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..3ae48ad49eb Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/icon.png new file mode 100644 index 00000000000..6dd59406f95 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-left.png new file mode 100644 index 00000000000..563a79837f1 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-right.png new file mode 100644 index 00000000000..6ddc5b7a9a3 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/meta.json new file mode 100644 index 00000000000..b0df83e8a62 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by BriBrooo. Originally from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand original sprite scaled down by potato1234_x, original monkey sprite made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}