Archbishop Battle Boots

Item ID 22027 Name Archbishop Battle Boots
The combat boots symbolizing the highest status of the Archbishop.
_______________________
For each 2 Refine Levels:
MaxHP +100, MaxSP +1%
_______________________
When equipped with Battle Shawl:
Base INT at least 100:
Decreases SP Consumption by 5%.

Bonus INT at least +10:
Increases Healing skills effectiveness by 5%.
_______________________
Type: Shoes
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 99
Archbishop
Weapon Level 0 Identifier AB_Battle_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 Equippable Jobs Priest
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 99
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,100*(.@r/2);
bonus bMaxSPrate,.@r/2;

Set Script
Battle Cape
Archbishop Battle Boots
bonus2 bSkillHeal,"AL_HEAL",5;
bonus2 bSkillHeal,"AB_HIGHNESSHEAL",5;
bonus2 bSkillHeal,"AB_CHEAL",5;
if (readparam(bInt)>=100)
   bonus bUseSPrate,-5;
Arcbishop Battle Armor
Battle Cape
Archbishop Battle Boots
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
skill "ALL_ODINS_POWER",1;
if (readparam(bDex)>=110) {
   bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-3000;
   bonus2 bSkillCooldown,"AB_LAUDARAMUS",-3000;
   bonus2 bSkillCooldown,"AB_CLEARANCE",-3000;
}