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.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/json/items/ammo/9mm.json b/json/items/ammo/9mm.json
index 80c5a91..85cd7cf 100644
--- a/json/items/ammo/9mm.json
+++ b/json/items/ammo/9mm.json
@@ -57,6 +57,36 @@
"proportional": { "recoil": 1.2 }
},
{
+ "id": "bp_9mm",
+ "copy-from": "9mm",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm JHP, black powder" },
+ "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. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless 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_9mmfmj",
+ "copy-from": "9mmfmj",
+ "type": "AMMO",
+ "name": { "str_sp": "9x19mm FMJ, black powder" },
+ "description": "9x19mm ammunition with a brass jacketed 115gr bullet. It has been a popular round for military, law enforcement, and civilian use for over a century. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless 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_9mm",
"copy-from": "9mm",
"type": "AMMO",
@@ -95,35 +125,5 @@
"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": "bp_9mm",
- "copy-from": "9mm",
- "type": "AMMO",
- "name": { "str_sp": "9x19mm JHP, black powder" },
- "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. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless 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_9mmfmj",
- "copy-from": "9mmfmj",
- "type": "AMMO",
- "name": { "str_sp": "9x19mm FMJ, black powder" },
- "description": "9x19mm ammunition with a brass jacketed 115gr bullet. It has been a popular round for military, law enforcement, and civilian use for over a century. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless 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" ] }
}
]