Artwork unavailable
RENEWAL / ITEMS
[Not For Sale] Arabian Manteau [1]
#480409Armor
Comp_Arabian_Manteau
TypeArmor
Equipment positionArmor
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level100
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bCritAtkRate,5;
if (.@r>=7) {
bonus bCritical,5;
bonus bCritAtkRate,5;
if (.@r>=9) {
bonus bCritical,10;
bonus bCritAtkRate,10;
if (.@r>=11) {
bonus bCritical,20;
bonus bCritAtkRate,20;
if (.@r>=13) {
bonus bCritical,30;
bonus bCritAtkRate,30;
}
}
}
}