From: Preston Smith <92108534+thetolbean@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:33:51 +0000 (-0600) Subject: Fix: Web Clothing Butcher Issues (#33121) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5b4f4237a304fa0721d8b6df21ba45eb608d3efb;p=space-station-14.git Fix: Web Clothing Butcher Issues (#33121) * Make boot web cost equal to one cloth * Make boots and coat butcher into web * Remove unneeded default --- 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