From 8a245ff558605b33db890acde5387a7d26f962ab Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Sun, 17 Nov 2024 18:06:39 -0800 Subject: [PATCH] Reign in carbide craft quantity --- data/json/recipes/recipe_medsandchemicals.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/recipes/recipe_medsandchemicals.json b/data/json/recipes/recipe_medsandchemicals.json index c654d8f3e8103..3ba5149f8346e 100644 --- a/data/json/recipes/recipe_medsandchemicals.json +++ b/data/json/recipes/recipe_medsandchemicals.json @@ -2615,14 +2615,14 @@ "batch_time_factors": [ 25, 2 ], "//2": "some loss/waste, e.g. imperfect smelting; powder escaping", "//2a": "Lower limit is based on a guesstimate about how much charge you need in the furnace for it to operate", - "charges": 95000, + "charges": 950, "book_learn": [ [ "textbook_chemistry", 4 ], [ "textbook_gaswarfare", 4 ], [ "atomic_survival", 3 ] ], "//3": "At least some knowledge on chemicals handling is required.", "proficiencies": [ { "proficiency": "prof_intro_chemistry" } ], "qualities": [ { "id": "FINE_GRIND", "level": 1 } ], "//4": "460kJ per mole @ 70% energy efficiency", - "tools": [ [ [ "fake_arc_furnace", 650000 ] ] ], - "components": [ [ [ "cac2powder", 100000 ] ] ] + "tools": [ [ [ "fake_arc_furnace", 6500 ] ] ], + "components": [ [ [ "cac2powder", 1000 ] ] ] }, { "type": "recipe",