에너베이션
[마법] - [독]일시적으로 범위 안의 적에게 저주의 주술을 걸어 피격시 추가 대미지를 입게 합니다. 추가 대미지는 저주를 건 페더풋의 마법 공격력으로 적용됩니다.
ClassCircleMax. LevelTypeLimitedAttributeCDSP
페더풋 | 3 | 5 | Magic Buff | false | 독속성 | 50s | 228.0 (+39.0) |
Cast TimeInterrupt TimeSpeedupRidingClassName
1.3s | 1.3s | false | No | Featherfoot_Enervation |
Effect
추가 공격 [
SkillFactor]%적용 횟수 10회지속시간 50초
SkillFactorif [Character ClassName] == 'PC' atkType = [Skill AttackType] attribute = [Skill Attribute] atkTypebyItem = GetSumOfItemStats(atkType) attributebyItem = GetSumOfItemStats(attribute) sklFactor = 511 + ([Skill Level] - 1) × 61.3 + atkTypebyItem + attributebyItem return RoundDown(sklFactor)else sklFactor = 511 + ([Skill Level] - 1) × 61.3 return RoundDown(sklFactor)end |
Visual