]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[clothing] hetman hat and cossack uniform (#15654)
authorTunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
Mon, 24 Apr 2023 01:46:15 +0000 (04:46 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 01:46:15 +0000 (19:46 -0600)
* hetman hat and cossack uniform (i know sprites looks bad)

* capitalism strikes again

* the old ones looked kinda ugly

Resources/Prototypes/Entities/Clothing/Head/hats.yml
Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/equipped-INNERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/meta.json [new file with mode: 0644]

index 2ce431e1a32fb85c1a756c0d10582d47bff2d1ab..74e3dbb25cdf0201b4509bbf008f6164434df7bc 100644 (file)
     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
index d74993f2b13def2a0bd58053d64aae2a8e47483f..29eb35173f9fc4ff711a5bf63df81aa156c715bb 100644 (file)
     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
diff --git a/Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/equipped-HELMET.png
new file mode 100644 (file)
index 0000000..d035dff
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/equipped-HELMET.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/icon.png
new file mode 100644 (file)
index 0000000..6ab19f3
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/hetman_hat.rsi/meta.json
new file mode 100644 (file)
index 0000000..28eb02c
--- /dev/null
@@ -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
+    }
+  ]
+}
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/equipped-INNERCLOTHING.png
new file mode 100644 (file)
index 0000000..279d7fb
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/equipped-INNERCLOTHING.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/icon.png
new file mode 100644 (file)
index 0000000..c03b50d
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..1dcb563
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..74bb3d3
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/cossack.rsi/meta.json
new file mode 100644 (file)
index 0000000..8ac8c8e
--- /dev/null
@@ -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
+    }
+  ]
+}