Imperial Boots

Item ID 22207 Name Imperial Boots
Beautiful boots adorned with patterns representing the Rune-Midgards 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
Weapon Level 0 Identifier Imperial_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 12 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 40 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
skill "AL_INCAGI",1;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",10*getskilllv("LG_CANNONSPEAR");
bonus2 bAddClass,Class_All,4*getskilllv("CR_DEVOTION");
if (getskilllv("LG_INSPIRATION")>=5)
   bonus2 bSkillCooldown,"LG_SHIELDSPELL",-2000;
bonus2 bIgnoreDefRaceRate,RC_All,20*getskilllv("LG_PINPOINTATTACK");
if (.@r>=5) {
   bonus bMaxSPrate,7;
   bonus bMaxHPrate,7;
   bonus bLongAtkRate,5;
}
if (.@r>=7) {
   bonus bMaxSPrate,10;
   bonus bMaxHPrate,10;
   bonus bLongAtkRate,5;
}