From 5b4f4237a304fa0721d8b6df21ba45eb608d3efb Mon Sep 17 00:00:00 2001 From: Preston Smith <92108534+thetolbean@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:33:51 -0600 Subject: [PATCH] Fix: Web Clothing Butcher Issues (#33121) * Make boot web cost equal to one cloth * Make boots and coat butcher into web * Remove unneeded default --- .../Entities/Clothing/OuterClothing/wintercoats.yml | 4 ++++ Resources/Prototypes/Entities/Clothing/Shoes/boots.yml | 4 ++++ Resources/Prototypes/Recipes/Crafting/Graphs/web.yml | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index 4bf1ec87fd..46f96750c0 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -853,6 +853,10 @@ - type: Construction graph: WebObjects node: coat + - type: Butcherable + spawned: + - id: MaterialWebSilk1 + amount: 5 - type: FlavorProfile flavors: - cobwebs diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 4223f2217e..e5ef7e23bb 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -187,6 +187,10 @@ reagents: - ReagentId: Fiber Quantity: 10 + - type: Butcherable + spawned: + - id: MaterialWebSilk1 + amount: 2 - type: Construction graph: WebObjects node: boots diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/web.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/web.yml index 7c17cbc080..7e303f8ba3 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/web.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/web.yml @@ -41,13 +41,13 @@ - material: WebSilk amount: 12 doAfter: 6 - + - to: boots steps: - material: WebSilk amount: 2 doAfter: 4 - + # Deconstruction - node: tile entity: FloorTileItemWeb -- 2.51.2