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/Items/Misc/v_currency.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_currency.json') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json index 9e14fd0..b10c647 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json @@ -4,8 +4,8 @@ "id": "bloodcoin", "name": { "str": "Velvet Token" }, "description": "A well-made, handcrafted crimson coin produced from the blood of an unknown creature. Its one side is adorned in impressive etched decorations, and the other shows the image of a man, with undecipherable text below it.", - "price": 50, - "price_postapoc": 1000, + "price": "50 cent", + "price_postapoc": "10 USD", "weight": "2 g", "volume": "2 ml", "to_hit": -3, -- cgit v1.2.1