From cbd89382c966805027aa7f120cb0bedca93bad13 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:46:43 -0800 Subject: Convert prices to cent/USD. --- json/items/tool/explosives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/tool/explosives.json') diff --git a/json/items/tool/explosives.json b/json/items/tool/explosives.json index 5c3bb32..135e8af 100644 --- a/json/items/tool/explosives.json +++ b/json/items/tool/explosives.json @@ -20,8 +20,8 @@ "description": "This is an AT4, packed in its storage form. Use it to pop it out and make it ready to fire. Once it is activated, it cannot be repacked.", "weight": "6700 g", "volume": "2500 ml", - "price": 400000, - "price_postapoc": 5000, + "price": "4000 USD", + "price_postapoc": "50 USD", "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 3 }, "use_action": { "target": "AT4", -- cgit v1.2.1