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>
This commit is contained in:
@@ -55,6 +55,21 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Shoes/Boots/combatboots.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingShoesMilitaryBase
|
parent: ClothingShoesMilitaryBase
|
||||||
id: ClothingShoesBootsMerc
|
id: ClothingShoesBootsMerc
|
||||||
|
|||||||
@@ -107,6 +107,7 @@
|
|||||||
- ClothingOuterFlannelGreen
|
- ClothingOuterFlannelGreen
|
||||||
- ClothingOuterVestHazard
|
- ClothingOuterVestHazard
|
||||||
- ClothingShoesBootsJack
|
- ClothingShoesBootsJack
|
||||||
|
- ClothingShoesHighheelBoots
|
||||||
- ClothingShoesBootsLaceup
|
- ClothingShoesBootsLaceup
|
||||||
- ClothingShoesLeather
|
- ClothingShoesLeather
|
||||||
- ClothingShoesBootsSalvage
|
- ClothingShoesBootsSalvage
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 299 B |
Binary file not shown.
|
After Width: | Height: | Size: 230 B |
Binary file not shown.
|
After Width: | Height: | Size: 418 B |
Binary file not shown.
|
After Width: | Height: | Size: 409 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user