diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 11:58:04 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 11:58:04 -0800 |
commit | 0487ba478d5b17ae4e1fb78fdf59aa8cddb19c40 (patch) | |
tree | f321e132bc6df4a2240df94670e51a0aa6100c38 | |
parent | Fix energy_cost_increment -> energy_increment (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-0487ba478d5b17ae4e1fb78fdf59aa8cddb19c40.tar.xz |
Fix intermittent_effect on bloodform.
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 15 |
1 files changed, 8 insertions, 7 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 e4fbfce..a4be180 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -105,13 +105,14 @@ { "id": "v_hemo_orusform_bloodling_impact", "once_in": 10 }, { "id": "v_hemo_orusform_pr", "once_in": 4 } ], - "intermittent_activation": [ - { "effects": [ - { "frequency": "30 seconds", "spell_effects": [ - { "id": "v_hemo_orusform_bloodling" } - ] } - ] } - ] + "intermittent_activation": { + "effects": [ + { + "frequency": "30 seconds", + "spell_effects": [ { "id": "v_hemo_orusform_bloodling" } ] + } + ] + } } ] }, |