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. --- .../Items/Armor_Set/Normal/v_bloodset.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/Normal') diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json index 11734af..1572fed 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json @@ -6,7 +6,7 @@ "description": "A lightweight, blood red suit made completely of flexible compacted blood sheets and designed to be worn under your clothes. Protects vital extremeties.", "weight": "610 g", "volume": "750 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "bashing": 3, "material": [ "compactblood", "leather" ], @@ -27,7 +27,7 @@ "description": "Hood made from compacted blood and leather, this is tough and provides decent protection from damage.", "weight": "745 g", "volume": "1250 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "bashing": 10, "material": [ "compactblood", "leather" ], @@ -48,7 +48,7 @@ "description": "Consists of compacted blood sheets and leather. This duster provides good storage and warmth.", "weight": "1997 g", "volume": "7 L", - "price": 0, + "price": "0 cent", "to_hit": -1, "material": [ "compactblood", "leather" ], "symbol": "[", @@ -71,7 +71,7 @@ "description": "A combination of compacted blood sheets and leather. This pair of gloves offer great protection against environment.", "weight": "160 g", "volume": "250 ml", - "price": 0, + "price": "0 cent", "to_hit": 2, "material": [ "compactblood", "leather" ], "symbol": "[", @@ -91,7 +91,7 @@ "description": "A pair of pants created from leather and compacted blood sheets. Offers decent protection.", "weight": "980 g", "volume": "2500 ml", - "price": 0, + "price": "0 cent", "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", @@ -110,7 +110,7 @@ "description": "Pair of boots made from tough leather and compacted blood sheets. It's a great choice for rough journeys.", "weight": "1030 g", "volume": "2500 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "bashing": 2, "material": [ "compactblood", "leather" ], -- cgit v1.2.1