diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml b/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml index f13b3c3b2d..9c468ab143 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/base_clothingshoes.yml @@ -8,6 +8,12 @@ - FEET - type: Sprite state: icon + +- type: entity + abstract: true + parent: ClothingShoesBase + id: ClothingShoesBaseButcherable + components: - type: Butcherable butcheringType: Knife spawned: diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 32a6290a5a..55cee71fcf 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -1,5 +1,5 @@ - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesBootsWork name: workboots description: Engineering lace-up work boots for the especially blue-collar. @@ -10,7 +10,7 @@ sprite: Clothing/Shoes/Boots/workboots.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesBootsJack name: jackboots description: Nanotrasen-issue Security combat boots for combat scenarios or combat situations. All combat, all the time. @@ -21,7 +21,7 @@ sprite: Clothing/Shoes/Boots/jackboots.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesBootsSalvage name: salvage boots description: Steel-toed salvage boots for salvaging in hazardous environments. @@ -32,7 +32,7 @@ sprite: Clothing/Shoes/Boots/explorer.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesBootsPerformer name: performer's boots description: These boots provide great traction for when you're up on stage. @@ -43,7 +43,7 @@ sprite: Clothing/Shoes/Boots/performer.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesBootsCombat name: combat boots description: Robust combat boots for combat scenarios or combat situations. All combat, all the time. diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/color.yml b/Resources/Prototypes/Entities/Clothing/Shoes/color.yml index bb79bfe492..0bfe153b59 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/color.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/color.yml @@ -1,5 +1,5 @@ - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorBlack name: black shoes description: Stylish black shoes. @@ -10,7 +10,7 @@ sprite: Clothing/Shoes/Color/black.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorBlue name: blue shoes description: Stylish blue shoes. @@ -21,7 +21,7 @@ sprite: Clothing/Shoes/Color/blue.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorBrown name: brown shoes description: A pair of brown shoes. @@ -32,7 +32,7 @@ sprite: Clothing/Shoes/Color/brown.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorGreen name: green shoes description: Stylish green shoes. @@ -43,7 +43,7 @@ sprite: Clothing/Shoes/Color/green.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorOrange name: orange shoes description: Stylish orange shoes. @@ -54,7 +54,7 @@ sprite: Clothing/Shoes/Color/orange.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorPurple name: purple shoes description: Stylish purple shoes. @@ -65,7 +65,7 @@ sprite: Clothing/Shoes/Color/purple.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorRed name: red shoes description: Stylish red shoes. @@ -76,7 +76,7 @@ sprite: Clothing/Shoes/Color/red.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorWhite name: white shoes description: Don't take them off at your office Christmas party. @@ -87,7 +87,7 @@ sprite: Clothing/Shoes/Color/white.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesColorYellow name: yellow shoes description: Stylish yellow shoes. diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml b/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml index e6cd5e84fd..8ba85049b8 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml @@ -10,7 +10,7 @@ sprite: Clothing/Shoes/Misc/flippers.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesLeather name: leather shoes description: Very stylish pair of boots, made from fine leather. @@ -21,7 +21,7 @@ sprite: Clothing/Shoes/Misc/leather.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesSlippers name: slippers description: Fluffy! @@ -32,7 +32,7 @@ sprite: Clothing/Shoes/Misc/slippers.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoeSlippersDuck name: ducky slippers # description: You wish these made quacking sounds as you walked. @@ -49,7 +49,7 @@ variation: 0.07 - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesTourist name: tourist shoes description: These cheap sandals don't look very comfortable. diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index 86cab96681..98112bbe81 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -1,5 +1,5 @@ - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesChef name: chef shoes description: Sturdy shoes that minimize injury from falling objects or knives. @@ -10,7 +10,7 @@ sprite: Clothing/Shoes/Specific/chef.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesClown name: clown shoes description: "The prankster's standard-issue clowning shoes. Damn they're huge!" @@ -24,7 +24,7 @@ collection: FootstepClown - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesBling name: bling clown shoes description: Made of refined bananium and shined with the pulp of a fresh banana peel. These make a flashy statement. @@ -44,7 +44,7 @@ color: "#FFD800" - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesCult name: cult shoes description: A pair of boots worn by the followers of Nar'Sie. @@ -67,7 +67,7 @@ - type: NoSlip - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesSpaceNinja name: space ninja shoes description: A pair of nano-enhanced boots with built-in magnetic suction cups. @@ -79,7 +79,7 @@ - type: NoSlip - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesSwat name: swat shoes description: When you want to turn up the heat. @@ -90,7 +90,7 @@ sprite: Clothing/Shoes/Specific/swat.rsi - type: entity - parent: ClothingShoesBase + parent: ClothingShoesBaseButcherable id: ClothingShoesWizard name: wizard shoes description: A pair of magic shoes.