From ba94e3446b7ddb3464ce7c7719b3e22e3903c986 Mon Sep 17 00:00:00 2001 From: Zlorthishen <79779913+Zlorthishen@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:14:08 -0600 Subject: [PATCH] Update launcher.json --- data/json/recipes/ammo/launcher.json | 33 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/data/json/recipes/ammo/launcher.json b/data/json/recipes/ammo/launcher.json index 235201143715..7cd174f1dd09 100644 --- a/data/json/recipes/ammo/launcher.json +++ b/data/json/recipes/ammo/launcher.json @@ -241,12 +241,29 @@ "delete_flags": [ "FILTHY" ], "flags": [ "ALLOW_FILTHY" ] }, + { "type": "recipe", "result": "gelled_gasoline", "category": "CC_AMMO", "subcategory": "CSC_AMMO_LAUNCHER", "skill_used": "cooking", + "difficulty": 2, + "time": "20 m", + "batch_time_factors": [ 80, 5 ], + "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CUT", "level": 1 } ], + "book_learn": [ [ "textbook_gaswarfare", 2 ], [ "textbook_anarch", 2 ] ], + "components": [ [ [ "gasoline", 100 ] ], [ [ "plastic_chunk", 5 ] ] ], + "delete_flags": [ "FILTHY" ], + "flags": [ "ALLOW_FILTHY" ] + }, + { + "type": "recipe", + "result": "gelled_gasoline", + "id_suffix": "detergent", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_LAUNCHER", + "skill_used": "cooking", "difficulty": 1, "time": "10 m", "batch_time_factors": [ 80, 5 ], @@ -312,22 +329,6 @@ "delete_flags": [ "FILTHY" ], "flags": [ "ALLOW_FILTHY" ] }, - { - "type": "recipe", - "result": "gelled_gasoline", - "id_suffix": "plastic", - "category": "CC_AMMO", - "subcategory": "CSC_AMMO_LAUNCHER", - "skill_used": "cooking", - "difficulty": 2, - "time": "20 m", - "batch_time_factors": [ 80, 5 ], - "qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CUT", "level": 1 } ], - "book_learn": [ [ "textbook_gaswarfare", 2 ], [ "textbook_anarch", 2 ] ], - "components": [ [ [ "gasoline", 100 ] ], [ [ "plastic_chunk", 5 ] ] ], - "delete_flags": [ "FILTHY" ], - "flags": [ "ALLOW_FILTHY" ] - }, { "type": "recipe", "result": "flamethrower_fuel",