Glacier Robe [1], броня (Renewal)

Glacier Robe [1] (GLACIER_ROBE) – броня.

Glacier Robe [1], броня (Renewal)

Matk + 120.
Every 2 refine rate, Matk + 15, Def + 15.
If refine rate is 7 or higher, increases all property magical damage by 5%, reduces variable casting time by 10%.
If refine rate is 9 or higher, S.Matk + 3, reduces variable casting time by additional 5%.
If refine rate is 10 or higher, Def + 100, reduces global cooldown by 5%.


When equipped with Glacier Muffler, Matk + 50.


[Bonus by grade]
[Grade D] SPL + 3, CON + 3, reduces global cooldown by 5%.
[Grade C] Matk + 3%, S.Matk + 2.

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

  • ID: 30326
  • Код: GLACIER_ROBE
  • Тип: броня
  • Магическая атака: 120
  • Уровень брони: 2
  • Защита: 120
  •  
  • Требуемый уровень: 230
  • Вес: 120

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,15*(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,5;
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus bVariableCastrate,-5;
      bonus bSMatk,3;
      if (.@r>=10) {
         bonus bDelayrate,-5;
         bonus bDef,100;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bDelayrate,-5;
   bonus bSpl,3;
   bonus bCon,3;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bSMatk,2;
      bonus bMatkRate,3;
   }
}