Viewing Item

#470061: Cylinder Boots

Item ID 470061 For Sale No
Identifier Cylinder_Boots_ Credit Price Not For Sale
Name Cylinder Boots Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 12
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 .@val = getskilllv("GN_CARTBOOST");

3 .@a = (.@r>= 7 ? 20 : (.@r>= 5 ? 10 : 3));

4 .@b = (.@r>= 7 ? 100 : (.@r>= 5 ? 50 : 0));

5 bonus bUnbreakableShoes;

6 bonus bMdef,10;

7 bonus bMaxHPrate,.@a;

8 bonus bMaxSPrate,.@a;

9 bonus2 bVariableCastrate,"GN_CARTCANNON",-.@b;

10 bonus bHit,20*.@val;

11 bonus bAspdRate,4*.@val;

12 bonus bAtkRate,4*getskilllv("GN_FIRE_EXPANSION");

13 bonus2 bSkillAtk,"GN_CART_TORNADO",10*getskilllv("GN_CRAZYWEED");

14 if (getskilllv("GN_S_PHARMACY") == 10)

15 bonus bIgnoreDefRace,RC_All;

16 if (.@r>=5) {

17 bonus bMaxHPrate,7;

18 bonus bMaxSPrate,7;

19 bonus2 bVariableCastrate,"GN_CARTCANNON",-50;

20 bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2;

21 bonus bAllStats,BaseLevel/2;

22 }

23 if (.@r>=7) {

24 bonus bMaxHPrate,10;

25 bonus bMaxSPrate,10;

26 bonus2 bVariableCastrate,"GN_CARTCANNON",-50;

27 bonus2 bSkillAtk,"GN_CARTCANNON",BaseLevel/2;

28 bonus bAllStats,BaseLevel/2;

29 }

Equip Script None
Unequip Script None
Description None