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/handloaded_bullets.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'json/items/handloaded_bullets.json') diff --git a/json/items/handloaded_bullets.json b/json/items/handloaded_bullets.json index 8b7d1e2..3e2006b 100644 --- a/json/items/handloaded_bullets.json +++ b/json/items/handloaded_bullets.json @@ -2,8 +2,8 @@ { "type": "AMMO", "id": "blun_slug", - "price": 4500, - "price_postapoc": 50, + "price": "45 USD", + "price_postapoc": "50 cent", "name": { "str": "blunderbuss slug" }, "symbol": "=", "color": "red", @@ -23,8 +23,8 @@ { "type": "AMMO", "id": "blun_shot", - "price": 4500, - "price_postapoc": 50, + "price": "45 USD", + "price_postapoc": "50 cent", "name": { "str": "blunderbuss shot" }, "symbol": "=", "color": "red", @@ -43,8 +43,8 @@ { "type": "AMMO", "id": "blun_flechette", - "price": 4500, - "price_postapoc": 50, + "price": "45 USD", + "price_postapoc": "50 cent", "name": { "str": "blunderbuss flechette" }, "symbol": "=", "color": "red", -- cgit v1.2.1