summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 09:47:26 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 09:47:26 -0800
commitbfc8b49d484ed3909d98863aedc622a56d882478 (patch)
tree79af4738e59eecbb3db5ad78f065f40cf1ad5b2c
parentRebalance atgm, homemade-rocket, and rpg ammo. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-bfc8b49d484ed3909d98863aedc622a56d882478.tar.xz
Add .410 ammo.
-rw-r--r--json/items/ammo/410shot.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/json/items/ammo/410shot.json b/json/items/ammo/410shot.json
new file mode 100644
index 0000000..ef86f3e
--- /dev/null
+++ b/json/items/ammo/410shot.json
@@ -0,0 +1,35 @@
+[
+ {
+ "id": "410shot_000",
+ "type": "AMMO",
+ "name": { "str_sp": ".410 000 buckshot" },
+ "description": "A .410 shell with 5 000 pellets. Good for a hunting or combat load.",
+ "weight": "16 g",
+ "volume": "170 ml",
+ "price": 175,
+ "price_postapoc": 800,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "plastic", "powder" ],
+ "symbol": "=",
+ "color": "red",
+ "count": 20,
+ "stack_size": 20,
+ "ammo_type": "410shot",
+ "casing": "410shot_hull",
+ "range": 12,
+ "damage": { "damage_type": "bullet", "amount": 53 },
+ "recoil": 1350,
+ "loudness": 90,
+ "effects": [ "COOKOFF", "SHOT" ]
+ },
+ {
+ "id": "reloaded_410shot_000",
+ "copy-from": "410shot_000",
+ "type": "AMMO",
+ "name": { "str_sp": ".410 000 buckshot, reloaded" },
+ "description": "A .410 shell with 5 000 pellets. Good for a hunting or combat load. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]