Spiritual Ring

Item ID 28432 Name Spiritual Ring
A beautiful ring which contains the spirits of the deceased.
It is said to be able to amplify magic if it comes in contact with spiritual power.
_______________________
DEX +1, INT +2
_______________________
When equipped with Wizardry Staff or Soul Staff:
DEX +2
MATK +6%
Decreases Variable Casting Time based on Wizardry Staff or Soul Staff Refine Level.
_______________________
When equipped with Clip or Rosary:
Inflict 50% more damage against Undead monster with Heal.
Inflict 30% more damage with Magnus Exorcismus.
Increases SP Recovery Rate by 9%
_______________________
When equipped with Divine Cross:
DEX +2
MATK +10%
Decreases damage taken from Undead elemental and Demon race monsters by 10%.
_______________________
When equipped with Book of Exorcism:
Decreases Variable Casting Time of Magnus Exorcismus by 25%.
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Spiritual_Ring_
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 10 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bInt,2;
bonus bDex,1;

Set Script
Spiritual Ring
Soul Staff
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bDex,2;
bonus bMatkRate,6;
bonus bVariableCastrate,-.@r;
Spiritual Ring
Wizardry Staff
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bDex,2;
bonus bMatkRate,6;
bonus bVariableCastrate,-.@r;
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;
Spiritual Ring
Clip
bonus2 bSkillAtk,"AL_HEAL",50;
bonus2 bSkillAtk,"PR_MAGNUS",30;
bonus bSPrecovRate,9;
Spiritual Ring
Rosary
bonus2 bSkillAtk,"AL_HEAL",50;
bonus2 bSkillAtk,"PR_MAGNUS",30;
bonus bSPrecovRate,9;
Spiritual Ring
Rosary
bonus2 bSkillAtk,"AL_HEAL",50;
bonus2 bSkillAtk,"PR_MAGNUS",30;
bonus bSPrecovRate,9;
Spiritual Ring
Holy Bible
bonus2 bVariableCastrate,"PR_MAGNUS",-25;
Spiritual Ring
Demon Hunting Bible
bonus2 bVariableCastrate,"PR_MAGNUS",-25;