liyonghelpme / dota-ai

Automatically exported from code.google.com/p/dota-ai
0 stars 0 forks source link

Anti-Mage - Mana Break (SetAbilityAdvanced_Bonus) #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Issue: Anti-Mage SetAbilityAdvanced_Bonus

My Current Entry:
call SetAbilityAdvanced_Bonus(1,EFFECTTRIGGER,ATTACK,NONE,NONE,false,1,1,1,1)
call SetAbilityAffectTarget(ENEMY,ALLUNIT,false,true,false,false,true,false,)
trigger by each attack?

call 
SetAbilityAdvanced_Bonus(2,EFFECTACTION,ORBEFFECT,MANABURN,NONE,NONE,false,28,40
,52,60)
call SetAbilityAffectTarget(ENEMY,ALLUNIT,false,false,false,false,true,false,)
burn 'x' mana for each trigger?

call 
SetAbilityAdvanced_Bonus(3,EFFECTACTION,ORBEFFECT,MANABREAK,NONE,false,0.6,0.6,0
.6,0.6)
damage 0.6 points for each mana burned?

1. Is there any other keyword i could use for triggering the effect?
2. MANABREAK keyword effect is stackable or unstackable?

this is what Playdota.com provided
Notes
• Damage type: normal
• Deals 0.6 damage per point of mana burnt.
• Mana Burn is blocked by magic immunity.
• This skill is an Orb Effect.
• You can lifeleech the damage dealt by this skill with a Lifesteal aura.

Original issue reported on code.google.com by acie.1...@gmail.com on 20 Aug 2010 at 5:46