Arcbishop Battle Armor

Item ID 15082 Name Arcbishop Battle Armor
The battle armor symbolizing the highest status of the Archbishop.
_______________________
MaxHP +300
_______________________
For each 3 Refine Levels:
INT +1
DEX +1
MaxHP +1%
_______________________
When equipped with Archbishop Battle Boots and Battle Shawl:
Enables the use of Level 1 Odin's Power.

Base DEX at least 110:
Decreases Clearance, Lauda Ramus and Lauda Agnus skill cooldown by 3 seconds.

Decreases damage taken from Demi-Human race by 10%.
_______________________
Type: Armor
Defense: 55
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 99
Archbishop
Weapon Level 0 Identifier AB_Battle_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 55 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,300;
bonus bInt,.@r/3;
bonus bDex,.@r/3;
bonus bMaxHPrate,.@r/3;

Set Script
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;
}