diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:18:33 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:18:33 -0800 |
commit | 70f4a6b2118a72e55bb86b0bfbb9a864d1154283 (patch) | |
tree | 90571db544642932f85b55b44b77ab3350271361 /vamp_stuff/Modification_Files/Books | |
parent | Add the vampire flag to the trait. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-70f4a6b2118a72e55bb86b0bfbb9a864d1154283.tar.xz |
Remove sealed IV of blood workaround.
Convert prices to cent/USD.
Add "NO_EXPLOSION_VFX" to various intermediate spells that will never have sprites.
Diffstat (limited to 'vamp_stuff/Modification_Files/Books')
-rw-r--r-- | vamp_stuff/Modification_Files/Books/spellbooks.json | 4 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Books/v_note.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/Books/spellbooks.json b/vamp_stuff/Modification_Files/Books/spellbooks.json index 3d79e68..0e00029 100644 --- a/vamp_stuff/Modification_Files/Books/spellbooks.json +++ b/vamp_stuff/Modification_Files/Books/spellbooks.json @@ -7,8 +7,8 @@ "description": "This book is a template for reducing duplicate code on spellbooks. It should never appear in game, obviously.", "weight": "800 g", "volume": "250 ml", - "price": 300, - "price_postapoc": 50, + "price": "3 USD", + "price_postapoc": "50 cent", "material": [ "paper", "leather" ], "looks_like": "cookbook", "symbol": "?", diff --git a/vamp_stuff/Modification_Files/Books/v_note.json b/vamp_stuff/Modification_Files/Books/v_note.json index 2f7bc09..d05ea86 100644 --- a/vamp_stuff/Modification_Files/Books/v_note.json +++ b/vamp_stuff/Modification_Files/Books/v_note.json @@ -5,7 +5,7 @@ "category": "books", "name": { "str": "Note Template" }, "description": "This note is a template for reducing duplicate code on notes. It should never appear in game, obviously.", - "price": 0, + "price": "0 cent", "material": [ "paper" ], "symbol": ",", "color": "light_gray", |