From 7daf7ac0be04e7c739670d5512f0384f7166e237 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:12:27 +0000 Subject: [PATCH] flare ghetto chem chemicals (#24407) flare chemicals ops Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Entities/Objects/Tools/flare.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Tools/flare.yml b/Resources/Prototypes/Entities/Objects/Tools/flare.yml index 6ef85c015e..dbdb935b91 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flare.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flare.yml @@ -71,3 +71,25 @@ maxDuration: 15.0 startValue: 10.0 endValue: 1.0 + - type: Extractable + grindableSolutionName: flare + - type: SolutionContainerManager + solutions: + flare: + maxVol: 20 + reagents: + # flare casing + - ReagentId: Iron + Quantity: 10 + # red phosphorus = red flare trust + - ReagentId: Phosphorus + Quantity: 3 + - ReagentId: Carbon + Quantity: 1 + - ReagentId: Oxygen + Quantity: 2 + # fuel or something + - ReagentId: Charcoal + Quantity: 2 + - ReagentId: Sulfur + Quantity: 2 -- 2.51.2