summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:46:43 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:46:43 -0800
commitcbd89382c966805027aa7f120cb0bedca93bad13 (patch)
treef93174655141ffc8cb182a28b43164822f40d980
parentFix the volume of the M202A1 and its magazine. (diff)
downloadcataclysm-bn-mod_packed-at4-cbd89382c966805027aa7f120cb0bedca93bad13.tar.xz
Convert prices to cent/USD.
-rw-r--r--json/items/ammo/66mm.json2
-rw-r--r--json/items/gun/84x246mm.json4
-rw-r--r--json/items/tool/explosives.json4
3 files changed, 5 insertions, 5 deletions
diff --git a/json/items/ammo/66mm.json b/json/items/ammo/66mm.json
index 945b966..0d01ce0 100644
--- a/json/items/ammo/66mm.json
+++ b/json/items/ammo/66mm.json
@@ -2,7 +2,7 @@
{
"type": "AMMO",
"id": "66mm_HEAT",
- "price": 200000,
+ "price": "2000 USD",
"name": { "str_sp": "66mm HEAT" },
"symbol": "=",
"color": "dark_gray",
diff --git a/json/items/gun/84x246mm.json b/json/items/gun/84x246mm.json
index f4210bb..6d20ead 100644
--- a/json/items/gun/84x246mm.json
+++ b/json/items/gun/84x246mm.json
@@ -10,8 +10,8 @@
"ammo": [ "84x246mm" ],
"weight": "6260 g",
"volume": "3500 ml",
- "price": 2000000,
- "price_postapoc": 6000,
+ "price": "20000 USD",
+ "price_postapoc": "60 USD",
"bashing": 4,
"dispersion": 200,
"durability": 7
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",