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

Modified Int Boots [1] (MODIFY_INT_BOOTS_) – броня.

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

Old boots in such excellent condition that they look like new, save for the outdated design.

Max HP +300, Max SP +30
For every 3 refine levels,
Max HP +100, Max SP +10, and MATK +10
If 120 or higher pure INT, additional MATK +60
MDEF +5

SET BONUS
Giant Faceworm Snake Skin
Modified Intelligence Boots [1]
Max HP + 15%
Max SP + 5%

SET BONUS
Temporal Intelligence Manteau [1]
Modified Intelligence Boots [1]
MATK + 50
If refine rate of boots is 10 or higher, ignores physical and magical defense of brute and demon race monsters by 30%.

SET BONUS
Overwelm Intelligence Armor [1]
Modified Intelligence Boots [1]
MATK + 10%.
If the sum of refine rate is 21 or higher,
Pierces additional 20% of magic DEF on Brute, Demon type monsters.

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

  • ID: 26635
  • Код: MODIFY_INT_BOOTS_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 99
  • Профессии: kagerou, oboro, rebellion
  • Цена покупки: 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;