]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Dame Dane Guy Outfit (#13787)
authorAlekshhh <44923899+Alekshhh@users.noreply.github.com>
Sat, 11 Feb 2023 03:13:49 +0000 (05:13 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2023 03:13:49 +0000 (03:13 +0000)
* dame dane outfit

* autodrobe and fixes

* further fixes

* final tweak

* more fix

* copyright is a funny thing

* Update Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/meta.json

* Update Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/meta.json

* Update Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/meta.json

---------

Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
19 files changed:
Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml
Resources/Prototypes/Entities/Clothing/Shoes/misc.yml
Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/equipped-OUTERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/equipped-FEET.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/equipped-INNERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/meta.json [new file with mode: 0644]

index bd5852b62142fd136e9d73c9a1370ba54a923dfb..61de068af8c41b0e00f6d4387a87c60451daf742 100644 (file)
@@ -32,5 +32,8 @@
     ClothingHeadPaperSackSmile: 2
     ClothingEyesBlindfold: 1
     ClothingHeadRastaHat: 2
+    ClothingUniformJumpsuitDameDane: 2
+    ClothingShoesDameDane: 2
+    ClothingOuterDameDane: 2
   emaggedInventory:
     ClothingShoesBling: 1
index cec03087dc004c92c977008f7610a264d1605032..f445e28860313bc8fad5199d441bca4833dc0fe3 100644 (file)
         Slash: 0.8
         Piercing: 0.4
         Heat: 0.8
+
+- type: entity
+  parent: ClothingOuterStorageBase
+  id: ClothingOuterDameDane
+  name: dame dane coat
+  description: Friday...
+  components:
+  - type: Sprite
+    sprite: Clothing/OuterClothing/Coats/damedanecoat.rsi
+  - type: Clothing
+    sprite: Clothing/OuterClothing/Coats/damedanecoat.rsi
index 8ba85049b8f20cd71d69eecfed7f3287eccb06fe..938cd70e839e3636aba01623cd3b31c7afbd844f 100644 (file)
     sprite: Clothing/Shoes/Misc/tourist.rsi
   - type: Clothing
     sprite: Clothing/Shoes/Misc/tourist.rsi
+
+- type: entity
+  parent: ClothingShoesBaseButcherable
+  id: ClothingShoesDameDane
+  name: dame dane shoes
+  description: At last...
+  components:
+  - type: Sprite
+    sprite: Clothing/Shoes/Misc/damedaneshoes.rsi
+  - type: Clothing
+    sprite: Clothing/Shoes/Misc/damedaneshoes.rsi
index 24b49bdb1a3e708906ddc095979280c3a14e8694..9e47078acea4fe054edb063799c591ee1ecf4983 100644 (file)
     sprite: Clothing/Uniforms/Jumpsuit/ert_janitor.rsi
   - type: DiseaseProtection
     protection: 0.1
-    
+
 - type: entity
   parent: ClothingUniformBase
   id: ClothingUniformJumpsuitERTLeader
       coefficients:
         Blunt: 0.8
         Slash: 0.8
-        Piercing: 0.8
\ No newline at end of file
+        Piercing: 0.8
+
+- type: entity
+  parent: ClothingUniformBase
+  id: ClothingUniformJumpsuitDameDane
+  name: dame dane outfit
+  description: Baka mitai...
+  components:
+  - type: Sprite
+    sprite: Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi
+  - type: Clothing
+    sprite: Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/equipped-OUTERCLOTHING.png
new file mode 100644 (file)
index 0000000..f2f6a36
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/equipped-OUTERCLOTHING.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/icon.png
new file mode 100644 (file)
index 0000000..516c155
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..4902033
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..6675c89
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/meta.json
new file mode 100644 (file)
index 0000000..b82a1bb
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made by Alekshhh (Github) for SS14, inspired by Kazuma Kiryu outfit",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-OUTERCLOTHING",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}
diff --git a/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/equipped-FEET.png
new file mode 100644 (file)
index 0000000..f6578ed
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/equipped-FEET.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/icon.png
new file mode 100644 (file)
index 0000000..3897f85
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..df31dab
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..459d642
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/meta.json
new file mode 100644 (file)
index 0000000..b5ea733
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made by Alekshhh (Github) for SS14, inspired by Kazuma Kiryu outfit",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-FEET",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/equipped-INNERCLOTHING.png
new file mode 100644 (file)
index 0000000..514e170
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/equipped-INNERCLOTHING.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/icon.png
new file mode 100644 (file)
index 0000000..047ac28
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..6898119
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..f9faf3f
Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/meta.json
new file mode 100644 (file)
index 0000000..24127f0
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made by Alekshhh (Github) for SS14, inspired by Kazuma Kiryu outfit",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-INNERCLOTHING",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}