From fd759e4a9de21159c5c313e47b405b662fbef022 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 24 Jan 2020 02:35:01 +0100 Subject: [PATCH] Jackboots and clown shoes produce different footsteps again. --- .../Entities/items/clothing/shoes.yml | 26 ------------------- .../Entities/items/clothing/shoes/clown.yml | 15 +++++++++++ .../items/clothing/shoes/jackboots.yml | 16 ++++++++++++ 3 files changed, 31 insertions(+), 26 deletions(-) create mode 100644 Resources/Prototypes/Entities/items/clothing/shoes/clown.yml create mode 100644 Resources/Prototypes/Entities/items/clothing/shoes/jackboots.yml 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 +