SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: Tort's agonizing bonds

Results 1 to 4 of 4
  1. #1

    Tort's agonizing bonds

    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 :[

  2. #2
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Jul 2009
    Location
    Southern California
    Posts
    9,694
    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.
    -----------------------------



  3. #3
    Alright, thanks sir. Good to know that I'm not going crazy lol

  4. #4
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •