diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/mnkdrobe.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/mnkdrobe.yml new file mode 100644 index 00000000000..264231806a6 --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/mnkdrobe.yml @@ -0,0 +1,13 @@ +- type: vendingMachineInventory + id: MNKDrobeInventory + startingInventory: + ClothingUniformMNKOfficeSkirt: 3 + ClothingUniformMNKUnderGarment: 3 + ClothingUniformMNKDressBlack: 3 + ClothingUniformMNKGymBra: 3 + ClothingUniformMNKBlackOveralls: 3 + ClothingUniformMNKBlackShoulder: 3 + ClothingUniformMNKTracksuitBlack: 3 + ClothingOuterCoatMNKBlackJacket: 3 + ClothingOuterCoatMNKWhiteHoodie: 3 + ClothingOuterCoatMNKBlackTopCoat: 3 \ No newline at end of file diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/misc.yml new file mode 100644 index 00000000000..dfb86cb7cb9 --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/misc.yml @@ -0,0 +1,38 @@ +## mnk + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatMNKWhiteHoodie + name: MNK white hoodie + description: A classic MNK produced white hoodie. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/hoodie_white.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/hoodie_white.rsi + - type: TemperatureProtection + coolingCoefficient: 0.4 # Triad - `coolingCoefficient` < `coefficient` +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatMNKBlackTopCoat + name: MNK black top coat + description: A sturdy MNK black top coat. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/black_top_coat.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/black_top_coat.rsi + - type: TemperatureProtection + coolingCoefficient: 0.4 # Triad - `coolingCoefficient` < `coefficient` +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatMNKBlackJacket + name: MNK black jacket + description: A light MNK black jacket. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/black_jacket.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/black_jacket.rsi + - type: TemperatureProtection + coolingCoefficient: 0.2 # Triad - `coolingCoefficient` < `coefficient` diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Uniforms/costumes.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Uniforms/costumes.yml index e3f0a667669..95346784651 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Uniforms/costumes.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Uniforms/costumes.yml @@ -178,3 +178,88 @@ sprite: Nyanotrasen/Clothing/Uniforms/Costume/arc.rsi - type: Clothing sprite: Nyanotrasen/Clothing/Uniforms/Costume/arc.rsi + +## mnk + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformMNKOfficeSkirt + name: MNK office skirt + description: An MNK outfit within office dress code. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/office_skirt.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/office_skirt.rsi + #femaleMask: NoMask + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMNKUnderGarment + name: MNK under garment + description: MNK ensured comfort for the important bits. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/under_garments.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/under_garments.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMNKGymBra + name: MNK gym bra + description: Maximum performance with MNK sweat blockers. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/gym_bra.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/gym_bra.rsi + #femaleMask: NoMask + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMNKDressBlack + name: MNK black dress + description: A sleek black dress sporting a MNK window. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/black_dress.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/black_dress.rsi + #femaleMask: UniformTop + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMNKBlackOveralls + name: MNK black overalls + description: A comfy undershirt and thick black MNK overalls. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/black_overall.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/black_overall.rsi + #femaleMask: NoMask + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMNKBlackShoulder + name: MNK exposed shoulders + description: A MNK outfit with exposed shoulders. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi + #femaleMask: UniformTop + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMNKTracksuitBlack + name: MNK black tracksuit + description: A set of light MNK athletic clothing. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/tracksuit.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/tracksuit.rsi + #femaleMask: NoMask diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml index 00dbd083b49..4c317906ee9 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml @@ -69,3 +69,21 @@ color: "#4b93ad" - type: AccessReader # Frontier access: [["Mail"]] # Frontier + +- type: entity + parent: VendingMachine + id: VendingMachineMNKDrobe + name: MNK Drobe + description: Quality garments provided by MoNoKrome. + components: + - type: VendingMachine + pack: MNKDrobeInventory + offState: off + brokenState: broken + - type: Sprite + sprite: Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi + layers: + - state: off + map: ["enum.VendingMachineVisualLayers.Base"] + - state: panel + map: ["enum.WiresVisualLayers.MaintenancePanel"] diff --git a/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml index 3798ed944db..105bcf96b24 100644 --- a/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml @@ -207,6 +207,15 @@ - ContractorClothingUniformJumpskirtYellowTurtleneckDress - ContractorClothingUniformJumpskirtYellowOldDress - ContractorClothingUniformJabroni + # Triad start - Ported MNK clothes. + - ClothingUniformMNKOfficeSkirt + - ClothingUniformMNKUnderGarment + - ClothingUniformMNKDressBlack + - ClothingUniformMNKGymBra + - ClothingUniformMNKBlackOveralls + - ClothingUniformMNKBlackShoulder + - ClothingUniformMNKTracksuitBlack + # End Triad fallbacks: - ContractorClothingUniformJumpsuitColorGrey @@ -392,6 +401,11 @@ - ContractorWetFloorSign - ContractorClothingOuterCoatExpensive - ContractorClothingOuterCoatSpaceAsshole + # Triad start - Ported MNK clothes. + - ClothingOuterCoatMNKBlackJacket + - ClothingOuterCoatMNKWhiteHoodie + - ClothingOuterCoatMNKBlackTopCoat + # End Triad - type: loadoutGroup id: ContractorBelt diff --git a/Resources/Prototypes/_Triad/Loadouts/Jobs/Contractor/jumpsuit.yml b/Resources/Prototypes/_Triad/Loadouts/Jobs/Contractor/jumpsuit.yml new file mode 100644 index 00000000000..2b5dad9ec13 --- /dev/null +++ b/Resources/Prototypes/_Triad/Loadouts/Jobs/Contractor/jumpsuit.yml @@ -0,0 +1,41 @@ +- type: loadout + id: ClothingUniformMNKOfficeSkirt + price: 0 + equipment: + jumpsuit: ClothingUniformMNKOfficeSkirt + +- type: loadout + id: ClothingUniformMNKUnderGarment + price: 0 + equipment: + jumpsuit: ClothingUniformMNKUnderGarment + +- type: loadout + id: ClothingUniformMNKDressBlack + price: 0 + equipment: + jumpsuit: ClothingUniformMNKDressBlack + +- type: loadout + id: ClothingUniformMNKGymBra + price: 0 + equipment: + jumpsuit: ClothingUniformMNKGymBra + +- type: loadout + id: ClothingUniformMNKBlackOveralls + price: 0 + equipment: + jumpsuit: ClothingUniformMNKBlackOveralls + +- type: loadout + id: ClothingUniformMNKBlackShoulder + price: 0 + equipment: + jumpsuit: ClothingUniformMNKBlackShoulder + +- type: loadout + id: ClothingUniformMNKTracksuitBlack + price: 0 + equipment: + jumpsuit: ClothingUniformMNKTracksuitBlack diff --git a/Resources/Prototypes/_Triad/Loadouts/Jobs/Contractor/outer.yml b/Resources/Prototypes/_Triad/Loadouts/Jobs/Contractor/outer.yml new file mode 100644 index 00000000000..ad9bab110b8 --- /dev/null +++ b/Resources/Prototypes/_Triad/Loadouts/Jobs/Contractor/outer.yml @@ -0,0 +1,17 @@ +- type: loadout + id: ClothingOuterCoatMNKBlackJacket + price: 0 + equipment: + outerClothing: ClothingOuterCoatMNKBlackJacket + +- type: loadout + id: ClothingOuterCoatMNKWhiteHoodie + price: 0 + equipment: + outerClothing: ClothingOuterCoatMNKWhiteHoodie + +- type: loadout + id: ClothingOuterCoatMNKBlackTopCoat + price: 0 + equipment: + outerClothing: ClothingOuterCoatMNKBlackTopCoat diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..604d990c86a Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/icon.png new file mode 100644 index 00000000000..47fb818b137 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/inhand-left.png new file mode 100644 index 00000000000..d4a03435e34 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/inhand-right.png new file mode 100644 index 00000000000..33a020ee467 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/meta.json new file mode 100644 index 00000000000..380a3f0c136 --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_dress.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..53e24a878ea Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/icon.png new file mode 100644 index 00000000000..eaf5d46e0ab Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/inhand-left.png new file mode 100644 index 00000000000..a687d29d17f Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/inhand-right.png new file mode 100644 index 00000000000..c08a0258546 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/meta.json new file mode 100644 index 00000000000..aae3ac4338c --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_jacket.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..2bd2cb286db Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/icon.png new file mode 100644 index 00000000000..9e52164548b Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/inhand-left.png new file mode 100644 index 00000000000..ab0a97c360b Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/inhand-right.png new file mode 100644 index 00000000000..44e99f37583 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/meta.json new file mode 100644 index 00000000000..380a3f0c136 --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_overall.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..f557b69b59e Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/icon.png new file mode 100644 index 00000000000..2d9f80552b2 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/inhand-left.png new file mode 100644 index 00000000000..bd3ef58fb0e Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/inhand-right.png new file mode 100644 index 00000000000..83988b011ec Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/meta.json new file mode 100644 index 00000000000..aae3ac4338c --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/black_top_coat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..70dab59c2e2 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/icon.png new file mode 100644 index 00000000000..61583c60555 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/inhand-left.png new file mode 100644 index 00000000000..909e371c1f6 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/inhand-right.png new file mode 100644 index 00000000000..ad7c1149c99 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/meta.json new file mode 100644 index 00000000000..380a3f0c136 --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..14459ecd681 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/icon.png new file mode 100644 index 00000000000..8609ddd7a98 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/inhand-left.png new file mode 100644 index 00000000000..124fa8d3829 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/inhand-right.png new file mode 100644 index 00000000000..fe4842b7658 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/meta.json new file mode 100644 index 00000000000..380a3f0c136 --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/gym_bra.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..8a53c03c36c Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/icon.png new file mode 100644 index 00000000000..2446ed99fac Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/inhand-left.png new file mode 100644 index 00000000000..9b322e643be Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/inhand-right.png new file mode 100644 index 00000000000..35f6847c7c4 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/meta.json new file mode 100644 index 00000000000..aae3ac4338c --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/hoodie_white.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..29a9c07b1ec Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/icon.png new file mode 100644 index 00000000000..a1edcdafd48 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/inhand-left.png new file mode 100644 index 00000000000..edfac7c1ae0 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/inhand-right.png new file mode 100644 index 00000000000..ed9c3920a9f Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/meta.json new file mode 100644 index 00000000000..380a3f0c136 --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/office_skirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..a61e897df74 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/icon.png new file mode 100644 index 00000000000..2ec227d271d Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/inhand-left.png new file mode 100644 index 00000000000..c5f8ceb7c30 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/inhand-right.png new file mode 100644 index 00000000000..a736bf52bc9 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/meta.json new file mode 100644 index 00000000000..380a3f0c136 --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/tracksuit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..80c6f3b783f Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/icon.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/icon.png new file mode 100644 index 00000000000..05b47706ae4 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/icon.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/inhand-left.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/inhand-left.png new file mode 100644 index 00000000000..e613eed526c Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/inhand-left.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/inhand-right.png b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/inhand-right.png new file mode 100644 index 00000000000..9bda4233a90 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/inhand-right.png differ diff --git a/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/meta.json b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/meta.json new file mode 100644 index 00000000000..380a3f0c136 --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Clothing/Misc/under_garments.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/broken.png b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/broken.png new file mode 100644 index 00000000000..50ad2218062 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/broken.png differ diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/meta.json b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/meta.json new file mode 100644 index 00000000000..3c2e7f61ec5 --- /dev/null +++ b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/meta.json @@ -0,0 +1,20 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Created by Hyenh#6078 (313846233099927552)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "broken" + }, + { + "name": "off" + }, + { + "name": "panel" + } + ] +} diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/off.png b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/off.png new file mode 100644 index 00000000000..26d82d81d28 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/off.png differ diff --git a/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/panel.png b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/panel.png new file mode 100644 index 00000000000..af91900bf43 Binary files /dev/null and b/Resources/Textures/Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi/panel.png differ