Skip to content

Commit

Permalink
Revert "Revert "9x19mm +P and + prices" (#49155)"
Browse files Browse the repository at this point in the history
This reverts commit 7e62432.
  • Loading branch information
kevingranade committed Jun 3, 2021
1 parent 7e62432 commit d3bee8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/ammo/9mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"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,
"price": 200,
"price_postapoc": 400,
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"count": 25,
"relative": { "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": 2 }, "dispersion": -15 },
Expand All @@ -49,8 +49,8 @@
"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,
"price": 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 d3bee8b

Please sign in to comment.