From ef5a81755bde9d98ca163cbd9a9bc3ce4da8cac3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:13:28 -0800 Subject: Convert price units. --- json/items/tool/explosive.json | 4 ++-- json/items/tool/traps.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/json/items/tool/explosive.json b/json/items/tool/explosive.json index 138da95..af352b4 100644 --- a/json/items/tool/explosive.json +++ b/json/items/tool/explosive.json @@ -14,8 +14,8 @@ "description": "This is block of US military M112 composition-4 explosive. A label reads: \"Highly explosive, use with extreme caution!\" It comes with a small timer.", "weight": "570 g", "volume": "543 ml", - "price": 9000, - "price_postapoc": 2000, + "price": "90 USD", + "price_postapoc": "20 USD", "to_hit": -4, "material": [ "plastic" ], "symbol": ";", diff --git a/json/items/tool/traps.json b/json/items/tool/traps.json index ea2b4d1..cd9a5dd 100644 --- a/json/items/tool/traps.json +++ b/json/items/tool/traps.json @@ -8,8 +8,8 @@ "description": "This is a US military M14 anti-personnel mine that is triggered when stepped upon.", "weight": "108 g", "volume": "704 ml", - "price": 5000, - "price_postapoc": 500, + "price": "50 USD", + "price_postapoc": "5 USD", "to_hit": -1, "bashing": 6, "material": "plastic", -- cgit v1.2.1