From 36b1756daddf8a37abc96a38983f54300cf49c12 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:35:29 -0800 Subject: Convert prices tp cent/USD. Add missing price_postapoc for various items. --- ammo.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ammo.json') diff --git a/ammo.json b/ammo.json index 3029a5f..450be67 100644 --- a/ammo.json +++ b/ammo.json @@ -3,8 +3,8 @@ "id": "throwing_knife", "type": "GENERIC", "category": "weapons", - "price": 5200, - "price_postapoc": 500, + "price": "52 USD", + "price_postapoc": "5 USD", "name": { "str": "throwing knife", "str_pl": "throwing knives" }, "symbol": ";", "color": "light_gray", @@ -23,8 +23,8 @@ "copy-from": "throwing_knife", "type": "GENERIC", "category": "weapons", - "price": 9000, - "price_postapoc": 900, + "price": "90 USD", + "price_postapoc": "9 USD", "name": { "str": "assassin's throwing knife" }, "symbol": "/", "color": "light_gray", -- cgit v1.2.1