Sura Gauntlet, броня (Renewal)
Sura Gauntlet (GLOVE_OF_SHURA) – броня. Выпадает из монстров: Furious Caterpillar, Gajomart, Caterpillar, Killer Mantis.

Metal-molded glove that symbolizes the burning image of destruction.
Str + 5
Max HP - 6%
Max SP + 6%
If the user's base Str is 120 or higher, Atk + 30.
Базовые свойства предмета
- ID: 22215
 - Код: GLOVE_OF_SHURA
 - Тип: броня
 - Уровень брони: 1
 - Защита: 1
 - Требуемый уровень: 130
 - Профессии: monk
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 40
 
Скрипт
bonus bStr,5;
bonus bMaxSPrate,6;
bonus bMaxHPrate,-6;
if (readparam(bStr)>=120) {
   bonus bBaseAtk,30;
}


