Mad Bunny-LT [1], броня (Renewal)

Mad Bunny-LT [1] (MAD_BUNNY_K_LT) – броня.

Mad Bunny-LT [1], броня (Renewal)

Atk + 5%, Matk + 5%.
ASPD + 3.
Atk + 2% and Matk + 2% per 2 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 5%), reduces variable casting time by 5%.
If refine rate is 9 or higher, increases melee and long ranged physical damage by 7%, increases all property magical damage by 7%.
If refine rate is 12 or higher, skill casting can't be interrupted, Cri + 15.

[Bonus by grade]
[Grade D] Reduces physical and magical damage taken from all property enemies by 10%.
[Grade C] POW + 2, SPL + 2.
[Grade B] S.Matk + 2, P.Atk + 2.
[Grade A] Reduces global cooldown by 5%.

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

  • ID: 30365
  • Код: MAD_BUNNY_K_LT
  • Тип: броня
  • Уровень брони: 2
  •  
  • Требуемый уровень: 160
  • Вес: 10

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,5+2*(.@r/2);
bonus bAtkRate,5+2*(.@r/2);
bonus bAspd,3;
if (.@r>=7) {
   bonus bAspdRate,5;
   bonus bVariableCastrate,-5;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,7;
      bonus bLongAtkRate,7;
      bonus bShortAtkRate,7;
      if (.@r>=12) {
         bonus bCritical,15;
         bonus bNoCastCancel;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSubEle,Ele_All,10;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPow,2;
      bonus bSpl,2;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPAtk,2;
         bonus bSMatk,2;
         if (.@g >= ENCHANTGRADE_A) {
            bonus bDelayrate,-5;
         }
      }
   }
}