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

Modified Vit Boots [1] (MODIFY_VIT_BOOTS_) – броня.

Modified Vit 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 +300 and Max SP +10
If 120 or higher pure VIT, additional Max HP +8%

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

SET BONUS
Temporal Vitality Manteau [1]
Modified Vitality Boots [1]
Reduces after cast delay by 5%
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 Vitality Armor [1]
Modified Vitality Boots [1]
Max HP + 10%
If the sum of refine rate is 21 or higher,
Pierces additional 20% of physical DEF on Brute, Demon type monsters.

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

  • ID: 26637
  • Код: MODIFY_VIT_BOOTS_
  • Тип: броня
  • Уровень брони: 1
  • Защита: 25
  •  
  • Требуемый уровень: 99
  • Профессии: kagerou, oboro, rebellion
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 60

Скрипт

.@r = getrefine();
bonus bMaxHP,300+(300*(.@r/3));
bonus bMaxSP,30+(10*(.@r/3));
if (readparam(bVit)>=120)
   bonus bMaxHPrate,8;