From 70f4a6b2118a72e55bb86b0bfbb9a864d1154283 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:18:33 -0800 Subject: Remove sealed IV of blood workaround. Convert prices to cent/USD. Add "NO_EXPLOSION_VFX" to various intermediate spells that will never have sprites. --- vamp_stuff/Modification_Files/Books/spellbooks.json | 4 ++-- vamp_stuff/Modification_Files/Books/v_note.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/Books') 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", -- cgit v1.2.1