Skip to content

Commit

Permalink
Update 9mm.json
Browse files Browse the repository at this point in the history
9x19mm +P+ is about double the price of 9x19mm +P as per my cursory research.
  • Loading branch information
faefux authored Jun 2, 2021
1 parent c7376e9 commit dc8197e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/ammo/9mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"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,
"price_postapoc": 400,
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"count": 25,
"relative": { "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": 2 }, "dispersion": -15 },
Expand All @@ -50,7 +50,7 @@
"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,
"price_postapoc": 800,
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"count": 10,
"relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 4 }, "dispersion": -30 },
Expand Down

0 comments on commit dc8197e

Please sign in to comment.