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

Issgard Magician Crown [1] (GLACIER_HELM_2) – броня.

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

Increases all property magical damage by 10%.
Every 2 refine rate, Matk + 3%.
Every 3 refine rate, increases magical 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, S.Matk + 10, increases all property magical damage by 10%.

When equipped with Glacier weapon, Matk + 5%, Matk + 50,
every 3 refine rate of weapon, increases attack speed (reduces delay after attack by 4%), increases all property magical damage by 5%.

[Bonus by grade]
[Grade D] S.Matk + 5.
[Grade C] Def + 150, Mdef + 30.
[Grade B] SPL + 5, CON + 5.
[Grade A] Res + 50, Mres + 50.

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

  • ID: 29229
  • Код: GLACIER_HELM_2
  • Тип: броня
  • Уровень брони: 2
  • Защита: 20
  •  
  • Требуемый уровень: 230
  • Вес: 10

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,10;
bonus bMatkRate,3*(.@r/2);
bonus2 bMagicAddSize,Size_All,4*(.@r/3);
if (.@r>=7) {
   bonus bDelayrate,-8;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,10;
      bonus bSMatk,10;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bSMatk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bMdef,30;
      bonus bDef,150;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSpl,5;
         bonus bCon,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bMRes,50;
            bonus bRes,50;
         }
      }
   }
}