Valkyrian Shoes [1], броня (Pre-Renewal)
Valkyrian Shoes [1] (VALKYRIE_SHOES) – броня. Выпадает из монстров: Valkyrie Randgris.
![Valkyrian Shoes [1], броня (Pre-Renewal) Valkyrian Shoes [1], броня (Pre-Renewal)](/images/db/items/picture/2421.png)
A pair of shoes worn by the Valkyries, Odin's battle maidens. These shoes grow more powerful as the wearer improves his own abilities.
Acolyte, Mage and Archer Bonus
Max HP + 5 for every base level.
Swordman, Merchant and Thief Bonus
Max SP + 2 for every job level.
This item is indestructible in battle.
Set Bonus
Valkyrie Helm [1]
Valkyrian Armor [1]
Valkyrian Shoes [1]
Valkyrian Manteau [1]
All Stats + 1
Базовые свойства предмета
- ID: 4980
- Код: VALKYRIE_SHOES
- Тип: броня
- Уровень брони: 1
- Защита: 4
- Требуемый уровень: 1
- Вес: 50
Скрипт
bonus bUnbreakableShoes; 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);