Fallen Protect Manteau [1], броня (Renewal)

Fallen Protect Manteau [1] (AEGIS_480365) – броня.

 

For every 2 refine level,
ATK +20.

For every 4 refine level,
Increases physical damage against all size enemies by 5%.

If refine rate is 7 or higher, ASPD +10%, ATK +7%.

If refine rate is 9 or higher, Increases long ranged physical damage by 15%.

If refine rate is 11 or higher, for every 2 Base Level,
increases Cannon Spear and Vanishing Point damage by 2%, up to Level 240.
------------------------
Set Bonus:
Fallen Protect Manteau
Old Casket Protection

When physically attacking,
there is a 2% chance that 4% of the damage is absorbed as HP,
and there is a 1% chance that 2% of the damage is absorbed as SP.

If refine level of Old Casket Protection is 11 or higher,
reduces cooldown of Cannon Spear by 0.5 seconds.
------------------------
Def : 55

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

  • ID: 30815
  • Код: AEGIS_480365
  • Тип: броня
  • Уровень брони: 1
  • Защита: 55
  •  
  • Требуемый уровень: 100
  • Профессии: crusader
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
bonus2 bAddSize,Size_All,5*(.@r/4);
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus bAtkRate,7;
   if (.@r>=9) {
       bonus bLongAtkRate,15;
       if (.@r>=11) {
           bonus2 bSkillAtk,"LG_CANNONSPEAR",BaseLevel/2;
           bonus2 bSkillAtk,"LG_BANISHINGPOINT",2*(BaseLevel/2);
       }
   }
}