Manteau of Mystical Beast: Winter [1], броня (Renewal)

Manteau of Mystical Beast: Winter [1] (SEASON_HOOD_WINTER) – броня.

Manteau of Mystical Beast: Winter [1], броня (Renewal)

POW + 1, CON + 1, Cri + 4.
Every 2 refine rate, Atk + 4.
Every 3 refine rate, increases critical damage by 1%, CRT + 1.
If refine rate is 7 or higher, reduces variable casting time by 5%, C.Rate + 3.
If refine rate is 9 or higher, increases attack speed (reduces delay after attack by 10%).
If refine rate is 11 or higher, P.Atk + 2, reduces global cooldown by 10%.


[Bonus by grade]
[Grade D] Res + 25, Mres + 25.
[Grade C] Cri + 7, increases melee and long ranged physical damage by 7%.
[Grade B] POW + 5, CON + 5, CRT + 3, C.Rate + 1.
[Grade A] Increases critical damage by 10%, additional C.Rate + 3.

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

  • ID: 30803
  • Код: SEASON_HOOD_WINTER
  • Тип: броня
  • Уровень брони: 2
  • Защита: 80
  •  
  • Требуемый уровень: 250
  • Вес: 70

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,4;
bonus bPow,1;
bonus bCon,1;
bonus bBaseAtk,4*(.@r/2);
bonus bCritAtkRate,(.@r/3);
bonus bCrt,(.@r/3);
if (.@r>=7) {
   bonus bVariableCastrate,-5;
   bonus bCRate,3;
   if (.@r>=9) {
      bonus bAspdRate,10;
      if (.@r>=11) {
         bonus bDelayrate,-10;
         bonus bPAtk,2;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,25;
   bonus bRes,25;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bShortAtkRate,7;
      bonus bLongAtkRate,7;
      bonus bCritical,7;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCRate,1;
         bonus bPow,5;
         bonus bCon,5;
         bonus bCrt,3;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bCritAtkRate,10;
            bonus bCRate,3;
         }
      }
   }
}