From b62c992b5fee442763dc7f713e554aa8702b1c44 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 16:07:17 -0800 Subject: Convert price to cent/USD. --- json/items/ammo/5x50.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'json/items/ammo/5x50.json') diff --git a/json/items/ammo/5x50.json b/json/items/ammo/5x50.json index bbb3b55..7ff3c14 100644 --- a/json/items/ammo/5x50.json +++ b/json/items/ammo/5x50.json @@ -6,7 +6,7 @@ "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.", "weight": "8 g", "volume": "144 ml", - "price": 1125, + "price": "1125 cent", "material": [ "plastic", "powder", "steel" ], "symbol": "=", "color": "green", @@ -19,7 +19,7 @@ "dispersion": 60, "recoil": 400, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], - "price_postapoc": 1800, + "price_postapoc": "18 USD", "effects": [ "COOKOFF", "NEVER_MISFIRES" ] }, { @@ -29,8 +29,8 @@ "name": { "str": "RA119 5x50mm penetrator" }, "description": "Designed to defeat modern body armor, the Rivtech 5x50mm RA119 penetrator round features a biodegradable sabot and a single, fin-stabilized tungsten alloy projectile.", "weight": "9 g", - "price": 1688, - "price_postapoc": 2400, + "price": "1688 cent", + "price_postapoc": "25 USD", "relative": { "range": -10, "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 }, "dispersion": 20 }, "proportional": { "recoil": 1.1 } }, @@ -39,7 +39,7 @@ "copy-from": "5x50dart", "type": "AMMO", "name": { "str": "RA110 5x50mm flechette, reloaded", "str_pl": "RA110 5x50mm flechettes, reloaded" }, - "price_postapoc": 1200, + "price_postapoc": "12 USD", "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator. This one has been hand-reloaded by a lucky survivor or perhaps a pre-Cataclysm corporate spy, leading to slightly inferior performance compared to factory-produced ammo.", "effects": [ "COOKOFF", "RECYCLED" ], "relative": { "range": -15, "dispersion": 40 }, -- cgit v1.2.1