Furious Crown (Dragon Knight) [1], броня (Renewal)

Furious Crown (Dragon Knight) [1] (FURIOUSCIRCLET_DK) – броня.

 

Every 2 refine rate, Atk + 10.
Every 3 refine rate, increases Servant Weapon and Madness Crusher damage by 4%.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 15%).
If refine rate is 9 or higher, increases critical damage and long ranged physical damage by 10%.
If refine rate is 11 or higher, Atk + 5%, reduces fixed casting time by 0.3 seconds.

When equipped with Furious Slayer, increases Hack and Slasher damage by 15%.

When equipped with Furious Trident, increases Madness Crusher damage by 15%.

[Bonus by grade]
[Grade D] POW + 5, CON + 5, P.Atk + 3.
[Grade C] Increases critical damage and long ranged physical damage by 10%.
[Grade B] Atk + 5%, reduces fixed casting time by additional 0.2 seconds.
[Grade A] C.Rate + 5, increases critical damage and long ranged physical damage by 15%.

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

  • ID: 29610
  • Код: FURIOUSCIRCLET_DK
  • Тип: броня
  • Уровень брони: 2
  • Защита: 30
  •  
  • Требуемый уровень: 235
  • Профессии: knight
  • Вес: 30

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",4*(.@r/3);
bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",4*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,15;
   if (.@r>=9) {
      bonus bLongAtkRate,10;
      if (.@r>=11) {
         bonus bFixedCast,-300;
         bonus bAtkRate,5;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,3;
   bonus bPow,5;
   bonus bCon,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCritAtkRate,10;
      bonus bLongAtkRate,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bFixedCast,-200;
         bonus bAtkRate,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bCritAtkRate,15;
            bonus bLongAtkRate,15;
            bonus bPAtk,5;
         }
      }
   }
}