Viewing Item

#15472: [Not For Sale] Kafra Uniform

Item ID 15472 For Sale No
Identifier Comp_Kafra_Suit Credit Price Not For Sale
Name [Not For Sale] Kafra Uniform Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 40
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@r = getrefine();

2 bonus2 bExpAddRace,RC_All,5;

3 bonus2 bDropAddRace,RC_All,5;

4 bonus bMaxHP,100*.@r;

5 bonus bMaxSP,20*.@r;

6 if (.@r>=7) {

7 bonus bMaxHPrate,3;

8 bonus bMaxSPrate,3;

9 }

10 if (.@r>=9) {

11 bonus bMaxHPrate,5;

12 bonus bMaxSPrate,5;

13 }

14 if (.@r>=12) {

15 bonus bHPrecovRate,100;

16 bonus bSPrecovRate,100;

17 }

Equip Script None
Unequip Script None