summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:16:57 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:16:57 -0800
commit884b1585ad91f25e05479f4a59c8de85eda605ee (patch)
tree162800843bb40c950214ca9b2642e25db50ce81c
parentAdd 270win (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-884b1585ad91f25e05479f4a59c8de85eda605ee.tar.xz
Add 300 ammo.
-rw-r--r--json/items/ammo/300.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/json/items/ammo/300.json b/json/items/ammo/300.json
new file mode 100644
index 0000000..95fcb84
--- /dev/null
+++ b/json/items/ammo/300.json
@@ -0,0 +1,39 @@
+[
+ {
+ "id": "300_winmag",
+ "type": "AMMO",
+ "name": { "str": ".300 Winchester Magnum" },
+ "description": ".300 Winchester Magnum rounds with 220gr JHP bullets. The 300WM round is an extremely powerful and accurate rifle round introduced in 1963. It has proven popular with hunters and snipers, although it is not as common as .308 or .30-06.",
+ "weight": "28 g",
+ "volume": "250 ml",
+ "price": 220,
+ "price_postapoc": 400,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 10,
+ "stack_size": 15,
+ "ammo_type": "300",
+ "casing": "300_casing",
+ "range": 65,
+ "damage": { "damage_type": "bullet", "amount": 70, "armor_penetration": 8 },
+ "dispersion": 15,
+ "recoil": 4000,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "bp_300_winmag",
+ "copy-from": "300_winmag",
+ "type": "AMMO",
+ "name": { "str": ".300 Winchester Magnum, black powder" },
+ "proportional": {
+ "price": 0.3,
+ "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
+ "recoil": 0.76,
+ "dispersion": 1.2
+ },
+ "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]