Major Auto Spell Shadow Earring, теневое снаряжение (Renewal)

Major Auto Spell Shadow Earring (S_M_AUTOSPELL_EARRING) – теневое снаряжение.

Major Auto Spell Shadow Earring, теневое снаряжение (Renewal)

Atk + 3%.
Increases melee physical damage by 1% per 2 refine rate.
If refine rate is 9 or higher, ASPD + 1.
If refine rate is 10 or higher, has a 7% chance to auto-cast Fatal Menace level 7 when dealing normal melee physical damage (If user has higher level. That level will be cast instead).
When equipped with Major Auto Spell Shadow Pendant, Atk + 2%,
if the sum of refine rate of set is 18 or higher, has a 4% chance to auto-cast Power Swing level 4 when dealing normal melee physical damage (If user has higher level. That level will be cast instead),
if the sum of refine rate of set is 20 or higher, has a 8% chance to auto-cast Power Swing level 8 when dealing normal melee physical damage (If user has higher level. That level will be cast instead).

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bShortAtkRate,(.@r/2);
if (.@r>=9) {
   bonus bAspd,1;
   if (.@r>=10) {
      bonus5 bAutoSpell,"SC_FATALMENACE",max(getskilllv("SC_FATALMENACE"),7),70,BF_SHORT|BF_NORMAL,1;
   }
}