liyonghelpme / dota-ai

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

4 skills in 1 #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
While working on Keeper of the Light I recognized something.

Could it be that spells like Mana Leak or Natural Order are made out of 
sub-skills learned through the main skill ?

That's what I found for Mana Leak in stringtxt folder:

    [A10Y]="Mana Leak"
    [A10Z]="Mana Leak"
    [A110]="Mana Leak"
    [A111]="Mana Leak"
    [B09M]= Mana Leak Buff ID (lvl 1)
    [B09N]= Mana Leak Buff ID (lvl 2)
    [B09O]= Mana Leak Buff ID (lvl 3)
    [B09L]= Mana Leak Buff ID (lvl 4)
    [A19P]="Mana Leak Slow" [B0BC] = Slow Buff ID

Original issue reported on code.google.com by f.kel...@gmx.de on 8 Sep 2010 at 7:54