summaryrefslogtreecommitdiff
path: root/json/items/ammo/700nx.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:54:30 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:54:30 -0800
commitf4ebbe11d14182f0a61c4e63109ff9f5b7ccf235 (patch)
treebbebe189794f7729cbb29444d6fec743d1fd1ae1 /json/items/ammo/700nx.json
parentClean up the descriptions. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f4ebbe11d14182f0a61c4e63109ff9f5b7ccf235.tar.xz
Add 545x39, 700nx, 762, and 762R
Diffstat (limited to 'json/items/ammo/700nx.json')
-rw-r--r--json/items/ammo/700nx.json35
1 files changed, 35 insertions, 0 deletions
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" ] }
+ }
+]