From 0487ba478d5b17ae4e1fb78fdf59aa8cddb19c40 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 11:58:04 -0800 Subject: Fix intermittent_effect on bloodform. --- .../Modification_Files/Spells/Misc/v_spell_item.json | 15 ++++++++------- 1 file 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" } ] + } + ] + } } ] }, -- cgit v1.2.1