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

Egir Manteau [1] (EGIR_MANTEAU) – броня.

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

Egir's Manteau. It looks defending your body
can not be destroyed
magic, Archer, Acolyte class- perfect evasion + 5.
increase perfect evasion with 2 times of refined lv
Sword/Merchant/Thieg Class can reflect damage +5%
increase damage reflection with 2 times of refiend lv
weight : 30
Required Lv : 110

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

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

Скрипт

bonus bUnbreakableGarment;
.@r = getrefine();
if (.@r > 10)
   .@r = 10;
if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) {
   bonus bFlee2,5+(.@r*2);
} else if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) {
   bonus bShortWeaponDamageReturn,5+(.@r*2);
}