summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:26:53 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:26:53 -0800
commit5ea0d37632955ecd2ca72e620dd8f5b2d5f60dd1 (patch)
tree541cc6b5a1b3bd74ff759da39791b1e313ce1926
parentAdd 30-06 ammo. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-5ea0d37632955ecd2ca72e620dd8f5b2d5f60dd1.tar.xz
Add 300blk ammo.
-rw-r--r--json/items/ammo/300blk.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/json/items/ammo/300blk.json b/json/items/ammo/300blk.json
new file mode 100644
index 0000000..cea119f
--- /dev/null
+++ b/json/items/ammo/300blk.json
@@ -0,0 +1,60 @@
+[
+ {
+ "id": "300blk",
+ "type": "AMMO",
+ "name": { "str": ".300 AAC Blackout" },
+ "description": "A .300 AAC Blackout round with a 125gr open tip match bullet. 300 BLK is an intermediate cartridge necked up from 5.56x45mm, designed to achieve similar ballistics to 7.62x39mm. It is compatible with standard AR-15 lower receivers and will feed from STANAG magazines.",
+ "weight": "18 g",
+ "volume": "250 ml",
+ "price": 290,
+ "price_postapoc": 1500,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 30,
+ "stack_size": 47,
+ "ammo_type": "300blk",
+ "casing": "300blk_casing",
+ "range": 45,
+ "damage": { "damage_type": "bullet", "amount": 43, "armor_penetration": 5 },
+ "dispersion": 30,
+ "recoil": 2000,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "300blk_ss",
+ "copy-from": "300blk",
+ "type": "AMMO",
+ "name": { "str": ".300 AAC Blackout, subsonic" },
+ "description": "A subsonic .300 AAC Blackout round with a 220gr open tip match bullet. 300 BLK is an intermediate cartridge necked up from 5.56x45mm, designed to achieve similar ballistics to 7.62x39mm. It is compatible with standard AR-15 lower receivers and will feed from STANAG magazines.",
+ "weight": "21 g",
+ "range": 40,
+ "damage": { "damage_type": "bullet", "amount": 26 },
+ "recoil": 1700
+ },
+ {
+ "id": "bp_300blk",
+ "copy-from": "300blk",
+ "type": "AMMO",
+ "name": { "str": ".300 AAC Blackout, 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" ] }
+ },
+ {
+ "id": "reloaded_300blk",
+ "copy-from": "300blk",
+ "type": "AMMO",
+ "name": { "str": ".300 AAC Blackout, reloaded" },
+ "description": ".300 AAC Blackout is an intermediate cartridge that achieves ballistics similar to the 7.62x39 but allows use on the AR-15 platform. The round is necked-up from the 5.56mm NATO, but feeds from a STANAG magazine. It requires a specific barrel, so will not work in a standard M4 or similar carbine.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]