Viewing Item

#450261: Booster Adventurer's Premium Robe

Item ID 450261 For Sale No
Identifier P_90Lv_Robe Credit Price Not For Sale
Name Booster Adventurer's Premium Robe Type Armor
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 80
Slots 1 Refineable Yes
Attack 0 Min Equip Level 90
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bInt,5;

3 bonus bDex,5;

4 bonus bMaxHP,1000;

5 bonus bMaxSP,150;

6 bonus bDef,80;

7 bonus bMdef,5;

8 if (.@r>=5) {

9 bonus bDef,20;

10 bonus bMaxSP,50;

11 if (.@r>=7) {

12 bonus bDex,5;

13 if (.@r>=9) {

14 bonus bAtkRate,2;

15 bonus bMatkRate,2;

16 }

17 }

18 }

Equip Script None
Unequip Script None