Adventurer's Spirit [1], броня (Renewal)

Adventurer's Spirit [1] (ELDER_SPIRIT) – броня.

Adventurer's Spirit [1], броня (Renewal)

An item made by an adventurer's grudge. It can collect magic and withdraw it freely.
Int + 5
If upgrade level is +5 or higher,
Matk + 5 for every 60 base Int.
If upgrade level is +7 or higher,
Additional Matk + 5 for every 10 base Int.
Set Bonus
Adventurer's Spirit
Antique Book Card
Disables the following effects of Antique Book Card, Matk + 5 for every 10 base Int.

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

  • ID: 26368
  • Код: ELDER_SPIRIT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 40
  •  
  • Требуемый уровень: 100
  • Цена покупки: 1 000 з
  • Цена продажи: 500 з
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bInt,5;
if (.@r>=5)
   bonus bMatk,5*(readparam(bInt)/60);
if (.@r>=7)
   bonus bMatk,5*(readparam(bInt)/10);