From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:40:50 +0000 (-0500) Subject: Highboots (#22382) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8958c64e6c07c2fc07e8854b954d9adda24fc2fe;p=space-station-14.git Highboots (#22382) * 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> --- 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 + } + ] +}