summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 19:44:00 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 19:44:00 -0700
commit3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b (patch)
tree1d22884abf0d97f0c276489eee2d4b4be0dcea03 /vamp_stuff/Modification_Files/Items/Misc/v_currency.json
parentTypo. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b.tar.xz
Backport some of the optimizations and bugfixes from my work porting to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_currency.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_currency.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
index af7c4b1..9e14fd0 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
@@ -4,8 +4,8 @@
"id": "bloodcoin",
"name": { "str": "Velvet Token" },
"description": "A well-made, handcrafted crimson coin produced from the blood of an unknown creature. Its one side is adorned in impressive etched decorations, and the other shows the image of a man, with undecipherable text below it.",
- "price": "50 cent",
- "price_postapoc": "1000 cent",
+ "price": 50,
+ "price_postapoc": 1000,
"weight": "2 g",
"volume": "2 ml",
"to_hit": -3,