Artwork unavailable
RENEWAL / ITEMS
Fierce Magique Manteau [1]
#15443Armor
Fierce_Magique_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level70
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,2;
bonus bMdef,5;
bonus bVit,1;
if (.@r>=5) {
bonus bDef,5;
bonus bMaxHP,50;
}
if (.@r>=7) {
bonus bDef,7;
bonus bMaxHP,70;
}
if (.@r>=9) {
bonus bDef,9;
bonus bMaxHP,90;
}
if (.@r>=10) {
bonus bMatk,3;
bonus2 bSubEle,Ele_Neutral,3;
}