Valkyrian Robe [1], броня (Renewal)

Valkyrian Robe [1] (VALKYRIE_ROBE) – броня.

Valkyrian Robe [1], броня (Renewal)

A robe that is worn by Odin's battle maidens. Also worn at Einherjar's reception.


Property: Neutral
Required

All Stats + 1
This item is indestructible in battle.
If used by Swordman, Merchant and Thief Classes,
Increases resistance to Stun by 50%.
If used by Acolyte, Mage and Archer Classes,
Increases resistance to Silence by 50%.

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

  • ID: 23834
  • Код: VALKYRIE_ROBE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 55
  •  
  • Требуемый уровень: 1
  • Профессии: alchemist, assassin, bard, blacksmith, crusader, dancer, hunter, knight, monk, priest, rogue, sage, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 280

Скрипт

bonus bAllStats,1;
bonus bUnbreakableArmor,1;
if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte)
   bonus2 bResEff,Eff_Silence,5000;
else if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief)
   bonus2 bResEff,Eff_Stun,5000;