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

Mad Bunny Backpack [1] (GIANT_MAD_BUNNY_TW) – броня.

 

For every 2 refine level,
ATK +20.

For every 4 refine level,
Increases physical damage against all size enemies by 5%.

If refine rate is 7 or higher, ASPD +10%, ATK +7%.

If refine rate is 9 or higher, Increases long ranged physical damage by 15%.

If refine rate is 11 or higher, for every 2 Base Level,
increases Cannon Spear and Vanishing Point damage by 2%, up to Level 240.
------------------------
Set Bonus:
Fallen Protect Manteau
Old Casket Protection

When physically attacking,
there is a 2% chance that 4% of the damage is absorbed as HP,
and there is a 1% chance that 2% of the damage is absorbed as SP.

If refine level of Old Casket Protection is 11 or higher,
reduces cooldown of Cannon Spear by 0.5 seconds.
------------------------
Def : 55

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

  • ID: 30816
  • Код: GIANT_MAD_BUNNY_TW
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Вес: 20

Скрипт

.@r = getrefine();
bonus2 bSubEle,Ele_Neutral,10;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus bPow,2*(.@r/3);
bonus bCon,2*(.@r/3);
bonus bSpl,2*(.@r/3);
if (.@r>=7) {
   bonus bAtkRate,10;
   bonus bMatkRate,10;
   if (.@r>=9) {
       bonus bShortAtkRate,12;
       bonus bLongAtkRate,12;
       bonus2 bMagicAtkEle,Ele_All,12;
       if (.@r>=11) {
           bonus bDelayrate,-10;
           if (.@r>=13) {
               bonus2 bAddRace,RC_All,15;
               bonus2 bMagicAddRace,RC_All,15;
           }
       }
   }
}