From b966babfe8a19291012d339de5e84d4c25269d7a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:43:14 -0800 Subject: Convert prices to cent/USD. --- json/items/ammo/shot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/ammo/shot.json') diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json index 6e7ef8a..158907a 100644 --- a/json/items/ammo/shot.json +++ b/json/items/ammo/shot.json @@ -7,8 +7,8 @@ "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces.", "weight": "32 g", "volume": "250 ml", - "price": 750, - "price_postapoc": 1200, + "price": "750 cent", + "price_postapoc": "12 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", @@ -31,8 +31,8 @@ "type": "AMMO", "name": { "str_sp": "12ga 000 incendiary" }, "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite.", - "price": 1500, - "price_postapoc": 2400, + "price": "15 USD", + "price_postapoc": "24 USD", "extend": { "effects": [ "INCENDIARY" ] } }, { -- cgit v1.2.1