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/Tools/v_tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Tools/v_tools.json') diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json index 0d35f20..5d8bbe2 100644 --- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json +++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json @@ -7,8 +7,8 @@ "description": "A large compaction tool essential to make blood compacts from powders. The tiny tissue filaments of human cells will be reinforced into strong and tough leathery sheets, which can then be tailored into clothing.", "weight": "5350 g", "volume": "3250 ml", - "price": 0, - "price_postapoc": 150000, + "price": "0 cent", + "price_postapoc": "1500 USD", "to_hit": -1, "bashing": 3, "material": [ "steel", "glass" ], -- cgit v1.2.1