Valkyrian Manteau [1]
ID: 2524
Type |
Armor |
Subtype |
None |
Attack |
0 |
Defense |
3 |
Weight |
50.0 |
Weapon Level |
0 |
Buy |
0z |
Sell |
0z |
Required Level |
1 |
Slots |
1 |
Applicable Jobs:
job_all
Description:
A manteau that is worn by the Valkyries, Odin's battle maidens.
Indestructible
[Mage,Archer,Acolyte]
Perfect Dodge +5
Increase the Perfect Dodge by (upgrade level*2).
[Swordman,Merchant,Thief]
Reflect 5% melee damage back to enemies.
Increase percentage reflect damage by (upgrade level*2).
[Valkyrian Armor Set]
Valkyrie Helm
Valkyrie Armor
Valkyrie Manteau
Valkyrie Shoes
All stats +1
Class: Garment
Defense: 3
Weight: 50
Jobs: All Transcendent classes except Novice
Item Script:
bonus bUnbreakableGarment;
if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte)
bonus bFlee2,5+(getequiprefinerycnt(EQI_GARMENT)*2);
else if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief)
bonus bShortWeaponDamageReturn,5+(getequiprefinerycnt(EQI_GARMENT)*2);