From acd0cce5c431d28022584568c6cc2bfa6371a46f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 12:23:22 -0800 Subject: Fix bloodform as armor. --- vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json index a4be180..8796bc4 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -83,7 +83,7 @@ }, { "id": "v_hemo_form_orus", - "type": "GENERIC", + "type": "ARMOR", "name": { "str": "Blood Ascended" }, "description": "You have become a pure avatar of blood. Now unhindered by a physical body, you are more resilient to injury and able to freely manipulate blood to your will.", "weight": "0 g", @@ -116,13 +116,7 @@ } ] }, - "armor": [ - { - "encumbrance": 0, - "coverage": 100, - "covers": [ "head", "mouth", "eyes", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ] - } - ], + "covers": [ "head", "mouth", "eyes", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ], "flags": [ "SEMITANGIBLE", "NO_TAKEOFF", -- cgit v1.2.1