]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
New item: Expensive coat (#25724)
authorTunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
Fri, 1 Mar 2024 21:22:52 +0000 (23:22 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 21:22:52 +0000 (16:22 -0500)
Expensive coat

Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml
Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/equipped-OUTERCLOTHING.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/meta.json [new file with mode: 0644]

index c29b0f4f3af3112da947985266bb0ebab79c1426..68665ae7fcc5f6af07543f6b8aa5fa3d88af9e3b 100644 (file)
@@ -15,5 +15,6 @@
     ClothingMaskGasCentcom: 3
     ClothingHeadsetCentCom: 3
     ClothingOuterWinterCentcom: 3
+    ClothingOuterCoatExpensive: 1
     ClothingNeckScarfStripedCentcom: 3
     ClothingNeckCloakCentcom: 3
index f92e533a89564df3a537a171f32b10a9f322701e..992051b92466dc3f3460e63a5f14b787d495cbb1 100644 (file)
     sprite: Clothing/OuterClothing/Coats/space_asshole.rsi
   - type: Clothing
     sprite: Clothing/OuterClothing/Coats/space_asshole.rsi
+
+- type: entity
+  parent: ClothingOuterStorageBase
+  id: ClothingOuterCoatExpensive
+  name: expensive coat
+  description: Very fluffy pink coat, made out of very expensive fur (clearly).
+  components:
+  - type: Sprite
+    sprite: Clothing/OuterClothing/Coats/expensive_coat.rsi
+  - type: Clothing
+    sprite: Clothing/OuterClothing/Coats/expensive_coat.rsi
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/equipped-OUTERCLOTHING.png
new file mode 100644 (file)
index 0000000..be52434
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/equipped-OUTERCLOTHING.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/icon.png
new file mode 100644 (file)
index 0000000..677b426
Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/meta.json
new file mode 100644 (file)
index 0000000..20e8764
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/cae6017c486dbadef2b2d86ddc58d7226c17597c/icons/mob/clothing/suit.dmi, https://github.com/ParadiseSS13/Paradise/blob/cab0fa52972c777ec3929cc2e03a74088349486f/icons/obj/clothing/suits.dmi",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "equipped-OUTERCLOTHING",
+      "directions": 4
+    },
+    {
+      "name": "icon"
+    }
+  ]
+}
\ No newline at end of file