summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-02 23:14:39 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-02 23:14:39 -0700
commit6eac7f0521eb884081d2c1226a5800fec3c550cd (patch)
tree0d59da493ab73e3da837abfd7fecd9b7881d9fe2
parentAdd flintlock overrides. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-6eac7f0521eb884081d2c1226a5800fec3c550cd.tar.xz
Updates to shot and shotpaper.
-rw-r--r--json/items/ammo/shot.json6
-rw-r--r--json/items/ammo/shotpaper.json6
2 files changed, 8 insertions, 4 deletions
diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json
index 2a4b718..a3c078c 100644
--- a/json/items/ammo/shot.json
+++ b/json/items/ammo/shot.json
@@ -12,6 +12,7 @@
"material": [ "plastic", "powder" ],
"symbol": "=",
"color": "red",
+ "dispersion": 10,
"count": 20,
"stack_size": 20,
"ammo_type": "shot",
@@ -39,7 +40,6 @@
"price_postapoc": 400,
"range": 0,
"damage": { "damage_type": "bullet", "amount": 50, "armor_multiplier": 3.0 },
- "dispersion": 1000,
"loudness": 80,
"shape": [ "cone", { "half_angle": 15, "length": 8 } ],
"extend": { "effects": [ "NOGIB" ] }
@@ -154,6 +154,7 @@
"copy-from": "shot_00",
"type": "AMMO",
"name": { "str": "00 shot, black powder" },
+ "proportional": { "price": 0.6, "damage": { "damage_type": "heat", "amount": 0.8 }, "dispersion": 1.2 },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
},
@@ -209,7 +210,8 @@
"type": "AMMO",
"name": { "str": "00 shot, scrap loaded" },
"description": "A shotgun shell filled with whatever was lying around. They are more damaging than birdshot, but fairly inaccurate.",
- "proportional": { "price": 0.4, "damage": { "damage_type": "bullet", "amount": 0.6 }, "dispersion": 1.2 },
+ "dispersion": 60,
+ "proportional": { "price": 0.4, "damage": { "damage_type": "bullet", "amount": 0.75, "armor_multiplier": 1.25 } },
"extend": { "effects": [ "RECYCLED" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
},
diff --git a/json/items/ammo/shotpaper.json b/json/items/ammo/shotpaper.json
index e11bc94..e12d272 100644
--- a/json/items/ammo/shotpaper.json
+++ b/json/items/ammo/shotpaper.json
@@ -11,6 +11,7 @@
"material": [ "paper", "powder", "lead" ],
"symbol": "=",
"color": "white",
+ "dispersion": 20,
"count": 20,
"stack_size": 20,
"ammo_type": "shotpaper",
@@ -33,7 +34,7 @@
"type": "AMMO",
"name": { "str": "20ga paper birdshot" },
"description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of birdshot. Used mostly for hunting small game or fowl.",
- "damage": { "damage_type": "bullet", "amount": 40 },
+ "damage": { "damage_type": "bullet", "amount": 40, "armor_multiplier": 3.0 },
"proportional": { "recoil": 0.6, "loudness": 0.8 },
"extend": { "effects": [ "NOGIB" ] }
},
@@ -43,7 +44,8 @@
"type": "AMMO",
"name": { "str": "20ga paper pyrotechnic cartridge" },
"description": "A paper cartridge containing a premeasured amount of black powder and an equal volume of flammable metals. When fired, burning chunks of metal and sparks will shoot out of the barrel, igniting everything in their path.",
- "proportional": { "damage": { "damage_type": "bullet", "amount": 0.2 }, "recoil": 0.6, "loudness": 0.8, "dispersion": 1.2 },
+ "damage": { "damage_type": "heat", "amount": 24 },
+ "proportional": { "recoil": 0.6, "loudness": 0.8, "dispersion": 1.2 },
"range": 0,
"shape": [ "cone", { "half_angle": 15, "length": 8 } ],
"extend": { "effects": [ "INCENDIARY", "STREAM", "NOGIB" ] }