summaryrefslogtreecommitdiff
path: root/json/items/ammo/762R.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/762R.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/762R.json')
-rw-r--r--json/items/ammo/762R.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/json/items/ammo/762R.json b/json/items/ammo/762R.json
new file mode 100644
index 0000000..6a7c94b
--- /dev/null
+++ b/json/items/ammo/762R.json
@@ -0,0 +1,35 @@
+[
+ {
+ "id": "762_54R",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x54mmR" },
+ "description": "7.62x54mmR ammunition with a 150gr FMJ bullet. The 7.62x54mmR round is one of the oldest still in common use, primarily due to the popularity of the Mosin-Nagant rifle. Although it has not been used by militaries for several decades, it remains popular with civilians. It is a powerful cartridge capable of killing most targets with one shot.",
+ "weight": "18 g",
+ "volume": "185 ml",
+ "price": 200,
+ "price_postapoc": 600,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 20,
+ "stack_size": 20,
+ "ammo_type": "762R",
+ "casing": "762R_casing",
+ "range": 75,
+ "damage": { "damage_type": "bullet", "amount": 54, "armor_penetration": 10 },
+ "dispersion": 15,
+ "recoil": 2650,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "reloaded_762_54R",
+ "copy-from": "762_54R",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x54mmR, reloaded" },
+ "description": "7.62x54mmR ammunition with a 150gr FMJ bullet. The 7.62x54mmR round is one of the oldest still in common use, primarily due to the popularity of the Mosin-Nagant rifle. 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" ] }
+ }
+]