diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 4382e48ffc..e7c364709b 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -42,7 +42,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockAutoDrobeFilled - cost: 2450 # DeltaV + cost: 2804 # DeltaV category: cargoproduct-category-name-service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 3b7fd2be45..61b0fc5d79 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -69,6 +69,13 @@ ClothingUniformDressRed: 1 ClothingHeadHatCake: 2 ClothingUniformSchoolGakuranBlack: 2 + ClothingUniformJumpskirtWaitstaffFormal: 2 + ClothingUniformJumpsuitWaitstaffFormal: 2 + ClothingUniformJumpsuitWorkvest: 2 + ClothingOuterDusterCoat: 2 + ClothingOuterCoatNavalCoat: 2 + ClothingNeckCloakWitchCloak: 2 + ClothingNeckCopperNecklace: 2 UniformSchoolgirlBlack: 1 UniformSchoolgirlBlue: 1 UniformSchoolgirlCyan: 1 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml index 0b530c68b1..80fdbbd126 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml @@ -47,6 +47,8 @@ weight: 10 - id: VendingMachineTheater weight: 10 + - id: VendingMachineCrescentMoon # DeltaV + weight: 30 - type: entity id: RandomVendingClothing diff --git a/Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/crescentmoon.yml b/Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/crescentmoon.yml new file mode 100644 index 0000000000..cff6ef5685 --- /dev/null +++ b/Resources/Prototypes/_DV/Catalog/VendingMachines/Inventories/crescentmoon.yml @@ -0,0 +1,10 @@ +- type: vendingMachineInventory + id: CrescentMoonInventory + startingInventory: + ClothingUniformJumpskirtWaitstaffFormal: 2 + ClothingUniformJumpsuitWaitstaffFormal: 2 + ClothingUniformJumpsuitWorkvest: 2 + ClothingOuterDusterCoat: 2 + ClothingOuterCoatNavalCoat: 2 + ClothingNeckCloakWitchCloak: 2 + ClothingNeckCopperNecklace: 3 diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml index a9cbcd36f5..53fc4a7fd8 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/cloaks.yml @@ -44,3 +44,14 @@ sprite: _DV/Clothing/Neck/Cloaks/cjcloak.rsi - type: StealTarget stealGroup: HeadCloak + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakWitchCloak + name: Witch's cloak + description: a comfortable and encompassing brown cloak that comes up over your face. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/Cloaks/witchcloak.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/Cloaks/witchcloak.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml index f6cbccaf1b..7f68579bc7 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml @@ -62,3 +62,14 @@ - type: ClothingSpeedModifier walkModifier: 1.0 sprintModifier: 0.95 + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCopperNecklace + name: copper necklace + description: A large copper necklace with a piece of rose quartz embedded into the medallion. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/Misc/coppernecklace.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/Misc/coppernecklace.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml index cc2209821b..ad3831f822 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/coats.yml @@ -182,3 +182,34 @@ - type: TemperatureProtection coolingCoefficient: 0.1 heatingCoefficient: 1.1 + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatNavalCoat + name: Naval Coat + description: A thick naval coat with gold trimming for formal occasions. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/navalcoat.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/navalcoat.rsi + - type: TemperatureProtection + coolingCoefficient: 0.1 + heatingCoefficient: 1.1 + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterDusterCoat + name: rugged duster + description: A rugged duster with a bandana scarf made for keeping off the ash and dust. Not much of that up in space though. + components: + - type: Sprite + sprite: _DV/Clothing/OuterClothing/Coats/duster.rsi + - type: Clothing + sprite: _DV/Clothing/OuterClothing/Coats/duster.rsi + - type: TemperatureProtection + coolingCoefficient: 0.1 + - type: Armor + modifiers: + coefficients: + Heat: 0.9 diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml index 515639bc8f..08c65c338e 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml @@ -40,6 +40,17 @@ - type: Clothing sprite: _DV/Clothing/Uniforms/Jumpskirt/overalls.rsi +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtWaitstaffFormal + name: waitstaff skirt + description: A sharp vest with a pencil skirt made for serving tables and looking professional. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi + # Formal uniforms - type: entity diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml index 919b9fdad9..4cbe0ef27b 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -207,6 +207,28 @@ - type: Clothing sprite: _DV/Clothing/Uniforms/Jumpsuit/littleguy_overalls.rsi +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitWaitstaffFormal + name: waitstaff suit + description: A sharp vest with comfortable slacks made for serving tables and looking professional. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitWorkvest + name: work vest + description: A sturdy suspender vest over a rolled up workshirt, shorts, and a pair of blue leggings. For when you want to look good while you work. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/workvest.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/workvest.rsi + # Formal uniforms - type: entity diff --git a/Resources/Prototypes/_DV/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/_DV/Entities/Structures/Machines/vending_machines.yml index 6e8faa9a60..4404abaa3b 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Machines/vending_machines.yml @@ -55,3 +55,25 @@ pack: ChefvendUnlockedInventory - type: AccessReader enabled: false + +- type: entity + parent: VendingMachine + id: VendingMachineCrescentMoon + name: crescentmoon vendor + description: Making the station look good one outfit at a time. + components: + - type: VendingMachine + pack: CrescentMoonInventory + offState: off + brokenState: broken + normalState: normal-unshaded + - type: Sprite + sprite: _DV/Structures/Machines/VendingMachines/crescentmoon.rsi + layers: + - state: "off" + map: ["enum.VendingMachineVisualLayers.Base"] + - state: "off" + map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] + shader: unshaded + - state: panel + map: ["enum.WiresVisualLayers.MaintenancePanel"] diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/equipped-NECK.png new file mode 100644 index 0000000000..339ca5d7d7 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/icon.png new file mode 100644 index 0000000000..c26b23c080 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/meta.json new file mode 100644 index 0000000000..5f7d48ca3e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Neck/Cloaks/witchcloak.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by AeraAulin(Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/equipped-NECK.png new file mode 100644 index 0000000000..1d13c16c87 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/icon.png new file mode 100644 index 0000000000..2d3297d050 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/meta.json new file mode 100644 index 0000000000..5f7d48ca3e --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Neck/Misc/coppernecklace.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by AeraAulin(Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..85144a5025 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/icon.png new file mode 100644 index 0000000000..5fc8edda32 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/inhand-left.png new file mode 100644 index 0000000000..c97140d281 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/inhand-right.png new file mode 100644 index 0000000000..958705fef4 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/meta.json new file mode 100644 index 0000000000..0ab94223f3 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/duster.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by AeraAulin(Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..4f109d5615 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/icon.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/icon.png new file mode 100644 index 0000000000..150f6d4be4 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/inhand-left.png new file mode 100644 index 0000000000..1a7cad16a7 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/inhand-right.png new file mode 100644 index 0000000000..4abcb171c8 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/meta.json b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/meta.json new file mode 100644 index 0000000000..0ab94223f3 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/OuterClothing/Coats/navalcoat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by AeraAulin(Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..4a94a59ff7 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/icon.png new file mode 100644 index 0000000000..39cf036deb Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/inhand-left.png new file mode 100644 index 0000000000..582cde868d Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/inhand-right.png new file mode 100644 index 0000000000..6ed77da865 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/meta.json new file mode 100644 index 0000000000..b84d0b100c --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/waitingskirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by AeraAulin(Github).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..ad1cea8d2a Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/icon.png new file mode 100644 index 0000000000..f34cba533e Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/inhand-left.png new file mode 100644 index 0000000000..433678dc92 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/inhand-right.png new file mode 100644 index 0000000000..2c3ca6bef7 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/meta.json new file mode 100644 index 0000000000..b84d0b100c --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/waitingsuit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by AeraAulin(Github).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..c8bad54301 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/icon.png new file mode 100644 index 0000000000..53918b110d Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/inhand-left.png new file mode 100644 index 0000000000..2f7ced228f Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/inhand-right.png new file mode 100644 index 0000000000..d44e2d2b87 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/meta.json new file mode 100644 index 0000000000..b84d0b100c --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/workvest.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by AeraAulin(Github).", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/broken.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/broken.png new file mode 100644 index 0000000000..4c471d6797 Binary files /dev/null and b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/broken.png differ diff --git a/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/meta.json b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/meta.json new file mode 100644 index 0000000000..8bb5f04f69 --- /dev/null +++ b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/meta.json @@ -0,0 +1,31 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/a879151ef04192ae2a791278ee882c1bce7c5062 and modified by AeraAulin(Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "broken" + }, + { + "name": "off" + }, + { + "name": "panel" + }, + { + "name": "normal-unshaded", + "delays": [ + [ + 1.5, + 0.1, + 1.5, + 0.1 + ] + ] + } + ] +} diff --git a/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/normal-unshaded.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/normal-unshaded.png new file mode 100644 index 0000000000..c1a2d26a04 Binary files /dev/null and b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/normal-unshaded.png differ diff --git a/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/off.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/off.png new file mode 100644 index 0000000000..acb2d86ee1 Binary files /dev/null and b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/off.png differ diff --git a/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/panel.png b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/panel.png new file mode 100644 index 0000000000..0032751ff4 Binary files /dev/null and b/Resources/Textures/_DV/Structures/Machines/VendingMachines/crescentmoon.rsi/panel.png differ