Artwork unavailable
RENEWAL / ITEMS
White Knight Mantle (Magic) [1]
#480500Armor
WK_Mantle_Magic_TH
TypeArmor
Equipment positionGarment
GenderBoth
Weight120
Buy price0 z
Sell price0 z
DEF60
Slots1
Required level170
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMatk,50+(20*(.@r/3));
bonus2 bMagicAddSize,Size_All,5*(.@r/4);
if (.@r>=9) {
bonus bDelayrate,-5;
if (.@r>=11) {
bonus bMatkRate,15;
if (.@r>=12) {
bonus2 bIgnoreMdefRaceRate,RC_All,40;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40;
}
}
}