aboutsummaryrefslogtreecommitdiff
path: root/ammo.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:35:29 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:35:29 -0800
commit36b1756daddf8a37abc96a38983f54300cf49c12 (patch)
treee812494e21c26ba1fef513874d421c93a2ca980d /ammo.json
parentFix typo. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-36b1756daddf8a37abc96a38983f54300cf49c12.tar.xz
Convert prices tp cent/USD.
Add missing price_postapoc for various items.
Diffstat (limited to 'ammo.json')
-rw-r--r--ammo.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/ammo.json b/ammo.json
index 3029a5f..450be67 100644
--- a/ammo.json
+++ b/ammo.json
@@ -3,8 +3,8 @@
"id": "throwing_knife",
"type": "GENERIC",
"category": "weapons",
- "price": 5200,
- "price_postapoc": 500,
+ "price": "52 USD",
+ "price_postapoc": "5 USD",
"name": { "str": "throwing knife", "str_pl": "throwing knives" },
"symbol": ";",
"color": "light_gray",
@@ -23,8 +23,8 @@
"copy-from": "throwing_knife",
"type": "GENERIC",
"category": "weapons",
- "price": 9000,
- "price_postapoc": 900,
+ "price": "90 USD",
+ "price_postapoc": "9 USD",
"name": { "str": "assassin's throwing knife" },
"symbol": "/",
"color": "light_gray",