Crown of Beelzebub [1], броня (Renewal)

Crown of Beelzebub [1] (FLETUS_TIARA_ABC) – броня.

Crown of Beelzebub [1], броня (Renewal)

POW + 5, CON + 5, Cri - 15.
Increases attack speed (reduces delay after attack by 10%).
Every 2 refine rate, Atk + 25, Def + 15.
If refine rate is 7 or higher, increases melee and long ranged physical damage by 25%.
If refine rate is 9 or higher, Atk + 40, Atk + 10%
If refine rate is 11 or higher, P.Atk + 12, increases physical damage against all property enemies by 12%.

When equipped with Beelzebub Card, increases physical damage against boss monsters by 16%.
When equipped with Sealed Beelzebub Card, increases physical damage against boss monsters by 8%.


[Bonus by grade]
[Grade D] Atk + 5%, POW + 5.
[Grade C] Increases physical damage against all size enemies by 12%.
[Grade B] P.Atk + 5, reduces fixed casting time by 0.3 seconds.
[Grade A] Every 3 refine rate, P.Atk + 2, increases physical damage against all race monsters (except players) by 3%.

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

  • ID: 29232
  • Код: FLETUS_TIARA_ABC
  • Тип: броня
  • Уровень брони: 2
  • Защита: 45
  •  
  • Требуемый уровень: 240
  • Вес: 40

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,-15;
bonus bPow,5;
bonus bCon,5;
bonus bAspdRate,10;
bonus bBaseAtk,25*(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
   bonus bShortAtkRate,25;
   bonus bLongAtkRate,25;
   if (.@r>=9) {
      bonus bAtkRate,10;
      bonus bBaseAtk,40;
      if (.@r>=11) {
         bonus2 bAddEle,Ele_All,12;
         bonus bPAtk,12;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,5;
   bonus bPow,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddSize,Size_All,12;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bFixedCast,-300;
         bonus bPAtk,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddRace,RC_All,3*(.@r/3);
            bonus2 bAddRace,RC_Player_Human,-3*(.@r/3);
            bonus2 bAddRace,RC_Player_Doram,-3*(.@r/3);
            bonus bPAtk,2*(.@r/3);
         }
      }
   }
}