diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 98fa85cf9b..7658c660cd 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -55,6 +55,21 @@ - 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 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 064c3d25a7..b9a8fe7260 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -107,6 +107,7 @@ - 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 index 0000000000..a27e43165c 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 index 0000000000..2ef4c376a4 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 index 0000000000..d4c867fdf7 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 index 0000000000..30fd68d805 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 index 0000000000..05e3d90682 --- /dev/null +++ b/Resources/Textures/Clothing/Shoes/Boots/highheelboots.rsi/meta.json @@ -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 + } + ] +}