From d3bee8befa8d8afc126963394045c5d43f69a9b2 Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Thu, 3 Jun 2021 10:23:45 -0700 Subject: [PATCH] Revert "Revert "9x19mm +P and + prices" (#49155)" This reverts commit 7e62432fdae8aa7a80fcca370d480f0e07b19024. --- data/json/items/ammo/9mm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/items/ammo/9mm.json b/data/json/items/ammo/9mm.json index 8b9ecde6cad75..6be9b828e6619 100644 --- a/data/json/items/ammo/9mm.json +++ b/data/json/items/ammo/9mm.json @@ -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 }, @@ -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 },