summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:22:13 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 18:22:13 -0800
commitc622808913f6bbcbbb96e32005631b6b07430909 (patch)
tree5cd0750fbab2950f068128ca4ca25b15e3474e95
parentAdd 300 ammo. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-c622808913f6bbcbbb96e32005631b6b07430909.tar.xz
Add 30-06 ammo.
Also add missing reloaded ammo for 270win and 300.
-rw-r--r--json/items/ammo/270win.json9
-rw-r--r--json/items/ammo/300.json10
-rw-r--r--json/items/ammo/3006.json110
3 files changed, 129 insertions, 0 deletions
diff --git a/json/items/ammo/270win.json b/json/items/ammo/270win.json
index bc2f5e8..d9812da 100644
--- a/json/items/ammo/270win.json
+++ b/json/items/ammo/270win.json
@@ -35,5 +35,14 @@
},
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_270win_jsp",
+ "copy-from": "270win_jsp",
+ "type": "AMMO",
+ "name": { "str": ".270 Winchester JSP, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]
diff --git a/json/items/ammo/300.json b/json/items/ammo/300.json
index 95fcb84..90c23f9 100644
--- a/json/items/ammo/300.json
+++ b/json/items/ammo/300.json
@@ -35,5 +35,15 @@
},
"extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_300_winmag",
+ "copy-from": "300_winmag",
+ "type": "AMMO",
+ "name": { "str": ".300 Winchester Magnum, reloaded" },
+ "description": "The .300 Winchester Magnum is extremely versatile and has been adopted by many shooting disciplines. The cartridge has found use by hunters, military units, and law enforcement departments.",
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]
diff --git a/json/items/ammo/3006.json b/json/items/ammo/3006.json
new file mode 100644
index 0000000..d8abccb
--- /dev/null
+++ b/json/items/ammo/3006.json
@@ -0,0 +1,110 @@
+[
+ {
+ "id": "3006",
+ "type": "AMMO",
+ "name": { "str": ".30-06 Springfield" },
+ "description": ".30-06 Springfield rounds with 165gr soft point bullets. The .30-06 cartridge has excellent accuracy, range, and stopping power making it popular with hunters and snipers for well over a century.",
+ "weight": "20 g",
+ "volume": "250 ml",
+ "price": 160,
+ "price_postapoc": 800,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 20,
+ "stack_size": 20,
+ "ammo_type": "3006",
+ "casing": "3006_casing",
+ "range": 61,
+ "damage": { "damage_type": "bullet", "amount": 62, "armor_penetration": 10 },
+ "dispersion": 20,
+ "recoil": 3800,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "3006_incendiary",
+ "copy-from": "3006",
+ "type": "AMMO",
+ "name": { "str": ".30-06 M14A1 tracer" },
+ "description": "Armor piercing incendiary .30-06 M14A1 ammunition containing tracer rounds to help keep the weapon they are fired from on target. It penetrates all but the strongest body armor with ease.",
+ "extend": { "effects": [ "INCENDIARY" ] }
+ },
+ {
+ "id": "3006fmj",
+ "copy-from": "3006",
+ "type": "AMMO",
+ "name": { "str": ".30-06 M2 AP" },
+ "description": "Armor piercing .30-06 M2 ammunition with 168gr FMJ bullets. It is an extremely powerful and accurate cartridge but pays for its armor penetration abilities with lowered damage.",
+ "relative": { "damage": { "damage_type": "bullet", "amount": -4, "armor_penetration": 8 } }
+ },
+ {
+ "id": "bp_3006",
+ "copy-from": "3006",
+ "type": "AMMO",
+ "name": { "str": ".30-06 Springfield, 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": "bp_3006_incendiary",
+ "copy-from": "3006_incendiary",
+ "type": "AMMO",
+ "name": { "str": ".30-06 Springfield tracer, 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": "bp_3006fmj",
+ "copy-from": "3006fmj",
+ "type": "AMMO",
+ "name": { "str": ".30-06 M2 AP, 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_3006",
+ "copy-from": "3006",
+ "type": "AMMO",
+ "name": { "str": ".30-06 Springfield, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_3006_incendiary",
+ "copy-from": "3006_incendiary",
+ "type": "AMMO",
+ "name": { "str": ".30-06 incendiary, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_3006fmj",
+ "copy-from": "3006fmj",
+ "type": "AMMO",
+ "name": { "str": ".30-06 M2 AP, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]