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

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%
Базовые свойства предмета
- ID: 27022
- Код: S_DORAMMAGICAL_WEAPON
- Тип: теневое снаряжение
- Требуемый уровень: 1
- Профессии: spirit_handler, summoner
- Вес: 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;