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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Books/spellbooks.json') 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": "?", -- cgit v1.2.1