summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-15 05:07:50 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-15 05:07:50 -0800
commite6eede6ed766d0cb33333e3c24397ad586ae080f (patch)
treefe5833750aa60f16564ad3868d01712589d56e49
parentAdded incendiary grenades (diff)
downloadcataclysm-dda-mod_grenade-crafting-e6eede6ed766d0cb33333e3c24397ad586ae080f.tar.xz
Add insectidical, fungicidal, and c-4 recipes
Also adjust grenades to require better components
-rw-r--r--json/recipes/weapons/explosive.json83
1 files changed, 70 insertions, 13 deletions
diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json
index 28f5051..88b2617 100644
--- a/json/recipes/weapons/explosive.json
+++ b/json/recipes/weapons/explosive.json
@@ -1,7 +1,7 @@
[
{
"result": "gasbomb",
- "type" : "recipe",
+ "type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "cooking",
@@ -9,17 +9,55 @@
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 7 ] ],
- "qualities" : [ { "id": "SCREW", "level": 1 } ],
+ "using": [ [ "soldering_standard", 6 ] ],
+ "qualities" : [ { "id": "CHEM", "level": 2 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "bleach", 2 ] ],
[ [ "ammonia", 2 ] ],
- [ [ "superglue", 1 ], [ "duct_tape", 75 ], [ "cordage", 1, "LIST" ] ],
- [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 1 ] ]
+ [ [ "canister_empty", 1 ] ]
+ ]
+ },
+ {
+ "result": "fungicidalbomb",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_EXPLOSIVE",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 6 ],
+ "difficulty": 6,
+ "time": "30 m",
+ "book_learn": [ [ "textbook_anarch", 3 ] ],
+ "using": [ [ "soldering_standard", 6 ] ],
+ "qualities": [ { "id": "CHEM", "level": 2 }, { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "bleach", 2 ] ],
+ [ [ "fungicide", 50 ] ],
+ [ [ "chem_sulphur", 150 ] ],
+ [ [ "canister_empty", 1 ] ]
+ ]
+ },
+ {
+ "result": "insecticidalbomb",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_EXPLOSIVE",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 6 ],
+ "difficulty": 6,
+ "time": "30 m",
+ "book_learn": [ [ "textbook_anarch", 3 ] ],
+ "using": [ [ "soldering_standard", 6 ] ],
+ "qualities": [ { "id": "CHEM", "level": 2 } , { "id": "SCREW", "level": 1 }],
+ "components": [
+ [ [ "bleach", 2 ] ],
+ [ [ "insecticide", 50 ] ],
+ [ [ "water", 2 ], [ "water_clean", 2 ] ],
+ [ [ "canister_empty", 1 ] ]
]
},
{
"result": "grenade_inc",
- "type" : "recipe",
+ "type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "cooking",
@@ -27,16 +65,17 @@
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 7 ] ],
+ "using": [ [ "soldering_standard", 6 ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "pilot_light", 1 ] ],
[ [ "incendiary", 150 ] ],
- [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 1 ] ]
+ [ [ "canister_empty", 1 ] ]
]
},
{
"result": "grenade_emp",
- "type" : "recipe",
+ "type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "electronics",
@@ -50,13 +89,12 @@
[ [ "amplifier", 1 ] ],
[ [ "cable", 5 ] ],
[ [ "antenna", 1 ] ],
- [ [ "superglue", 1 ], [ "duct_tape", 75 ], [ "cordage", 1, "LIST" ] ],
- [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 1 ] ]
+ [ [ "canister_empty", 1 ] ]
]
},
{
"result": "grenade",
- "type" : "recipe",
+ "type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "fabrication",
@@ -64,18 +102,18 @@
"difficulty": 6,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 7 ] ],
+ "using": [ [ "soldering_standard", 6 ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "pilot_light", 1 ] ],
[ [ "sheet_metal_small", 6 ] ],
[ [ "chem_rdx", 200 ] ],
- [ [ "superglue", 1 ], [ "duct_tape", 75 ], [ "cordage", 1, "LIST" ] ],
- [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 1 ] ]
+ [ [ "canister_empty", 1 ] ]
]
},
{
"result": "scrambler",
- "type" : "recipe",
+ "type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_EXPLOSIVE",
"skill_used": "electronics",
@@ -91,5 +129,24 @@
[ [ "transponder", 1 ] ],
[ [ "e_scrap", 2 ] ]
]
+ },
+ {
+ "result": "c4",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_EXPLOSIVE",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 6 ],
+ "difficulty": 8,
+ "time": "30 m",
+ "book_learn": [ [ "textbook_anarch", 8 ] ],
+ "qualities" : [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
+ "tools": [ [ [ "mold_plastic", -1 ] ], [ [ "hotplate", 50 ], [ "toolset", 50 ] ] ],
+ "components": [
+ [ [ "pilot_light", 1 ] ],
+ [ [ "chem_rdx", 1500 ] ],
+ [ [ "plastic_chunk", 1 ] ],
+ [ [ "lamp_oil", 100 ], [ "motor_oil", 100 ] ]
+ ]
}
]