Artwork unavailable
RENEWAL / ITEMS
[Not For Sale] Kafra Uniform [1]
#15472Armor
Comp_Kafra_Suit
TypeArmor
Equipment positionArmor
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF40
Slots1
Required level1
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();
bonus2 bExpAddRace,RC_All,5;
bonus2 bDropAddRace,RC_All,5;
bonus bMaxHP,100*.@r;
bonus bMaxSP,20*.@r;
if (.@r>=7) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
}
if (.@r>=9) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
}
if (.@r>=12) {
bonus bHPrecovRate,100;
bonus bSPrecovRate,100;
}