diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 12:23:22 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 12:23:22 -0800 |
commit | acd0cce5c431d28022584568c6cc2bfa6371a46f (patch) | |
tree | 010cb458ad573d66e0d66db01de17e02d989d88b /vamp_stuff/Modification_Files/Spells | |
parent | Remove invalid intensity field from npc_add_effect. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-acd0cce5c431d28022584568c6cc2bfa6371a46f.tar.xz |
Fix bloodform as armor.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
-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", |