Valkyrie Cape [1], броня (Renewal)
Valkyrie Cape [1] (VALKYRIE_CAPE) – броня.
![Valkyrie Cape [1], броня (Renewal) Valkyrie Cape [1], броня (Renewal)](/images/db/items/picture/20712.png)
Rumor has it, if you wear this can it will transform you into a swan.
Required
If used by Swordman, Merchant and Thief Classes,
Reflects 5% of the received short-ranged damage back to the attacker.
Reflects an additional 2% of the received short-ranged damage back to the attacker per upgrade 2 upgrade levels of the item up to a maximum upgrade level of 10.
If used by Acolyte, Mage and Archer Classes,
Perfect DODGE + 5
Additional Perfect DODGE + 2 per upgrade 2 upgrade levels of the item up to a maximum upgrade level of 10.
Базовые свойства предмета
- ID: 26275
- Код: VALKYRIE_CAPE
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 1
- Профессии: acolyte, alchemist, archer, assassin, blacksmith, crusader, hunter, kagerou, knight, mage, merchant, monk, oboro, priest, rebellion, rogue, sage, swordman, thief, wizard
- Цена покупки: 10 з
- Цена продажи: 5 з
- Вес: 50
Скрипт
.@val = 2 * (min(10,getrefine())/2); if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) bonus bFlee2,(5+.@val); else if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) bonus bShortWeaponDamageReturn,(5+.@val);