]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[Clothing] Samurai dogi (#14927)
authorPuro <103608145+PuroSlavKing@users.noreply.github.com>
Wed, 19 Apr 2023 14:27:39 +0000 (17:27 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2023 14:27:39 +0000 (10:27 -0400)
* [Clothing] Samurai hakama

syndicate only.

* meta.json update

Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
* hakama desc

the description of the hakama is shortened

* Update theater.yml

* Update coats.yml

* Update RobustToolbox

* Revert "Update RobustToolbox"

This reverts commit 113dd54a5d0e49a415039f8f03ea1bf87bad04c9.

* dogi

---------

Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml
Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/equipped-OUTERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/meta.json [new file with mode: 0644]

index 13d684f6b1774b4d4845af6fd340219652f86b57..082684947519714f638bdbc7e1eb19bacdaab163 100644 (file)
@@ -38,3 +38,4 @@
     ClothingOuterClownPriest: 1
   emaggedInventory:
     ClothingShoesBling: 1
+    ClothingOuterDogi: 1
index 7d5e62e1d73e09095b3e97ba57643213f5b7324b..a3fc25e9aea9ae8eb86229af92d6a3bc40ae9c70 100644 (file)
   - type: Clothing
     sprite: Clothing/OuterClothing/Coats/clownpriest.rsi
 
+- type: entity
+  parent: ClothingOuterStorageBase
+  id: ClothingOuterDogi
+  name: samurai dogi
+  description: Dogi is a type of traditional Japanese clothing. The dogi is made of heavy, durable fabric, it is practical in combat and stylish in appearance. It is decorated with intricate patterns and embroidery on the back.
+  components:
+  - type: Sprite
+    sprite: Clothing\OuterClothing\Coats\dogi.rsi
+  - type: Clothing
+    sprite: Clothing\OuterClothing\Coats\dogi.rsi
+  - type: Armor
+    modifiers:
+      coefficients:
+        Blunt: 0.8
+        Slash: 0.65
+        Piercing: 0.85
+
 - type: entity
   parent: ClothingOuterStorageBase
   id: ClothingOuterCoatParamedicWB
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/equipped-OUTERCLOTHING.png
new file mode 100644 (file)
index 0000000..54460dd
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/equipped-OUTERCLOTHING.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/icon.png
new file mode 100644 (file)
index 0000000..73c76fe
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..1da4dcf
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..52ce78f
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/meta.json
new file mode 100644 (file)
index 0000000..9ecf411
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made by PuroSlavKing (github) for SS14",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-OUTERCLOTHING",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}