Issgard Warrior Crown [1], броня (Renewal)

Issgard Warrior Crown [1] (GLACIER_HELM_1) – броня.

Issgard Warrior Crown [1], броня (Renewal)

Increases melee physical damage by 10%.
Every 2 refine rate, Atk + 3%.
Every 3 refine rate, increases physical damage against all size enemies by 4%.
If refine rate is 7 or higher, reduces global cooldown by 8%.
If refine rate is 9 or higher, P.Atk + 10, increases melee physical damage by 10%.

When equipped with Glacier weapon, Atk + 5%, Atk + 50,
every 3 refine rate of weapon, increases attack speed (reduces delay after attack by 4%), increases melee physical damage by 5%.

[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] Def + 150, Mdef + 30.
[Grade B] POW + 5, CON + 5.
[Grade A] Res + 50, Mres + 50.

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

  • ID: 29228
  • Код: GLACIER_HELM_1
  • Тип: броня
  • Уровень брони: 2
  • Защита: 80
  •  
  • Требуемый уровень: 230
  • Вес: 30

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bShortAtkRate,10;
bonus bAtkRate,3*(.@r/2);
bonus2 bAddSize,Size_All,4*(.@r/3);
if (.@r>=7) {
   bonus bDelayrate,-8;
   if (.@r>=9) {
      bonus bShortAtkRate,10;
      bonus bPAtk,10;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bMdef,30;
      bonus bDef,150;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPow,5;
         bonus bCon,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bMRes,50;
            bonus bRes,50;
         }
      }
   }
}