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

Doram Magical Shadow Weapon (S_DORAMMAGICAL_WEAPON) – теневое снаряжение.

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

A glove that is mounted on the hand of hold the weapon to elicit potential abilities of the wearer.
Only for Doram.
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
5% reduction in variable casting time
Each refine rate additionally reduce 1% in casting time
[Spirit of Land] Learned the skill, reduced fixed casting by 0.1 seconds
[Spirit of Sea] Learned the skill, reduced SP consumption 3% reduction
Refine +7 over, add MATK +5%
Refine +9 over, add MATK +5%

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bVariableCastrate,-(5+.@r);
if (getskilllv("SU_POWEROFLAND") == 1)
   bonus bFixedCast,-100;
if (getskilllv("SU_POWEROFSEA") == 1) {
   bonus bUseSPrate,-3;
}
if (.@r>=7)
   bonus bMatkRate,5;
if (.@r>=9)
   bonus bMatkRate,5;