summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-06 17:24:50 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-06 17:24:50 -0700
commit3d5a3094b91f1aacdd0161771158bf6916db025b (patch)
tree8967e86b0f3f3c040b0e24edffdef08337bca6fe
parentRephrase .410 shot description to make it more clear. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-3d5a3094b91f1aacdd0161771158bf6916db025b.tar.xz
Tweak the ranges of shotgun shells. Also nerf the shotgun explosive.
-rw-r--r--json/items/ammo/shot.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json
index bf71d9e..9b4ddf7 100644
--- a/json/items/ammo/shot.json
+++ b/json/items/ammo/shot.json
@@ -17,7 +17,7 @@
"stack_size": 20,
"ammo_type": "shot",
"casing": "shot_hull",
- "range": 12,
+ "range": 18,
"damage": { "damage_type": "bullet", "amount": 80, "armor_multiplier": 2.0 },
"recoil": 2500,
"loudness": 160,
@@ -41,7 +41,7 @@
"range": 0,
"damage": { "damage_type": "bullet", "amount": 50, "armor_multiplier": 3.0 },
"loudness": 80,
- "shape": [ "cone", { "half_angle": 15, "length": 8 } ],
+ "shape": [ "cone", { "half_angle": 15, "length": 9 } ],
"extend": { "effects": [ "NOGIB" ] }
},
{
@@ -66,7 +66,7 @@
"damage": { "damage_type": "heat", "amount": 30 },
"proportional": { "recoil": 0.6, "loudness": 0.8, "dispersion": 1.2 },
"range": 0,
- "shape": [ "cone", { "half_angle": 15, "length": 8 } ],
+ "shape": [ "cone", { "half_angle": 15, "length": 9 } ],
"extend": { "effects": [ "INCENDIARY", "STREAM", "NOGIB" ] }
},
{
@@ -121,7 +121,8 @@
"price_postapoc": "4 USD",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"dispersion": 80,
- "relative": { "range": 12, "damage": { "damage_type": "bullet", "amount": -15, "armor_penetration": 6, "armor_multiplier": -0.5 } },
+ "range": 24,
+ "relative": { "damage": { "damage_type": "bullet", "amount": -15, "armor_penetration": 6, "armor_multiplier": -0.5 } },
"proportional": { "recoil": 1.4 },
"delete": { "effects": [ "SHOT" ] }
},
@@ -195,6 +196,7 @@
"price_postapoc": "2 USD",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"count": 10,
+ "range": 10,
"damage": { "damage_type": "bash", "amount": 5 },
"proportional": { "recoil": 0.4, "loudness": 0.6 },
"extend": { "effects": [ "BEANBAG", "NOGIB" ] }
@@ -210,8 +212,8 @@
"price_postapoc": "16 USD",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"count": 5,
- "damage": { "damage_type": "bullet", "amount": 30, "armor_penetration": 0 },
- "extend": { "effects": [ "EXPLOSIVE" ] }
+ "damage": { "damage_type": "bullet", "amount": 10, "armor_penetration": 0 },
+ "extend": { "effects": [ "EXPLOSIVE_TINY" ] }
},
{
"id": "shot_scrap",