summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:13:28 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:13:28 -0800
commitef5a81755bde9d98ca163cbd9a9bc3ce4da8cac3 (patch)
tree9444d6ebbe2f83dc99a57def2371a0a8ea492a92
parentFlag c4 and handflares as grenade so they can be carried in a grenade pouch. (diff)
downloadcataclysm-bn-mod_grenade-crafting-ef5a81755bde9d98ca163cbd9a9bc3ce4da8cac3.tar.xz
Convert price units.
-rw-r--r--json/items/tool/explosive.json4
-rw-r--r--json/items/tool/traps.json4
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",