Illusion Morpheus's Shawl [1], броня (Renewal)

Illusion Morpheus's Shawl [1] (MORPHEUS_SHAWL_IL) – броня.

Illusion Morpheus's Shawl [1], броня (Renewal)

One of the keys to unlocking the power of Morpheus.
This shawl is decorated with ancient spells written on it.
------------------------
MSP + 10%. MDEF + 5.
------------------------
When refined to +7 or higher, reduce variable casting time by 10%.
------------------------
When refined to +9 or higher, reduce variable casting time by additional 10%.
------------------------
Def : 8

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

  • ID: 26447
  • Код: MORPHEUS_SHAWL_IL
  • Тип: броня
  • Уровень брони: 1
  • Защита: 8
  •  
  • Требуемый уровень: 130
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 60

Скрипт

bonus bMaxSPrate,10;
bonus bMdef,5;
.@r = getrefine();
if (.@r >= 7) {
   .@bonus = -10;
if (.@r >= 9) {
   .@bonus -= 10;
}
bonus bVariableCastrate,.@bonus;
}