summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 12:23:22 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 12:23:22 -0800
commitacd0cce5c431d28022584568c6cc2bfa6371a46f (patch)
tree010cb458ad573d66e0d66db01de17e02d989d88b
parentRemove invalid intensity field from npc_add_effect. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-acd0cce5c431d28022584568c6cc2bfa6371a46f.tar.xz
Fix bloodform as armor.
-rw-r--r--vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json10
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",