에너베이션

[마법] - [독]일시적으로 범위 안의 적에게 저주의 주술을 걸어 피격시 추가 대미지를 입게 합니다. 추가 대미지는 저주를 건 페더풋의 마법 공격력으로 적용됩니다.
ClassCircleMax. LevelTypeLimitedAttributeCDSP
페더풋35Magic Bufffalse독속성50s228.0 (+39.0)
Cast TimeInterrupt TimeSpeedupRidingClassName
1.3s1.3sfalseNoFeatherfoot_Enervation

Effect

추가 공격 [SkillFactor]%적용 횟수 10회지속시간 50초
SkillFactor
if [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