diff --git a/Resources/Locale/en-US/foldable/components/foldable-component.ftl b/Resources/Locale/en-US/foldable/components/foldable-component.ftl index 525820920b..9c1f934911 100644 --- a/Resources/Locale/en-US/foldable/components/foldable-component.ftl +++ b/Resources/Locale/en-US/foldable/components/foldable-component.ftl @@ -4,7 +4,11 @@ foldable-deploy-fail = You can't deploy the {$object} here. fold-verb = Fold unfold-verb = Unfold +# Hat fold-flip-verb = Flip - +# Coat fold-zip-verb = Zip up fold-unzip-verb = Unzip +# Jumpsuits +fold-rollsleeves-verb = roll sleeves up +fold-unrollsleeves-verb = roll sleeves down diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 30907f70b5..0bd7eb2fea 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -258,6 +258,36 @@ - HamsterWearable - WhitelistChameleon +- type: entity + parent: ClothingHeadHatChef + id: ClothingHeadHatChefNt + name: nanotrasen chef's hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/chefhat_nt.rsi + - type: Clothing + sprite: Clothing/Head/Hats/chefhat_nt.rsi + +- type: entity + parent: ClothingHeadHatChef + id: ClothingHeadHatChefIdris + name: idris incorporated chef's hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/chefhat_idris.rsi + - type: Clothing + sprite: Clothing/Head/Hats/chefhat_idris.rsi + +- type: entity + parent: ClothingHeadHatChef + id: ClothingHeadHatChefOrion + name: orion express' chef hat + components: + - type: Sprite + sprite: Clothing/Head/Hats/chefhat_orion.rsi + - type: Clothing + sprite: Clothing/Head/Hats/chefhat_orion.rsi + - type: entity parent: ClothingHeadBase id: ClothingHeadHatFedoraBrown @@ -1098,3 +1128,33 @@ sprite: Clothing/Head/Hats/beret_medic.rsi - type: Clothing sprite: Clothing/Head/Hats/beret_medic.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatFlatcapBartenderNanotrasen + name: bartender's nanotrasen flatcap + components: + - type: Sprite + sprite: Clothing/Head/Hats/flatcap_nt.rsi + - type: Clothing + sprite: Clothing/Head/Hats/flatcap_nt.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatFlatcapBartenderIdris + name: bartender's idris incorporated flatcap + components: + - type: Sprite + sprite: Clothing/Head/Hats/flatcap_idris.rsi + - type: Clothing + sprite: Clothing/Head/Hats/flatcap_idris.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatFlatcapBartenderOrion + name: bartender's orion express flatcap + components: + - type: Sprite + sprite: Clothing/Head/Hats/flatcap_orion.rsi + - type: Clothing + sprite: Clothing/Head/Hats/flatcap_orion.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index 4b2c3c9c3f..c11ea93cde 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -56,6 +56,39 @@ - type: Clothing sprite: Clothing/OuterClothing/Misc/chef.rsi +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterJacketChefNt + name: nanotrasen chef jacket + description: An apron-jacket used by a high class Nanotrasen Corporation chef. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/chef_nt.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/chef_nt.rsi + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterJacketChefIdris + name: idris chef jacket + description: An apron-jacket used by a high class Idris Incorporated chef. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/chef_idris.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/chef_idris.rsi + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterJacketChefOrion + name: orion chef jacket + description: An apron-jacket used by a high class Orion Expresschef. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/chef_orion.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/chef_orion.rsi + - type: entity parent: ClothingOuterBase id: ClothingOuterHoodieBlack diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml index 784084652c..479d6168e7 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml @@ -87,3 +87,36 @@ sprite: Clothing/OuterClothing/Vests/vest.rsi - type: Clothing sprite: Clothing/OuterClothing/Vests/vest.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterVestNt + name: nanotrasen vest + description: A thick vest with a rubbery, water-resistant shell coloured in blue. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Vests/vest_nt.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Vests/vest_nt.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterVestIdris + name: idris incorporated vest + description: A thick vest with a rubbery, water-resistant shell coloured in teal. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Vests/vest_idris.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Vests/vest_idris.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterVestOrion + name: orion express vest + description: A thick vest with a rubbery, water-resistant shell coloured in brown. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Vests/vest_orion.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Vests/vest_orion.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml index 7e261c1bd7..0a8e440e5b 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/base_clothinguniforms.yml @@ -9,6 +9,12 @@ slots: [innerclothing] equipSound: path: /Audio/Items/jumpsuit_equip.ogg + - type: EmitSoundOnPickup # Not sure why this wasn't set to the base; as all clothes should have clothing sounds. + sound: /Audio/SimpleStation14/Items/Handling/cloth_pickup.ogg + - type: EmitSoundOnDrop + sound: /Audio/SimpleStation14/Items/Handling/cloth_drop.ogg + - type: EmitSoundOnLand + sound: /Audio/SimpleStation14/Items/Handling/cloth_drop.ogg - type: Butcherable butcheringType: Knife spawned: @@ -36,7 +42,7 @@ - type: Clothing slots: [innerclothing] femaleMask: UniformTop - - type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts + - type: Tag # Needed for species with nonhuman legs/can only wear skirts tags: - Skirt - ClothMade @@ -53,12 +59,6 @@ - type: WirelessNetworkConnection range: 1200 - type: StationLimitedNetwork - - type: EmitSoundOnPickup - sound: /Audio/SimpleStation14/Items/Handling/cloth_pickup.ogg - - type: EmitSoundOnDrop - sound: /Audio/SimpleStation14/Items/Handling/cloth_drop.ogg - - type: EmitSoundOnLand - sound: /Audio/SimpleStation14/Items/Handling/cloth_drop.ogg - type: entity abstract: true @@ -68,7 +68,87 @@ - type: Clothing slots: [innerclothing] femaleMask: UniformTop - - type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts + - type: Tag # Needed for species with nonhuman legs/can only wear skirts + # And for moths to be able to eat this. tags: - Skirt - - ClothMade # Delta-V - allows moths to eat this + - ClothMade + +- type: entity # For clothes that need suit sensors. + parent: [UnsensoredClothingUniformBase, BaseFoldable] + id: ClothingUniformBaseUnsensoredFlippable + abstract: true + components: + - type: Appearance + - type: Foldable + canFoldInsideContainer: true + unfoldVerbText: fold-unrollsleeves-verb + foldVerbText: fold-rollsleeves-verb + - type: FoldableClothing + foldedEquippedPrefix: flipped + foldedHeldPrefix: flipped + - type: Sprite + layers: + - state: icon + map: [ "unfoldedLayer" ] + - state: icon_flipped + map: ["foldedLayer"] + visible: false + +- type: entity # For clothes that need suit sensors. + parent: ClothingHeadHeadHatBaseFlippable + id: ClothingUniformBaseUnsensoredFlipped + suffix: flipped + abstract: true + components: + - type: Foldable + folded: true + - type: Clothing + equippedPrefix: flipped + - type: Item + heldPrefix: flipped + - type: Sprite + layers: + - state: icon + map: [ "unfoldedLayer" ] + visible: false + - state: icon_flipped + map: ["foldedLayer"] + visible: true + +- type: entity # For clothes that don't need suit sensors. + parent: ClothingUniformBaseUnsensoredFlippable + id: ClothingUniformBaseFlippable + abstract: true + components: + - type: SuitSensor + - type: DeviceNetwork + deviceNetId: Wireless + transmitFrequencyId: SuitSensor + - type: WirelessNetworkConnection + range: 1200 + - type: StationLimitedNetwork + +- type: entity # For clothes that don't need suit sensors. + parent: ClothingUniformBaseFlippable + id: ClothingUniformBaseFlipped + suffix: flipped + abstract: true + components: # I *think* I can just disregard the components; + # and inherit from ClothingUniformBaseFlippable + # and ClothingUniformBaseUnsensoredFlipped but I don't want to + # test that right now. + - type: Foldable + folded: true + - type: Clothing + equippedPrefix: flipped + - type: Item + heldPrefix: flipped + - type: Sprite + layers: + - state: icon + map: [ "unfoldedLayer" ] + visible: false + - state: icon_flipped + map: ["foldedLayer"] + visible: true diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 565cc987b1..0c9f06a58b 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -31,6 +31,54 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/bartender.rsi +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitBartenderNt + name: bartender's nanotrasen uniform + description: A nice and tidy uniform. Shame about the bar though. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/bartender_nt.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/bartender_nt.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitBartenderNt ] + id: ClothingUniformJumpsuitBartenderNtFlipped + name: bartender's nanotrasen uniform + +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitBartenderIdris + name: bartender's idris incorporated uniform + description: A nice and tidy uniform. Shame about the bar though. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/bartender_idris.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/bartender_idris.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitBartenderIdris ] + id: ClothingUniformJumpsuitBartenderIdrisFlipped + name: bartender's idris incorporated uniform + +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitBartenderOrion + name: bartender's orion express uniform + description: A nice and tidy uniform. Shame about the bar though. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/bartender_orion.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/bartender_orion.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitBartenderOrion ] + id: ClothingUniformJumpsuitBartenderOrionFlipped + name: bartender's orion express uniform + - type: entity parent: ClothingUniformBase id: ClothingUniformJumpsuitJacketMonkey @@ -156,6 +204,55 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/chef.rsi +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitChefNt + name: nanotrasen chef uniform + description: Can't cook without this. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/chef_nt.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/chef_nt.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitChefNt ] + id: ClothingUniformChefNtFlipped + name: nanotrasen chef uniform + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitChefIdris + name: idris incorporated chef uniform + description: Can't cook without this. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/chef_idris.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/chef_idris.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitChefIdris ] + id: ClothingUniformChefIdrisFlipped + name: nidris incorporated notrasen chef uniform + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitChefOrion + name: orion express chef uniform + description: Can't cook without this. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/chef_orion.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/chef_orion.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitChefOrion ] + id: ClothingUniformChefOrionFlipped + name: orion express chef uniform + + - type: entity parent: ClothingUniformBase id: ClothingUniformJumpsuitChemistry @@ -374,6 +471,54 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/hydro.rsi +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitHydroponicsNt + name: nanotrasen hydroponics jumpsuit + description: Has a strong earthy smell to it. Hopefully it's merely dirty as opposed to soiled. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/hydro_nt.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/hydro_nt.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitHydroponicsNt ] + id: ClothingUniformJumpsuitHydroponicsNtFlipped + name: nanotrasen hydroponics jumpsuit + +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitHydroponicsIdris + name: idris incorporated hydroponics jumpsuit + description: Has a strong earthy smell to it. Hopefully it's merely dirty as opposed to soiled. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/hydro_idris.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/hydro_idris.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitHydroponicsIdris ] + id: ClothingUniformJumpsuitHydroponicsIdrisFlipped + name: idris incorporated hydroponics jumpsuit + +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitHydroponicsOrion + name: orion express hydroponics jumpsuit + description: Has a strong earthy smell to it. Hopefully it's merely dirty as opposed to soiled. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/hydro_orion.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/hydro_orion.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitHydroponicsOrion ] + id: ClothingUniformJumpsuitHydroponicsOrionFlipped + name: orion express hydroponics jumpsuit + - type: entity parent: ClothingUniformBase id: ClothingUniformJumpsuitJanitor @@ -385,6 +530,54 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/janitor.rsi +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitJanitorNt + name: nanotrasen janitor jumpsuit + description: The jumpsuit for the poor sop with a mop. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/janitor_nt.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/janitor_nt.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitJanitorNt ] + id: ClothingUniformJumpsuitJanitorNtFlipped + name: nanotrasen janitor jumpsuit + +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitJanitorIdris + name: idris incorporated janitor jumpsuit + description: The jumpsuit for the poor sop with a mop. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/janitor_idris.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/janitor_idris.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitJanitorIdris ] + id: ClothingUniformJumpsuitJanitorIdrisFlipped + name: idris incorporated janitor jumpsuit + +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitJanitorOrion + name: orion express janitor jumpsuit + description: The jumpsuit for the poor sop with a mop. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/janitor_orion.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/janitor_orion.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitJanitorOrion ] + id: ClothingUniformJumpsuitJanitorOrionFlipped + name: orion express janitor jumpsuit + - type: entity parent: ClothingUniformBase id: ClothingUniformJumpsuitMedicalDoctor @@ -613,6 +806,121 @@ - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/librarian.rsi +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitLibrarianNt + name: nanotrasen librarian jumpsuit + description: A cosy blue jumper fit for a curator of books. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/librarian_nt.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/librarian_nt.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitLibrarianNt ] + id: ClothingUniformJumpsuitLibrarianFlipped + name: nanotrasen librarian jumpsuit + +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitLibrarianIdris + name: idris incroporated librarian jumpsuit + description: A cosy teal jumper fit for a curator of books. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/librarian_idris.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/librarian_idris.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitLibrarianIdris ] + id: ClothingUniformJumpsuitLibrarianIdrisFlipped + name: idris incroporated librarian jumpsuit + +- type: entity + parent: ClothingUniformBaseFlippable + id: ClothingUniformJumpsuitLibrarianOrion + name: orion express librarian jumpsuit + description: A cosy brown jumper fit for a curator of books. + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/librarian_orion.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/librarian_orion.rsi + +- type: entity + parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitLibrarianOrion ] + id: ClothingUniformJumpsuitLibrarianOrionFlipped + name: orion express librarian jumpsuit + +################################ +# Unused Librarian Jumpsuits # +################################ +# - type: entity +# parent: ClothingUniformBaseFlippable +# id: ClothingUniformJumpsuitLibrarianHeph +# name: hephaestus industries librarian jumpsuit +# description: A cosy green jumper fit for a curator of books. +# components: +# - type: Sprite +# sprite: Clothing/Uniforms/Jumpsuit/librarian_heph.rsi +# - type: Clothing +# sprite: Clothing/Uniforms/Jumpsuit/librarian_heph.rsi + +# - type: entity +# parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitLibrarianHeph ] +# id: ClothingUniformJumpsuitLibrarianHephFlipped +# name: hephaestus industries librarian jumpsuit + +# - type: entity +# parent: ClothingUniformBaseFlippable +# id: ClothingUniformJumpsuitLibrarianPMCG +# name: private military contracting group librarian jumpsuit +# description: A cosy white jumper fit for a curator of books. +# components: +# - type: Sprite +# sprite: Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi +# - type: Clothing +# sprite: Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi + +# - type: entity +# parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitLibrarianPMCG ] +# id: ClothingUniformJumpsuitLibrarianPMCGFlipped +# name: private military contracting group librarian jumpsuit + +# - type: entity +# parent: ClothingUniformBaseFlippable +# id: ClothingUniformJumpsuitLibrarianZav +# name: zavodskoi interstellar librarian jumpsuit +# description: A blood brown jumper fit for a curator of books. +# components: +# - type: Sprite +# sprite: Clothing/Uniforms/Jumpsuit/librarian_zav.rsi +# - type: Clothing +# sprite: Clothing/Uniforms/Jumpsuit/librarian_zav.rsi + +# - type: entity +# parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitLibrarianZav ] +# id: ClothingUniformJumpsuitLibrarianZavFlipped +# name: zavodskoi interstellar librarian jumpsuit + +# - type: entity +# parent: ClothingUniformBaseFlippable +# id: ClothingUniformJumpsuitLibrarianZeng +# name: zeng-hu pharmaceuticals librarian jumpsuit +# description: A blood brown jumper fit for a curator of books. +# components: +# - type: Sprite +# sprite: Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi +# - type: Clothing +# sprite: Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi + +# - type: entity +# parent: [ ClothingUniformBaseFlipped, ClothingUniformJumpsuitLibrarianZeng ] +# id: ClothingUniformJumpsuitLibrarianZengFlipped +# name: zeng-hu pharmaceuticals librarian jumpsuit + - type: entity parent: ClothingUniformBase id: ClothingUniformJumpsuitCurator diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..a6ccc52dc2 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/icon.png new file mode 100644 index 0000000000..76c55d1b96 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/meta.json new file mode 100644 index 0000000000..dcf3d382c4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/chefhat_idris.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..47a4ef7a60 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/icon.png new file mode 100644 index 0000000000..391b8ae3a0 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/meta.json new file mode 100644 index 0000000000..dcf3d382c4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/chefhat_nt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..95a8ad5b42 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/icon.png new file mode 100644 index 0000000000..05bd50b8cb Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/meta.json new file mode 100644 index 0000000000..dcf3d382c4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/chefhat_orion.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..2a8480d237 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/icon.png new file mode 100644 index 0000000000..52b439669a Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/meta.json new file mode 100644 index 0000000000..dcf3d382c4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/flatcap_idris.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..bc25822a7e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/icon.png new file mode 100644 index 0000000000..397bc77453 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/meta.json new file mode 100644 index 0000000000..dcf3d382c4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/flatcap_nt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..cd78cb38a4 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/icon.png new file mode 100644 index 0000000000..915b2d54b2 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/meta.json new file mode 100644 index 0000000000..dcf3d382c4 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/flatcap_orion.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..53430fe1e9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/icon.png new file mode 100644 index 0000000000..d49f1321ea Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/meta.json new file mode 100644 index 0000000000..4820d6b667 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/chef_idris.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..9c90a41c05 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/icon.png new file mode 100644 index 0000000000..1aeb2d82e4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/meta.json new file mode 100644 index 0000000000..4820d6b667 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/chef_nt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..ec931bebba Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/icon.png new file mode 100644 index 0000000000..bd3c472750 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/meta.json new file mode 100644 index 0000000000..4820d6b667 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/chef_orion.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..a6d978ee53 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/icon.png new file mode 100644 index 0000000000..08f319524f Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/meta.json new file mode 100644 index 0000000000..4820d6b667 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Vests/vest_idris.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..cdb943fac9 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/icon.png new file mode 100644 index 0000000000..8d2c25387e Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/meta.json new file mode 100644 index 0000000000..4820d6b667 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Vests/vest_nt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..70a30ad238 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/icon.png new file mode 100644 index 0000000000..cd4c9e6c05 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/meta.json new file mode 100644 index 0000000000..4820d6b667 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Vests/vest_orion.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..0870a1469e Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..b1542b0879 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/icon.png new file mode 100644 index 0000000000..e5618fd85b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/icon_flipped.png new file mode 100644 index 0000000000..e5618fd85b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_idris.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..d96717ec85 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..b0938a8d9b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/icon.png new file mode 100644 index 0000000000..a2df7edad6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/icon_flipped.png new file mode 100644 index 0000000000..a2df7edad6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_nt.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..582dfded6b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..0065f96ccf Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/icon.png new file mode 100644 index 0000000000..023044764a Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/icon_flipped.png new file mode 100644 index 0000000000..023044764a Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/bartender_orion.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..0e198c8ca6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..ae0a368461 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/icon.png new file mode 100644 index 0000000000..344384e22b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/icon_flipped.png new file mode 100644 index 0000000000..344384e22b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_idris.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..28f5d72a40 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..83f9c5604c Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/icon.png new file mode 100644 index 0000000000..26e328aa54 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/icon_flipped.png new file mode 100644 index 0000000000..26e328aa54 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_nt.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..582dfded6b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..0065f96ccf Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/icon.png new file mode 100644 index 0000000000..a8617562af Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/icon_flipped.png new file mode 100644 index 0000000000..a8617562af Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/chef_orion.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..363f2d2a74 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..cac2097982 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/icon.png new file mode 100644 index 0000000000..c9c994b1ca Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/icon_flipped.png new file mode 100644 index 0000000000..c9c994b1ca Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_idris.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..a7e697f4b3 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..1ce04abfd6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/icon.png new file mode 100644 index 0000000000..7e69ab12b4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/icon_flipped.png new file mode 100644 index 0000000000..7e69ab12b4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_nt.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..5be6ed06ff Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..a30d64c9a3 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/icon.png new file mode 100644 index 0000000000..30e2a82547 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/icon_flipped.png new file mode 100644 index 0000000000..30e2a82547 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hydro_orion.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..7e7edddcda Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..cb6862563b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/icon.png new file mode 100644 index 0000000000..8c4abbbf2b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/icon_flipped.png new file mode 100644 index 0000000000..8c4abbbf2b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_idris.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..3a155aaf9e Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..8a275a2d43 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/icon.png new file mode 100644 index 0000000000..6aaba29a2f Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/icon_flipped.png new file mode 100644 index 0000000000..6aaba29a2f Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_nt.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..995b2caa14 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..7342f0ae8e Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/icon.png new file mode 100644 index 0000000000..9fb0d1e0d4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/icon_flipped.png new file mode 100644 index 0000000000..9fb0d1e0d4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/janitor_orion.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..e344719ee5 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..e7166beafc Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/icon.png new file mode 100644 index 0000000000..f3ce2436e0 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/icon_flipped.png new file mode 100644 index 0000000000..f3ce2436e0 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_heph.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..c7820e94ca Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..cd9f3c5e60 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/icon.png new file mode 100644 index 0000000000..b732b87fff Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/icon_flipped.png new file mode 100644 index 0000000000..b732b87fff Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_idris.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..88d44b1ae9 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..7376e70e15 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/icon.png new file mode 100644 index 0000000000..f1f520dcc6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/icon_flipped.png new file mode 100644 index 0000000000..f1f520dcc6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_nt.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..b273c7e084 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..a2ce4da9bd Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/icon.png new file mode 100644 index 0000000000..256f82647f Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/icon_flipped.png new file mode 100644 index 0000000000..256f82647f Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_orion.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..08aa1dca97 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..92abe6d490 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/icon.png new file mode 100644 index 0000000000..a5b325ee0d Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/icon_flipped.png new file mode 100644 index 0000000000..a5b325ee0d Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_pmcg.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..9fd318e746 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..423f85751a Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/icon.png new file mode 100644 index 0000000000..02699cde78 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/icon_flipped.png new file mode 100644 index 0000000000..02699cde78 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zav.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..ec58f45df1 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/flipped-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/flipped-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..33ab3d300d Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/flipped-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/icon.png new file mode 100644 index 0000000000..133890a5ae Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/icon_flipped.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/icon_flipped.png new file mode 100644 index 0000000000..133890a5ae Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/icon_flipped.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/meta.json new file mode 100644 index 0000000000..5fb2373c7c --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/librarian_zeng.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/a8759f3c77b61315df50ee86969799f5a0afe894", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "flipped-equipped-INNERCLOTHING", + "directions": 4 + } + ] +}