Es Shadow Weapon, теневое снаряжение (Renewal)

Es Shadow Weapon (S_S_WEAPON) – теневое снаряжение.

Es Shadow Weapon, теневое снаряжение (Renewal)

MaxSP + 5%.
If refine rate is 7 or higher, increases Esma damage by 10%.
If refine rate is 9 or higher, reduces SP consumption of Espa by 10%.
When Es Shadow Weapon, Shield and Armor are equipped together, increases Espa and Eswhoo damage as percentage equal to the sum of refine rate of set.
When equipped with Soul Reaper Shadow Shoes, ignores magical defense rate of all race monsters (except players) by 40%, additional magical defense rate ignoring equal to the sum of refine rate of Es Shadow Weapon and Soul Reaper Shadow Shoes.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bMaxSPrate,5;
if (.@r>=7) {
   bonus2 bSkillAtk,"SL_SMA",10;
}
if (.@r>=9) {
   bonus2 bSkillUseSPrate,"SP_SPA",10;
}