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
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
--- /dev/null
+{
+ "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
+ }
+ ]
+}
--- /dev/null
+{
+ "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
+ }
+ ]
+}