summaryrefslogtreecommitdiff
path: root/json/items/ammo/762x25.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-29 06:30:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-29 06:30:17 -0700
commitf83788bd57bb5e03cbe8164e2be2519c35b35a4b (patch)
treedff932fb8291b747645399d73a9ff1a887f852eb /json/items/ammo/762x25.json
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f83788bd57bb5e03cbe8164e2be2519c35b35a4b.tar.xz
Initial commit
Diffstat (limited to 'json/items/ammo/762x25.json')
-rw-r--r--json/items/ammo/762x25.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/json/items/ammo/762x25.json b/json/items/ammo/762x25.json
new file mode 100644
index 0000000..7d23cef
--- /dev/null
+++ b/json/items/ammo/762x25.json
@@ -0,0 +1,72 @@
+[
+ {
+ "id": "762_25",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x25mm JHP" },
+ "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia. It was derived from the 7.63x25mm cartridge used by the C96 pistol.",
+ "weight": "10 g",
+ "volume": "107 ml",
+ "price": 100,
+ "price_postapoc": 800,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "light_gray",
+ "count": 40,
+ "stack_size": 40,
+ "ammo_type": "762x25",
+ "casing": "762_25_casing",
+ "range": 13,
+ "damage": { "damage_type": "stab", "amount": 24, "armor_penetration": 2 },
+ "dispersion": 120,
+ "recoil": 540,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "762_25hot",
+ "copy-from": "762_25",
+ "type": "AMMO",
+ "name": { "str": "7.62x25mm FMJ hot load" },
+ "description": "A high-pressure commercial version of the 7.62x25mm cartridge, loaded with an 85 gr. FMJ bullet. It is more powerful than the original.",
+ "relative": { "price": 500, "range": 2, "damage": { "damage_type": "stab", "amount": 4, "armor_penetration": 3 } },
+ "proportional": { "recoil": 1.4 }
+ },
+ {
+ "id": "762_25typeP",
+ "copy-from": "762_25",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x25mm Type P" },
+ "//": "Stopgap price of $1 per. Anti-China prejudice in the pre-Cataclysm US may have made this ammo tougher to come by.",
+ "description": "A subsonic cartridge derived from the 7.62x25mm, designed for silenced firearms. It offers good armor penetration at the cost of slightly less damage.",
+ "weight": "12 g",
+ "count": 50,
+ "relative": {
+ "price": 2000,
+ "range": -1,
+ "damage": { "damage_type": "stab", "amount": -9, "armor_penetration": 2 },
+ "recoil": -270
+ }
+ },
+ {
+ "id": "bp_762_25",
+ "//": "Should this be copied from 762_25hot, or 762_25?",
+ "copy-from": "762_25hot",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x25mm FMJ, black powder" },
+ "proportional": {
+ "price": 0.3,
+ "damage": { "damage_type": "stab", "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" ] }
+ },
+ {
+ "id": "reloaded_762_25",
+ "copy-from": "762_25hot",
+ "type": "AMMO",
+ "name": { "str_sp": "7.62x25mm FMJ, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9, "armor_penetration": 0.9 }, "dispersion": 1.1 }
+ }
+]