summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-27 14:25:09 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-27 14:25:09 -0700
commit6555500671970af45cca6603633b7e379169128b (patch)
tree33cf0494c836f278ccc97c052c6217deb0e09bcc
parentClean up and unify 40x53mm recipe and uncraft (diff)
downloadcataclysm-dda-mod_grenade-crafting-6555500671970af45cca6603633b7e379169128b.tar.xz
Rebalance frag grenade crafting:
Reduce comp_b to 12, since only 40 explosive damage Increase small scrap metal to 3, as 80 shrapnel damage
-rw-r--r--json/recipes/weapons/explosive.json4
-rw-r--r--json/uncraft/weapon/explosive.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json
index ae17274..d60427d 100644
--- a/json/recipes/weapons/explosive.json
+++ b/json/recipes/weapons/explosive.json
@@ -129,8 +129,8 @@
"qualities" : [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
- [ [ "sheet_metal_small", 1 ] ],
- [ [ "chem_compositionb", 32 ] ],
+ [ [ "sheet_metal_small", 3 ] ],
+ [ [ "chem_compositionb", 12 ] ],
[ [ "canister_empty", 1 ] ]
]
},
diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json
index b9f719b..9e8638c 100644
--- a/json/uncraft/weapon/explosive.json
+++ b/json/uncraft/weapon/explosive.json
@@ -8,8 +8,8 @@
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
- [ [ "sheet_metal_small", 1 ] ],
- [ [ "chem_compositionb", 32 ] ],
+ [ [ "sheet_metal_small", 3 ] ],
+ [ [ "chem_compositionb", 12 ] ],
[ [ "canister_empty", 1 ] ]
]
},