Egir Shoes [1], броня (Renewal)

Egir Shoes [1] (EGIR_SHOES) – броня.

Egir Shoes [1], броня (Renewal)

Egir's shoes , it looks suppporting your capacity
can not be destroyed
magic, archer, acolyte Class can increase MHP with 5 times of base lv
sword, merchant, thief calss can increase MSP with 2 times of job lv
weight : 30
Required Lv : 110

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

  • ID: 21818
  • Код: EGIR_SHOES
  • Тип: броня
  • Уровень брони: 1
  • Защита: 13
  •  
  • Требуемый уровень: 110
  • Цена покупки: 200 000 з
  • Цена продажи: 100 000 з
  • Вес: 30

Скрипт

if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte)
   bonus bMaxHP,BaseLevel*5;
else if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief)
   bonus bMaxSP,JobLevel*2;