Свитер
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
ent-ClothingOuterReindeerSweater = свитер с оленями
|
||||||
|
.desc = Уютный свитер, созданный специально для поддержания праздничного настроения.
|
||||||
@@ -65,6 +65,7 @@
|
|||||||
ClothingUniformJumpsuitHawaiYellow: 2
|
ClothingUniformJumpsuitHawaiYellow: 2
|
||||||
ClothingUniformJumpsuitFlannel: 2
|
ClothingUniformJumpsuitFlannel: 2
|
||||||
#WD edit start
|
#WD edit start
|
||||||
|
ClothingOuterReindeerSweater: 4
|
||||||
ClothingUniformJumpsuitCossack: 1
|
ClothingUniformJumpsuitCossack: 1
|
||||||
ClothingOuterCoatAdidasCostumeSemki: 1
|
ClothingOuterCoatAdidasCostumeSemki: 1
|
||||||
ClothingOuterCoatBomber: 1
|
ClothingOuterCoatBomber: 1
|
||||||
|
|||||||
@@ -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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user