From f4ebbe11d14182f0a61c4e63109ff9f5b7ccf235 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Nov 2023 18:54:30 -0800 Subject: Add 545x39, 700nx, 762, and 762R --- json/items/ammo/700nx.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 json/items/ammo/700nx.json (limited to 'json/items/ammo/700nx.json') diff --git a/json/items/ammo/700nx.json b/json/items/ammo/700nx.json new file mode 100644 index 0000000..762b040 --- /dev/null +++ b/json/items/ammo/700nx.json @@ -0,0 +1,35 @@ +[ + { + "id": "700nx", + "type": "AMMO", + "name": { "str_sp": ".700 NX" }, + "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.", + "weight": "80 g", + "volume": "165 ml", + "price": 5700, + "price_postapoc": 2000, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "material": [ "brass", "powder" ], + "symbol": "=", + "color": "dark_gray", + "count": 10, + "stack_size": 5, + "ammo_type": "700nx", + "casing": "700nx_casing", + "range": 42, + "damage": { "damage_type": "bullet", "amount": 110, "armor_penetration": 30 }, + "dispersion": 15, + "recoil": 12100, + "effects": [ "COOKOFF" ] + }, + { + "id": "reloaded_700nx", + "copy-from": "700nx", + "type": "AMMO", + "name": { "str_sp": ".700 NX, reloaded" }, + "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use. Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise. 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" ] } + } +] -- cgit v1.2.1