diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-11 20:00:31 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-11 20:00:31 -0700 |
commit | e61b71844c4297917e7957b55735ba03ddd892f8 (patch) | |
tree | 86997a361798dd609829368585e0d5c97d971bdb /vamp_stuff/Modification_Files/Spells | |
parent | Remove conentration component from Crimson Haze. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-e61b71844c4297917e7957b55735ba03ddd892f8.tar.xz |
Add concentration component to blood eruption.
All the other spells to directly manipulate a foe's blood require this.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json index f6940a7..742e0eb 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json @@ -53,6 +53,6 @@ "min_range": 1, "max_range": 1, "base_casting_time": 125, - "flags": [ "SOMATIC", "NO_LEGS" ] + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] } ] |