Temporal Int Boots [1], броня (Renewal)

Temporal Int Boots [1] (TEMPORAL_INT_BOOTS_) – броня.

Temporal Int Boots [1], броня (Renewal)

These boots are obviously old but they show no signs of wear and tear.
Mdef + 5
Max HP + 300
Additional Max HP + 100 per 3 upgrade levels of the item.
Max SP + 30
Additional Max SP + 10 per 3 upgrade levels of the item.
Matk + 10 per 3 upgrade levels of the item.
If the users base Int is 120 or higher,
Additional Matk + 60

Set Bonus
Temporal Int Boots [1]
Giant Faceworm Snake Skin [1]
Max HP + 15% and Max SP + 5%.

Set Bonus
Temporal Int Boots [1]
Giant Faceworm Snake Skin
Max HP + 15% and Max SP + 5%.

Set Bonus
Temporal Int Boots [1]
Temporal Manteau [1]
Max HP + 15%
Matk + 30
Mdef + 10
Reduces damage taken from Demi-Human race enemies by 5%.

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

  • ID: 26542
  • Код: TEMPORAL_INT_BOOTS_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 99
  • Профессии: alchemist, assassin, bard, blacksmith, crusader, dancer, hunter, knight, monk, priest, rogue, sage, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 60

Скрипт

.@r = getrefine();
bonus bMdef,5;
bonus bMaxHP,300+(100*(.@r/3));
bonus bMaxSP,30+(10*(.@r/3));
bonus bMatk,10*(.@r/3);
if (readparam(bInt)>=120)
   bonus bMatk,60;