]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Highboots (#22382)
authorIProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
Mon, 18 Dec 2023 19:40:50 +0000 (14:40 -0500)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 19:40:50 +0000 (14:40 -0500)
* boots

* Boots rsi

* Fix damage values and remove unnecessary item statement

* Oops I still needed the Item statement for the sprite.

* Added to warden locker and maints rare fluff loot pool

* No longer in ward's locker

* Update Resources/Prototypes/Entities/Clothing/Shoes/boots.yml

Co-authored-by: faint <46868845+ficcialfaint@users.noreply.github.com>
---------

Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
Co-authored-by: faint <46868845+ficcialfaint@users.noreply.github.com>
Resources/Prototypes/Entities/Clothing/Shoes/boots.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/equipped-FEET.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/meta.json [new file with mode: 0644]

index 98fa85cf9b1368d600cdcf0e4e0b18893ac52e2f..7658c660cddb7a34d7ddc27a79a57bb21b0a39dc 100644 (file)
   - type: Clothing
     sprite: Clothing/Shoes/Boots/combatboots.rsi
 
+- type: entity
+  parent: ClothingShoesMilitaryBase
+  id: ClothingShoesHighheelBoots
+  name: high-heeled boots
+  description: Snazy boots for when you want to be stylish, yet prepared.
+  components:
+  - type: MeleeWeapon
+    damage:
+      types:
+        Piercing: 6
+  - type: Sprite
+    sprite: Clothing/Shoes/Boots/highheelboots.rsi
+  - type: Clothing
+    sprite: Clothing/Shoes/Boots/highheelboots.rsi
+
 - type: entity
   parent: ClothingShoesMilitaryBase
   id: ClothingShoesBootsMerc
index 064c3d25a76c1858c36d601ca04d4753fc1260bc..b9a8fe7260363f50eb4c023fcd0c02658b4accb8 100644 (file)
         - ClothingOuterFlannelGreen
         - ClothingOuterVestHazard
         - ClothingShoesBootsJack
+        - ClothingShoesHighheelBoots
         - ClothingShoesBootsLaceup
         - ClothingShoesLeather
         - ClothingShoesBootsSalvage
diff --git a/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/equipped-FEET.png b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/equipped-FEET.png
new file mode 100644 (file)
index 0000000..a27e431
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/equipped-FEET.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/icon.png b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/icon.png
new file mode 100644 (file)
index 0000000..2ef4c37
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/inhand-left.png b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..d4c867f
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/inhand-right.png b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..30fd68d
Binary files /dev/null and b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/meta.json
new file mode 100644 (file)
index 0000000..05e3d90
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made by IProduceWidgets",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-FEET",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}