diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-04 23:46:01 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-04 23:46:01 -0800 |
commit | 31879ae8144ba42dcfa73c89d493188e97df39d3 (patch) | |
tree | 4c410c05d45b268cc65d3cf5dbabb41c1c3738e1 | |
parent | More balancing. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-31879ae8144ba42dcfa73c89d493188e97df39d3.tar.xz |
Convert the blood sword spell into one effect.
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 4 |
1 files changed, 3 insertions, 1 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 a44967e..0f26ef2 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -24,7 +24,9 @@ { "has": "WIELD", "condition": "ALWAYS", - "hit_me_effect": [ { "id": "v_hemo_whip_spell_d_maybe" } ], + "hit_you_effect": [ + { "id": "v_hemo_whip_spell_d_yes" } + ], "values": [ { "value": "STRENGTH", "add": 1 }, { "value": "SPEED", "add": 5 } ] } ] |