diff --git a/Resources/Locale/ru-RU/_white/prototypes/entities/clothing/OuterClothing/reindeer_sweater.ftl b/Resources/Locale/ru-RU/_white/prototypes/entities/clothing/OuterClothing/reindeer_sweater.ftl new file mode 100644 index 0000000000..e9313508e7 --- /dev/null +++ b/Resources/Locale/ru-RU/_white/prototypes/entities/clothing/OuterClothing/reindeer_sweater.ftl @@ -0,0 +1,2 @@ +ent-ClothingOuterReindeerSweater = свитер с оленями + .desc = Уютный свитер, созданный специально для поддержания праздничного настроения. diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 9827517020..41545edd03 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -65,6 +65,7 @@ ClothingUniformJumpsuitHawaiYellow: 2 ClothingUniformJumpsuitFlannel: 2 #WD edit start + ClothingOuterReindeerSweater: 4 ClothingUniformJumpsuitCossack: 1 ClothingOuterCoatAdidasCostumeSemki: 1 ClothingOuterCoatBomber: 1 diff --git a/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/reindeer_sweater.yml b/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/reindeer_sweater.yml new file mode 100644 index 0000000000..4ebbc34ffd --- /dev/null +++ b/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/reindeer_sweater.yml @@ -0,0 +1,19 @@ +- type: entity + parent: ClothingOuterBase + id: ClothingOuterReindeerSweater + name: reindeer sweater + description: A cozy sweater designed to celebrate the holiday season. + components: + - type: Sprite + sprite: White/Clothing/OuterClothing/reindeer_sweater.rsi + - type: Clothing + sprite: White/Clothing/OuterClothing/reindeer_sweater.rsi + - type: EmitSoundOnPickup + sound: + path: /Audio/White/Items/handling/cloth_pickup.ogg + - type: EmitSoundOnDrop + sound: + path: /Audio/White/Items/handling/cloth_drop.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/White/Items/handling/cloth_drop.ogg diff --git a/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..106f0e8644 Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/icon.png b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/icon.png new file mode 100644 index 0000000000..4370fa7ec3 Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/icon.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/inhand-left.png b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/inhand-left.png new file mode 100644 index 0000000000..e39b676262 Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/inhand-right.png b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/inhand-right.png new file mode 100644 index 0000000000..0bb0c19c9c Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/meta.json b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/meta.json new file mode 100644 index 0000000000..89c9856b0a --- /dev/null +++ b/Resources/Textures/White/Clothing/OuterClothing/reindeer_sweater.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "kxaotuk", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}