Destroyer Boots [1], броня (Renewal)

Destroyer Boots [1] (DESTROY_WORLD_BOOTS) – броня.

Destroyer Boots [1], броня (Renewal)

MaxHP + 1500, MaxSP + 150.
If the user's base level is 210 or higher, P.Atk + 1, S.Matk + 1.
MaxHP + 1% and MaxSP + 1% per 3 refine rate.
If refine rate is 7 or higher, Atk + 5% and Matk + 5%.
If refine rate is 9 or higher, Cri + 5, Perfect Hit + 10, reduces variable casting time by 5%.
If refine rate is 11 or higher, reduces fixed casting time by 0.8 seconds, reduces global cooldown by 5%.

[Bonus by grade]
[Grade D] Res + 50, Mres + 50.
[Grade C] Increases physical and magical damage against all property enemies by 10%.
[Grade B] STA + 5, WIS + 5.
[Grade A] P.Atk + 5, S.Matk + 5, if refine rate is 13 or higher, reduces fixed casting time by additional 0.2 seconds.

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

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

Скрипт

.@r = getrefine();
bonus bMatk,30;
bonus2 bMagicAddRace,RC_Angel,4*(.@r/3);
bonus2 bMagicAddRace,RC_Demon,4*(.@r/3);
bonus2 bMagicAddRace,RC_Undead,4*(.@r/3);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Dark,10;
   bonus2 bMagicAtkEle,Ele_Earth,10;
   bonus2 bMagicAtkEle,Ele_Fire,10;
}
if (.@r>=9)
   bonus bFixedCast,-500;
if (.@r>=11) {
   bonus2 bSkillCooldown,"WL_HELLINFERNO",-2000;
   bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000;
}
if (.@r>=12) {
   bonus2 bSkillAtk,"WL_COMET",30;
   bonus2 bSkillAtk,"WL_HELLINFERNO",30;
   bonus2 bSkillAtk,"SO_EARTHGRAVE",30;
}