Divine Cross

Item ID 2017 Name Divine Cross
This staff is made of two parts that can be recombined to form a cross that will endow Holy power to its user.
_______________________
DEX +4
MATK +210
_______________________
Decreases damage taken from Undead elemental and Demon race monsters by 15%.
_______________________
When equipped with Spiritual Ring:
DEX +2
MATK +10%
Decreases damage taken from Undead elemental and Demon race monsters by 10%.
_______________________
Type: Two-Handed Staff
Attack: 120
Weight: 150
Element: Holy
Weapon Level: 4
_______________________
Requirement:
Base Level 70
Priest and Monk classes
Weapon Level 4 Identifier Divine_Cross_
Attack 120 Type Weapon - Two-Handed Staff
MATK 210 Equip Locations Two-Handed
Defense 0 Equippable Jobs Priest, Monk
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 150 Min Equip Level 70
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bUnbreakableWeapon;
bonus bAtkEle,Ele_Holy;
bonus bDex,4;
bonus2 bSubRace,RC_Demon,15;
bonus2 bSubRace,RC_Undead,15;

Set Script
Spiritual Ring
Divine Cross
bonus bMatkRate,10;
bonus bDex,2;
bonus2 bSubRace,RC_Demon,10;
bonus2 bSubRace,RC_Undead,10;
Spiritual Ring
Divine Cross
bonus bMatkRate,10;
bonus bDex,2;
bonus2 bSubRace,RC_Demon,10;
bonus2 bSubRace,RC_Undead,10;
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);
}