Skip to content

Commit

Permalink
Merge pull request CleverRaven#49149 from faefux/9mmP2-price
Browse files Browse the repository at this point in the history
9x19mm +P and + prices
  • Loading branch information
Rivet-the-Zombie authored Jun 3, 2021
2 parents fc3689c + 1d4c504 commit c97f669
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 c97f669

Please sign in to comment.