Temporal Boots Dex, броня (Renewal)
Temporal Boots Dex (AEGIS_470158) – броня.
Mdef + 3.
Reduces global cooldown by 8%, increases variable casting time by 10%.
Базовые свойства предмета
- ID: 30492
 - Код: AEGIS_470158
 - Тип: броня
 - Уровень брони: 1
 - Защита: 20
 - Требуемый уровень: 70
 
- Вес: 50
 
Скрипт
.@r = getrefine();
bonus bDex,3+(3*(.@r/3));
bonus bMdef,5;
bonus bMaxHP,200+(50*(.@r/3));
bonus bMaxSP,20+(5*(.@r/3));
if (readparam(bDex) >= 99) {
   bonus bFixedCast,-200;
   bonus bLongAtkRate,3;
}