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

Glacier Boots [1] (GLACIER_BOOTS) – броня.

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

MaxHP + 8%, MaxSP + 4%.
Every 2 refine rate, MaxSP + 1%, Def + 15.
If refine rate is 7 or higher, increases melee and long ranged physical damage by 7%.
If refine rate is 9 or higher, P.Atk + 3.
If refine rate is 10 or higher, Def + 100, increases attack speed (reduces delay after attack by 7%).


When equipped with Glacier Armor, Atk + 7%.


[Bonus by grade]
[Grade D] Res + 25, Mres + 25.
[Grade C] P.Atk + 2, POW + 2, CON + 2.

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

  • ID: 30525
  • Код: GLACIER_BOOTS
  • Тип: броня
  • Уровень брони: 2
  • Защита: 98
  •  
  • Требуемый уровень: 230
  • Вес: 200

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,8;
bonus bMaxSPrate,4+(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
   bonus bLongAtkRate,7;
   bonus bShortAtkRate,7;
   if (.@r>=9) {
      bonus bPAtk,3;
      if (.@r>=10) {
         bonus bAspdRate,7;
         bonus bDef,100;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,25;
   bonus bRes,25;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bPAtk,2;
      bonus bPow,2;
      bonus bCon,2;
   }
}