diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-06 22:10:53 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-06 22:10:53 -0700 |
commit | 26d36bd84dcb0e0249a664809d618ca9b523d5a7 (patch) | |
tree | cb6b5500ccc155972def4088c2b429738716e1c0 /vamp_stuff/Modification_Files/Items/Tools | |
parent | Port to Bright Nights (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-26d36bd84dcb0e0249a664809d618ca9b523d5a7.tar.xz |
Updating body part names, prices, some flags for BN
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Tools')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Tools/v_tools.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json index 13143c4..8788234 100644 --- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json +++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json @@ -9,8 +9,8 @@ "looks_like": "forge", "material": [ "steel", "glass" ], "name": { "str": "blood infusion forge" }, - "price": 0, - "price_postapoc": 150000, + "price": "0 cent", + "price_postapoc": "1500 USD", "qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ], "symbol": "Q", "to_hit": -2, @@ -34,8 +34,8 @@ "looks_like": "tailors_kit", "material": [ "steel", "glass" ], "name": { "str": "blood compactor" }, - "price": 0, - "price_postapoc": 150000, + "price": "0 cent", + "price_postapoc": "1500 USD", "qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ], "symbol": "H", "to_hit": -1, @@ -59,8 +59,8 @@ "looks_like": "chemistry_set", "material": [ "steel", "glass" ], "name": { "str": "blood chemistry set" }, - "price": 0, - "price_postapoc": 150000, + "price": "0 cent", + "price_postapoc": "1500 USD", "qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ], "symbol": "&", "to_hit": -1, |