
RENEWAL / ITEMS
Imperial Boots
#22207Armor
Imperial_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight40
Buy price20 z
Sell price10 z
DEF12
Required level100
Armor level1
Description
Beautiful boots adorned with patterns representing the Rune Midgard kingdom.
Class: Shoes
Defense: 12
Weight: 40
Requires Level: 100
Usable By: All Jobs
Max HP + 3%
Max SP + 3%
Mdef + 10
Enables Level 1 Increase Agility.
If Inspiration is at level 5,
Reduces the cooldown of Shield Spell by 2 seconds.
Increases the damage of Vanishing Point by 10% for every level of Cannon Spear known.
ATK + 4% per level of Sacrifice known
Bypass 20% of hard defense of All race targets when performing a physical attack for every level of Pinpoint Attack known.
If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Increases long-ranged damage on targets by 5%.
If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Increases long-ranged damage on targets by an additional 5%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}