Valkyrian Armor [1]
ID: 2357
Type |
Armor |
Subtype |
None |
Attack |
0 |
Defense |
6 |
Weight |
280.0 |
Weapon Level |
0 |
Buy |
0z |
Sell |
0z |
Required Level |
1 |
Slots |
1 |
Applicable Jobs:
job_all
Description:
A set of shining white armor worn by Valkyries, the battle maidens that serve the god Odin.
All stats +1
Indestructible
[Mage,Archer,Acolyte]
Increases resistance against Silence status by 50%.
[Swordman,Merchant,Thief]
Increases resistance against Stun status by 50%.
Valkyrian Armor Set
Valkyrie Helm
Valkyrie Armor
Valkyrie Manteau
Valkyrie Shoes
All stats +1
Class: Armor
Defense: 6
Weight: 280
Jobs: All Transcendent classes except Novice
Item Script:
bonus bAllStats,1;
bonus bUnbreakableArmor;
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;