[clothing] hetman hat and cossack uniform (#15654)

* hetman hat and cossack uniform (i know sprites looks bad)

* capitalism strikes again

* the old ones looked kinda ugly
This commit is contained in:
Tunguso4ka
2023-04-24 04:46:15 +03:00
committed by GitHub
parent 9e612e33ff
commit d20be7d3da
10 changed files with 66 additions and 0 deletions

View File

@@ -564,3 +564,14 @@
modifiers:
coefficients:
Blunt: 0.95
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHetmanHat
name: Hetman hat
description: From the Zaporozhian Sich with love.
components:
- type: Sprite
sprite: Clothing/Head/Hats/hetman_hat.rsi
- type: Clothing
sprite: Clothing/Head/Hats/hetman_hat.rsi

View File

@@ -1065,3 +1065,14 @@
sprite: Clothing/Uniforms/Jumpsuit/pirate.rsi
- type: AddAccentClothing
accent: PirateAccent
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitCossack
name: Cossack suit
description: the good old pants and brigantine.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/cossack.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/cossack.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Tunguso4ka (github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Tunguso4ka (github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}