Battle Aura Manteau [1], броня (Renewal)

Battle Aura Manteau [1] (BATTLE_AURA_MANTEAU_TW) – броня.

Battle Aura Manteau [1], броня (Renewal)

Immune to Knockback.
Able to use level 5 Call Spirit
------------------------
For every 3 refine level, melee/ranged physical damage +4%.

When refined to 7 or higher, Perfect HIT +8.

When refined to 9 or higher, increases physical damage against targets
of all attributes by 10%.

When refined to 11 or higher, Perfect HIT +15.

------------------------
Set Bonus
Battle Aura Manteau
Old Blazing Soul

For every refine level of Old Blazing Soul,
increases Earthshaker and Rampage Blast damage by 2%.

For every 2 refine level of Old Blazing Soul,
reduces skill cooldown of Earthshaker and Rampage Blast damage by 0.1 second.
------------------------
Set Bonus
Battle Aura Manteau
Ifrit Card

Increases physical damage against Human and Human Player by 30%.
Increases physical damage against Angel and Demon by 40%.
Resistance to Fire property +50%
Resistance to Water property -30%

Able to use level 5 Fury

When using Fury, ATK +150 for 10 sec.
Increases Fury skill cooldown by 20 sec.
------------------------

Базовые свойства предмета

  • ID: 30659
  • Код: BATTLE_AURA_MANTEAU_TW
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 100
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bNoKnockback;
skill "MO_CALLSPIRITS",5;
bonus bBaseAtk,10*(.@r/2);
bonus bShortAtkRate,4*(.@r/3);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7)
   bonus bPerfectHitAddRate,8;
if (.@r>=9)
   bonus2 bAddEle,Ele_All,10;
if (.@r>=11)
   bonus bPerfectHitAddRate,15;