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

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

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

Matk + 3%.
Increases all property magical 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 Frost Misty level 3 when dealing normal melee physical damage (If user has higher level. That level will be cast instead).
When equipped with Major Auto Spell Shadow Shoes, Matk + 2%,
if the sum of refine rate of set is 18 or higher, has a 4% chance to auto-cast Jack Frost level 2 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 Jack Frost level 4 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 bMatkRate,3;
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=9) {
   bonus bAspd,1;
   if (.@r>=10) {
      bonus3 bAutoSpell,"WL_FROSTMISTY",max(getskilllv("WL_FROSTMISTY"),3),70;
   }
}