F Puppy Hat, броня (Renewal)

F Puppy Hat (F_PUPPY_HAT) – броня.

F Puppy Hat, броня (Renewal)

A small brown-colored dog that sits atop your head. It's so cute you'd be barking mad to remove it.
Agi + 1.
Auto casts Gloria Lv1 with low percent chance; if AGI is over 77, the cast increases to Lv3.
Cannot be upgraded.

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

  • ID: 22956
  • Код: F_PUPPY_HAT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 2
  •  
  • Требуемый уровень: 30
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

bonus bAgi,1;
if (readparam(bAgi)>77) {
   bonus3 bAutoSpell,"PR_GLORIA",3,25;
}
else {
   bonus3 bAutoSpell,"PR_GLORIA",1,25;
}