]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add Winter Boots (#20622)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Sun, 1 Oct 2023 14:28:14 +0000 (01:28 +1100)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2023 14:28:14 +0000 (10:28 -0400)
* add

* fix prototype

Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml
Resources/Prototypes/Entities/Clothing/Shoes/boots.yml
Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/equipped-FEET.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/meta.json [new file with mode: 0644]

index 55144b606e0e7780493db723bddd4e8dfb96891a..11e992adfb5a5a1fcf1932082b60b967490083c9 100644 (file)
@@ -10,6 +10,7 @@
     ClothingNeckScarfStripedOrange: 3
     ClothingNeckScarfStripedPurple: 3
     ClothingOuterWinterCoat: 6
+    ClothingShoesBootsWinter: 6
     ClothingOuterCoatBomber: 3
     ClothingHeadHatSantahat: 2
     ClothingHeadHatXmasCrown: 2
index fcd21def8af63c7361f5c629e7582efe79d0dde1..b75a2a712ec69c57d371b903440be96ea31359c3 100644 (file)
     sprite: Clothing/Shoes/Boots/laceups.rsi
   - type: Clothing
     sprite: Clothing/Shoes/Boots/laceups.rsi
+
+- type: entity
+  parent: ClothingShoesBaseButcherable
+  id: ClothingShoesBootsWinter
+  name: winter boots
+  description: Fluffy boots to help survive even the coldest of winters.
+  components:
+  - type: Sprite
+    sprite: Clothing/Shoes/Boots/winterboots.rsi
+  - type: Clothing
+    sprite: Clothing/Shoes/Boots/winterboots.rsi
+  - type: TemperatureProtection
+    coefficient: 0.05
diff --git a/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/equipped-FEET.png
new file mode 100644 (file)
index 0000000..6e8c884
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/equipped-FEET.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/icon.png
new file mode 100644 (file)
index 0000000..0fcb059
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..2b47542
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..467a79e
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/winterboots.rsi/meta.json
new file mode 100644 (file)
index 0000000..e484bbb
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "drawn by Ubaser",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-FEET",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}