Skip to content

Commit

Permalink
Add requirement to torch. change molotov to accelerant.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Otten committed Apr 12, 2020
1 parent d6a3800 commit 16e30a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions data/json/recipes/other/tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/weapon/explosive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ] ]
},
{
Expand Down

0 comments on commit 16e30a5

Please sign in to comment.