diff options
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 10 |
1 files 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": "<color_red>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", |