From 884b1585ad91f25e05479f4a59c8de85eda605ee Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Nov 2023 18:16:57 -0800 Subject: Add 300 ammo. --- json/items/ammo/300.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 json/items/ammo/300.json (limited to 'json/items/ammo') 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" ] } + } +] -- cgit v1.2.1