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
Description Beautiful boots adorned with patterns representing the Rune-Midgarts kingdom.
_______________________
MaxHP +3%
MaxSP +3%
MDEF +10
Enables the use of Level 1 Increase Agility.
_______________________
If Inspiration is at Level 5,
Decreases Shield Spell skill cooldown by 2 seconds.
_______________________
For each Level of Cannon Spear:
Increases damage of Banishing Point by 10%.
_______________________
For each Level of Sacrifice:
ATK +4%
_______________________
For each Level of Pinpoint Attack:
Bypass 20% of hard defense of all race targets when performing a physical attacks.
_______________________
If Refine Level is +5 or higher,
MaxHP +7%
MaxSP +7%
Increases Ranged Physical Damage by 5%.
_______________________
If Refine Level is +7 or higher,
MaxHP +10%
MaxSP +10%
Increases Ranged Physical Damage by additional 5%.
_______________________
Type: Shoes
Defense: 12
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bMdef,10;

6 bonus

7 bMaxHPrate,3;

8 bonus

9 bMaxSPrate,3;

10 skill

11 "AL_INCAGI",1;

12 bonus2

13 bSkillAtk,"LG_BANISHINGPOINT",10*getskilllv("LG_CANNONSPEAR");

14 bonus2

15 bAddClass,Class_All,4*getskilllv("CR_DEVOTION");

16 if

17 (getskilllv("LG_INSPIRATION")

18 =5)

19 bonus2

20 bSkillCooldown,"LG_SHIELDSPELL",-2000;

21 bonus2

22 bIgnoreDefRaceRate,RC_All,20*getskilllv("LG_PINPOINTATTACK");

23 if

24 (.@r

25 =5)

26 {

27 bonus

28 bMaxSPrate,7;

29 bonus

30 bMaxHPrate,7;

31 bonus

32 bLongAtkRate,5;

33 }

34 if

35 (.@r

36 =7)

37 {

38 bonus

39 bMaxSPrate,10;

40 bonus

41 bMaxHPrate,10;

42 bonus

43 bLongAtkRate,5;

44 }

Equip Script None
Unequip Script None