Свитер

This commit is contained in:
BIGZi0348
2024-12-21 17:30:06 +03:00
parent 1fecb4b761
commit f848151c36
8 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ent-ClothingOuterReindeerSweater = свитер с оленями
.desc = Уютный свитер, созданный специально для поддержания праздничного настроения.

View File

@@ -65,6 +65,7 @@
ClothingUniformJumpsuitHawaiYellow: 2
ClothingUniformJumpsuitFlannel: 2
#WD edit start
ClothingOuterReindeerSweater: 4
ClothingUniformJumpsuitCossack: 1
ClothingOuterCoatAdidasCostumeSemki: 1
ClothingOuterCoatBomber: 1

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

View File

@@ -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
}
]
}