From 16e30a5e934e1cc5fc618138ce685e1c87c270c0 Mon Sep 17 00:00:00 2001 From: Brian-Otten Date: Sun, 12 Apr 2020 21:27:01 +0200 Subject: [PATCH] Add requirement to torch. change molotov to accelerant. --- data/json/recipes/other/tool.json | 15 ++------------- data/json/recipes/weapon/explosive.json | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/data/json/recipes/other/tool.json b/data/json/recipes/other/tool.json index 8aac16e00faa0..c27c567db8153 100644 --- a/data/json/recipes/other/tool.json +++ b/data/json/recipes/other/tool.json @@ -592,19 +592,8 @@ "skill_used": "fabrication", "time": "2 m", "autolearn": true, - "components": [ - [ [ "rag", 1 ] ], - [ [ "stick", 1 ], [ "2x4", 1 ], [ "pool_cue", 1 ], [ "torch_done", 1 ] ], - [ - [ "lamp_oil", 50 ], - [ "motor_oil", 50 ], - [ "chem_ethanol", 100 ], - [ "denat_alcohol", 100 ], - [ "gasoline", 250 ], - [ "diesel", 250 ], - [ "biodiesel", 250 ] - ] - ], + "using": [ [ "flammable_liquid", 100 ] ], + "components": [ [ [ "rag", 1 ] ], [ [ "stick", 1 ], [ "2x4", 1 ], [ "pool_cue", 1 ], [ "torch_done", 1 ] ] ], "flags": [ "BLIND_HARD" ] }, { diff --git a/data/json/recipes/weapon/explosive.json b/data/json/recipes/weapon/explosive.json index b0c40007e1fd2..168997b39792f 100644 --- a/data/json/recipes/weapon/explosive.json +++ b/data/json/recipes/weapon/explosive.json @@ -209,7 +209,7 @@ "time": "30 s", "reversible": true, "autolearn": true, - "using": [ [ "flammable_liquid", 500 ] ], + "using": [ [ "accelerant_liquid", 500 ] ], "components": [ [ [ "rag", 1 ] ], [ [ "bottle_glass", 1 ], [ "flask_glass", 1 ], [ "clay_canister", 1 ] ] ] }, {