diff --git a/Resources/Prototypes/Entities/items/clothing/shoes.yml b/Resources/Prototypes/Entities/items/clothing/shoes.yml index 6e819e6b9a..b6efc8db90 100644 --- a/Resources/Prototypes/Entities/items/clothing/shoes.yml +++ b/Resources/Prototypes/Entities/items/clothing/shoes.yml @@ -154,19 +154,6 @@ - type: Clothing sprite: Clothing/Shoes/chef.rsi -- type: entity - parent: ShoesBase - id: ShoesClown - name: Clown shoes - description: The prankster's standard-issue clowning shoes. Damn they're huge! - components: - - type: Sprite - sprite: Clothing/Shoes/clown.rsi - - type: Icon - sprite: Clothing/Shoes/clown.rsi - - type: Clothing - sprite: Clothing/Shoes/clown.rsi - - type: entity parent: ShoesBase id: ShoesCowboy @@ -518,19 +505,6 @@ - type: Clothing sprite: Clothing/Shoes/ihs_rig_sealed_old.rsi -- type: entity - parent: ShoesBase - id: ShoesJackboots - name: Jackboots - description: Nanotrasen-issue Security combat boots for combat scenarios or combat situations. All combat, all the time. - components: - - type: Sprite - sprite: Clothing/Shoes/jackboots.rsi - - type: Icon - sprite: Clothing/Shoes/jackboots.rsi - - type: Clothing - sprite: Clothing/Shoes/jackboots.rsi - - type: entity parent: ShoesBase id: ShoesLeather diff --git a/Resources/Prototypes/Entities/items/clothing/shoes/clown.yml b/Resources/Prototypes/Entities/items/clothing/shoes/clown.yml new file mode 100644 index 0000000000..76a10a415e --- /dev/null +++ b/Resources/Prototypes/Entities/items/clothing/shoes/clown.yml @@ -0,0 +1,15 @@ +- type: entity + parent: ShoesBase + id: ShoesClown + name: Clown shoes + description: The prankster's standard-issue clowning shoes. Damn they're huge! + components: + - type: Sprite + sprite: Clothing/Shoes/clown.rsi + - type: Icon + sprite: Clothing/Shoes/clown.rsi + - type: Clothing + sprite: Clothing/Shoes/clown.rsi + - type: Sound + - type: FootstepModifier + footstepSoundCollection: footstep_clown diff --git a/Resources/Prototypes/Entities/items/clothing/shoes/jackboots.yml b/Resources/Prototypes/Entities/items/clothing/shoes/jackboots.yml new file mode 100644 index 0000000000..1a62a80f15 --- /dev/null +++ b/Resources/Prototypes/Entities/items/clothing/shoes/jackboots.yml @@ -0,0 +1,16 @@ +- type: entity + parent: ShoesBase + id: ShoesJackboots + name: Jackboots + description: Nanotrasen-issue Security combat boots for combat scenarios or combat situations. All combat, all the time. + components: + - type: Sprite + sprite: Clothing/Shoes/jackboots.rsi + - type: Icon + sprite: Clothing/Shoes/jackboots.rsi + - type: Clothing + sprite: Clothing/Shoes/jackboots.rsi + - type: Sound + - type: FootstepModifier + footstepSoundCollection: footstep_heavy +