From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Wed, 20 Sep 2023 04:49:43 +0000 (-0700) Subject: Reduce buckler and makeshift shield costs (#20356) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=92ac079639f84772af8899a90fb9b584006c5833;p=space-station-14.git Reduce buckler and makeshift shield costs (#20356) --- diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift_shield.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift_shield.yml index 0411179189..70e05e9dd5 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift_shield.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/makeshift_shield.yml @@ -7,10 +7,10 @@ - to: makeshiftShield steps: - material: Cable - amount: 15 + amount: 5 doAfter: 2 - material: Steel - amount: 30 + amount: 5 doAfter: 2 - node: makeshiftShield diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/wooden_buckler.yml b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/wooden_buckler.yml index ea549328a4..3d1a6074b2 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/weapons/wooden_buckler.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/weapons/wooden_buckler.yml @@ -6,18 +6,14 @@ edges: - to: woodenBuckler steps: - - tag: Handcuffs - icon: - sprite: Objects/Misc/cablecuffs.rsi - state: cuff - color: red - name: cuffs + - material: Cable + amount: 5 doAfter: 2 - material: WoodPlank - amount: 20 + amount: 5 doAfter: 2 - material: Steel - amount: 10 + amount: 5 doAfter: 2 - node: woodenBuckler