summaryrefslogtreecommitdiff
path: root/json/items/ammo/9mm.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/9mm.json')
-rw-r--r--json/items/ammo/9mm.json123
1 files changed, 123 insertions, 0 deletions
diff --git a/json/items/ammo/9mm.json b/json/items/ammo/9mm.json
new file mode 100644
index 0000000..4168cf2
--- /dev/null
+++ b/json/items/ammo/9mm.json
@@ -0,0 +1,123 @@
+[
+ {
+ "id": "9mm",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm JHP" },
+ "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. JHP rounds have inferior penetration to FMJ rounds but their expansion slightly increases stopping power against unarmored targets and reduces overpenetration.",
+ "weight": "7 g",
+ "volume": "115 ml",
+ "price": 150,
+ "price_postapoc": 1000,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 50,
+ "stack_size": 50,
+ "ammo_type": "9mm",
+ "casing": "9mm_casing",
+ "range": 14,
+ "damage": { "damage_type": "stab", "amount": 26 },
+ "dispersion": 60,
+ "recoil": 500,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "9mmfmj",
+ "copy-from": "9mm",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm FMJ" },
+ "description": "9x19mm ammunition with a brass jacketed 115gr bullet. It is a popular round for military, law enforcement, and civilian use for over a century.",
+ "relative": { "damage": { "damage_type": "stab", "amount": -2, "armor_penetration": 4 } }
+ },
+ {
+ "id": "9mmP",
+ "copy-from": "9mm",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm +P" },
+ "description": "Overpressure 9x19mm ammunition. The round's increased velocity results in superior accuracy and stopping power at the cost of higher recoil.",
+ "price": 300,
+ "price_postapoc": 800,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "count": 25,
+ "relative": { "damage": { "damage_type": "stab", "amount": 2, "armor_penetration": 2 }, "dispersion": -15 },
+ "proportional": { "recoil": 1.1 }
+ },
+ {
+ "id": "9mmP2",
+ "copy-from": "9mm",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm +P+" },
+ "description": "A step beyond the high-pressure 9x19mm +P round, the +P+ has even higher internal pressure offering superior damage, accuracy, and penetration.",
+ "price": 350,
+ "price_postapoc": 400,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "count": 10,
+ "relative": { "damage": { "damage_type": "stab", "amount": 4, "armor_penetration": 4 }, "dispersion": -30 },
+ "proportional": { "recoil": 1.2 }
+ },
+ {
+ "id": "bp_9mm",
+ "copy-from": "9mm",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm JHP, 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": "bp_9mmfmj",
+ "copy-from": "9mmfmj",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm 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_9mm",
+ "copy-from": "9mm",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm JHP, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_9mmfmj",
+ "copy-from": "9mmfmj",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm FMJ, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_9mmP",
+ "copy-from": "9mmP",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm +P, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_9mmP2",
+ "copy-from": "9mmP2",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm +P+, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]