summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-17 23:23:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-17 23:23:46 -0800
commit93aa032ea2f65cc143f655b8dcb48f67f699a61e (patch)
treeb350f1d691983482de55d800568f6ce3426a6577
parentFix many pluralization typos. (diff)
downloadcataclysm-dda-mod_grenade-crafting-93aa032ea2f65cc143f655b8dcb48f67f699a61e.tar.xz
Allow dismantling more grenades.
-rw-r--r--json/recipes/weapons/explosive.json1
-rw-r--r--json/uncraft/weapon/explosive.json106
2 files changed, 106 insertions, 1 deletions
diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json
index 919492a..6b40d1d 100644
--- a/json/recipes/weapons/explosive.json
+++ b/json/recipes/weapons/explosive.json
@@ -164,7 +164,6 @@
"difficulty": 3,
"time": "30 m",
"book_learn": [ [ "textbook_anarch", 3 ] ],
- "autolearn": false,
"using": [ [ "soldering_standard", 6 ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json
index 9e8638c..6b3a307 100644
--- a/json/uncraft/weapon/explosive.json
+++ b/json/uncraft/weapon/explosive.json
@@ -15,6 +15,112 @@
},
{
"type": "uncraft",
+ "result": "flashbang",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "1 m 30 s",
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "delay_fuze", 1 ] ],
+ [ [ "oxy_powder", 75 ] ],
+ [ [ "incendiary", 50 ] ],
+ [ [ "canister_empty", 1 ] ]
+ ]
+ },
+ {
+ "type": "uncraft",
+ "result": "gasbomb",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "1 m 30 s",
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "delay_fuze", 1 ] ],
+ [ [ "bleach", 2 ] ],
+ [ [ "ammonia", 2 ] ],
+ [ [ "canister_empty", 1 ] ]
+ ]
+ },
+ {
+ "type": "uncraft",
+ "result": "fungicidalbomb",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "1 m 30 s",
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "delay_fuze", 1 ] ],
+ [ [ "bleach", 2 ] ],
+ [ [ "fungicide", 50 ] ],
+ [ [ "chem_sulphur", 150 ] ],
+ [ [ "canister_empty", 1 ] ]
+ ]
+ },
+ {
+ "type": "uncraft",
+ "result": "insecticidalbomb",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "1 m 30 s",
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "delay_fuze", 1 ] ],
+ [ [ "bleach", 2 ] ],
+ [ [ "insecticide", 50 ] ],
+ [ [ "water", 2 ] ],
+ [ [ "canister_empty", 1 ] ]
+ ]
+ },
+ {
+ "type": "uncraft",
+ "result": "grenade_emp",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "1 m 30 s",
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "delay_fuze", 1 ] ],
+ [ [ "power_supply", 1 ] ],
+ [ [ "amplifier", 1 ] ],
+ [ [ "cable", 5 ] ],
+ [ [ "antenna", 1 ] ],
+ [ [ "canister_empty", 1 ] ]
+ ]
+ },
+ {
+ "type": "uncraft",
+ "result": "scrambler",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "1 m 30 s",
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "delay_fuze", 1 ] ],
+ [ [ "grenade_emp", 1 ] ],
+ [ [ "antenna", 1 ] ],
+ [ [ "transponder", 1 ] ],
+ [ [ "e_scrap", 2 ] ]
+ ]
+ },
+ {
+ "type": "uncraft",
+ "result": "smokebomb",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "1 m 30 s",
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "delay_fuze", 1 ] ],
+ [ [ "chem_muriatic_acid", 1 ] ],
+ [ [ "scrap", 1 ] ],
+ [ [ "chem_aluminium_powder", 25 ] ],
+ [ [ "chem_zinc_powder", 25 ] ],
+ [ [ "canister_empty", 1 ] ],
+ [ [ "superglue", 1 ] ]
+ ]
+ },
+ {
+ "type": "uncraft",
"result": "grenade_inc",
"skill_used": "fabrication",
"difficulty": 3,