coldAmphibian / Defense-of-the-Legends

30 stars 11 forks source link

Garen base implementation #8

Closed rockbruno closed 9 years ago

rockbruno commented 9 years ago
wfzyx commented 9 years ago

The phase effect can be made with something in these lines:

caster:AddNewModifier(event.caster, event.ability, 'modifier_phased',{duration = event.ability:GetSpecialValueFor('phase_duration', event.abillity:GetLevel()-1)})

Just for reference