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

Dim Glacier Manteau [1] (D_GLACIER_MANTEAU) – броня.

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

POW + 1, CON + 1.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases melee and long ranged physical damage by 10%.
If refine rate is 11 or higher, reduces global cooldown by 10%.


[Bonus by grade]
[Grade D] Atk + 3%, POW + 5, CON + 5.
[Grade C] P.Atk + 2, Increases melee and long ranged physical damage by 5%.
[Grade B] Additional P.Atk + 1.
[Grade A] Additional Atk + 2%.

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

  • ID: 30754
  • Код: D_GLACIER_MANTEAU
  • Тип: броня
  • Уровень брони: 2
  • Защита: 147
  •  
  • Требуемый уровень: 230
  • Вес: 160

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bPow,1;
bonus bCon,1;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus bLongAtkRate,10;
      bonus bShortAtkRate,10;
      if (.@r>=11) {
         bonus bDelayrate,-10;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   bonus bPow,5;
   bonus bCon,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,5;
      bonus bShortAtkRate,5;
      bonus bPAtk,2;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,1;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bAtkRate,2;
         }
      }
   }
}