diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-06 21:27:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-06 21:27:21 -0700 |
commit | c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3 (patch) | |
tree | 177fc3de302287d7d6043608db8e120732e8edc5 /vamp_stuff/Modification_Files/Books | |
parent | Fix spell range min/max being backwards (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3.tar.xz |
Port to Bright Nights
Diffstat (limited to 'vamp_stuff/Modification_Files/Books')
-rw-r--r-- | vamp_stuff/Modification_Files/Books/v_note.json | 6 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Books/v_scrolls.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/Books/v_note.json b/vamp_stuff/Modification_Files/Books/v_note.json index 008cec8..84c8358 100644 --- a/vamp_stuff/Modification_Files/Books/v_note.json +++ b/vamp_stuff/Modification_Files/Books/v_note.json @@ -8,7 +8,7 @@ "name": { "str": "apprentice's note" }, "snippet_category": "v_war_tips", "description": "A torn-up paper. Something's written on it.", - "price": 0, + "price": "0 cent", "material": [ "paper" ], "weight": "1 g", "volume": "3 ml", @@ -23,7 +23,7 @@ "name": { "str": "apprentice's note" }, "snippet_category": "v_elem_tips", "description": "A torn-up paper. Something's written on it.", - "price": 0, + "price": "0 cent", "material": [ "paper" ], "weight": "1 g", "volume": "3 ml", @@ -38,7 +38,7 @@ "name": { "str": "apprentice's note" }, "snippet_category": "v_hemo_tips", "description": "A torn-up paper. Something's written on it.", - "price": 0, + "price": "0 cent", "material": [ "paper" ], "weight": "1 g", "volume": "3 ml", diff --git a/vamp_stuff/Modification_Files/Books/v_scrolls.json b/vamp_stuff/Modification_Files/Books/v_scrolls.json index e1f73df..5e3bd46 100644 --- a/vamp_stuff/Modification_Files/Books/v_scrolls.json +++ b/vamp_stuff/Modification_Files/Books/v_scrolls.json @@ -5,7 +5,7 @@ "type": "GENERIC", "weight": "475 g", "volume": "500 ml", - "price": 4000, + "price": "40 USD", "material": [ "paper" ], "symbol": "?", "color": "light_red" |