From 7e62432fdae8aa7a80fcca370d480f0e07b19024 Mon Sep 17 00:00:00 2001 From: eso Date: Thu, 3 Jun 2021 01:18:03 -0700 Subject: [PATCH] Revert "9x19mm +P and + prices" (#49155) --- 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 6be9b828e6619..8b9ecde6cad75 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": 200, - "price_postapoc": 400, + "price": 300, + "price_postapoc": 800, "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": 400, - "price_postapoc": 800, + "price": 350, + "price_postapoc": 400, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "count": 10, "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 4 }, "dispersion": -30 },