|
|
Does the splash damage for agonizing bonds only work if the targets are in view? It doesn't say in the tooltip, but I swear when I'm trying to do harass uphill to someone without view, then it will never hit and it aggravates me :[
Yes they have to be visible. Enemies that are invisible or in fog will not be hit by the AOE portion of this ability.
Code:<affector name="Affector_Xalynx_Ability3" radius="600" effect="" targetselection="closest" maxtotalimpacts="4,5,6,7" targetscheme="visible_enemy_units" effecttype="Magic" impacteffect="effects/impact.effect" > <onimpact> <applystate name="State_Xalynx_Ability3" proxy="proxy_entity" duration="200" /> <damage effecttype="Magic" amount="65,130,195,260" /> <playeffect effect="effects/beam.effect" source="target_entity" target="proxy_entity"/> </onimpact> </affector>
S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
-----------------------------
Agonizing bonds follows the same mechanics as Valkyrie's call or Soul Reaper's judgement. It isn't a true AOE as it targest each unit separately within its AOE. The only difference really being is that bonds has a limit on how many units it affects.