Deadman Bandana [1], броня (Renewal)

Deadman Bandana [1] (HITAIKAKUSHI_) – броня.

Deadman Bandana [1], броня (Renewal)

An otherwise normal ghost bandana with a red spiral insignia on the front. It demonstrates a strong connection between the wearer and the afterlife.
Matk + 20
Reduces the variable casting time of skills by 4% per level of Esma known.
Reduces the SP cost of Esma and Estun by 5.
If upgrade level is +9 or higher,
Reduces the fixed casting time of skills by 7% per level of Esma known.

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

  • ID: 23213
  • Код: HITAIKAKUSHI_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Требуемый уровень: 99
  • Профессии: mage, sage, soul_linker, wizard
  • Вес: 20

Скрипт

.@r = getrefine();
.@rate = 1;
bonus bCritical,.@r*2;
bonus bFixedCastrate,-2;
if (.@r>=7) {
   bonus bMatk,20;
   .@rate += 3;
}
if (.@r>=9) {
   bonus bVariableCastrate,-20;
   bonus2 bSkillUseSP,"SL_STUN",5;
   bonus2 bSkillUseSP,"SL_SMA",5;
}
bonus3 bAutoSpellWhenHit,"SL_SWOO",getskilllv("SL_SWOO"),(.@rate*10);