Golden Tiara, броня (Pre-Renewal)

Golden Tiara (GOLD_TIARA_) – броня.

Golden Tiara, броня (Pre-Renewal)

A gold headgear with star in the middle gorgeously glittering its color.
STR + 2
Indestructible.
If worn by Swordman, Merchant or Thief classes and the character's base DEX is lower than 55, DEX bonus increases according to the wearer's JOBLEVEL.
Item

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

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

Скрипт

bonus bStr,2;
bonus bUnbreakableHelm;
if (readparam(bDex)<56 && (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief))
   bonus bDex,JobLevel/7;