Viewing Item

#470060: Cylinder Boots

Item ID 470060 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 0 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 bonus bUnbreakableShoes;

4 bonus bMdef,10;

5 bonus bMaxHPrate,3;

6 bonus bMaxSPrate,3;

7 bonus bHit,20*.@val;

8 bonus bAspdRate,4*.@val;

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

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

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

12 bonus bIgnoreDefRace,RC_All;

13 if (.@r>=5) {

14 bonus bMaxHPrate,7;

15 bonus bMaxSPrate,7;

16 bonus2 bVariableCastrate,"GN_CARTCANNON",-50;

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

18 }

19 if (.@r>=7) {

20 bonus bMaxHPrate,10;

21 bonus bMaxSPrate,10;

22 bonus2 bVariableCastrate,"GN_CARTCANNON",-50;

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

24 }

Equip Script None
Unequip Script None