Divine Gloves

Item ID 28323 Name Divine Gloves
Gloves used to purify and lead unclean people to repentance.
_______________________
Random chance to auto-cast Level 1 Turn Undead when recieving physical damage.
_______________________
When equipped with Divine Cross:
If you learned a higher Level of Turn Undead, it will auto cast that Level instead.

For each Refine Level equal or above +5 of Divine Corss:
Increases trigger chance of Turn Undead.
_______________________
Type: Accessory
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 70
Weapon Level 0 Identifier Exorcist_Gloves
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",1,30;

Set Script
Divine Cross
Divine Gloves
.@r = getequiprefinerycnt(EQI_HAND_R);
.@skill_level = getskilllv("PR_TURNUNDEAD");
if (.@skill_level >= 2) {
   .@rate_bonus = max(.@r, 5) - 5;
   bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",.@skill_level,30+(10*.@rate_bonus);
}
Divine Cross
Divine Gloves
.@r = getequiprefinerycnt(EQI_HAND_R);
.@skill_level = getskilllv("PR_TURNUNDEAD");
if (.@skill_level >= 2) {
   .@rate_bonus = max(.@r, 5) - 5;
   bonus3 bAutoSpellWhenHit,"PR_TURNUNDEAD",.@skill_level,30+(10*.@rate_bonus);
}