Viewing Item

#22195: Booster Shoes

Item ID 22195 For Sale No
Identifier Booster_shoes Credit Price Not For Sale
Name Booster Shoes Type Armor
NPC Buy 20 Weight 80
NPC Sell 10 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMdef,10;

3 bonus bMaxHPrate,10;

4 bonus bMaxSPrate,10;

5 bonus2 bSubRace,RC_Player_Human,5;

6 if (.@r>=7) {

7 if (readparam(bStr)>=125)

8 bonus bBaseAtk,90;

9 if (readparam(bAgi)>=125)

10 bonus bAspd,2;

11 if (readparam(bVit)>=125)

12 bonus bMaxHPrate,12;

13 if (readparam(bInt)>=125)

14 bonus bMatk,120;

15 if (readparam(bDex)>=125)

16 bonus bLongAtkRate,10;

17 if (readparam(bLuk)>=125)

18 bonus bCritAtkRate,20;

19 }

20 if (.@r>=9) {

21 if (readparam(bStr)>=125)

22 bonus bBaseAtk,90;

23 if (readparam(bAgi)>=125)

24 bonus bAspd,2;

25 if (readparam(bVit)>=125)

26 bonus bMaxHPrate,12;

27 if (readparam(bInt)>=125)

28 bonus bMatk,120;

29 if (readparam(bDex)>=125)

30 bonus bLongAtkRate,10;

31 if (readparam(bLuk)>=125)

32 bonus bCritAtkRate,20;

33 }

Equip Script None
Unequip Script None