Viewing Item

#22207: Imperial Boots

Item ID 22207 For Sale No
Identifier Imperial_Boots Credit Price Not For Sale
Name Imperial Boots Type Armor
NPC Buy 20 Weight 40
NPC Sell 10 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 bonus bMdef,10;

3 bonus bMaxHPrate,3;

4 bonus bMaxSPrate,3;

5 skill "AL_INCAGI",1;

6 bonus2 bSkillAtk,"LG_BANISHINGPOINT",10*getskilllv("LG_CANNONSPEAR");

7 bonus2 bAddClass,Class_All,4*getskilllv("CR_DEVOTION");

8 if (getskilllv("LG_INSPIRATION")>=5)

9 bonus2 bSkillCooldown,"LG_SHIELDSPELL",-2000;

10 bonus2 bIgnoreDefRaceRate,RC_All,20*getskilllv("LG_PINPOINTATTACK");

11 if (.@r>=5) {

12 bonus bMaxSPrate,7;

13 bonus bMaxHPrate,7;

14 bonus bLongAtkRate,5;

15 }

16 if (.@r>=7) {

17 bonus bMaxSPrate,10;

18 bonus bMaxHPrate,10;

19 bonus bLongAtkRate,5;

20 }

Equip Script None
Unequip Script None