Spiritual Ring

Item ID 2786 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 by Refine Level.
_______________________
When equipped with Clip or Rosary:
Increases damage of Magnus Exorcismus by 30%.
Inflicts 50% more damage against Undead monster with Heal.
Increases SP Recovery Rate by 9%
_______________________
Type: Accessory
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Spiritual_Ring_M
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 0 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 Can't be dropped
Item Script
bonus bInt,2;
bonus bDex,1;

Set Script
Clip
Spiritual Ring
bonus2 bSkillAtk,"AL_HEAL",50;
bonus2 bSkillAtk,"PR_MAGNUS",30;
bonus bSPrecovRate,9;
Rosary
Spiritual Ring
bonus2 bSkillAtk,"AL_HEAL",50;
bonus2 bSkillAtk,"PR_MAGNUS",30;
bonus bSPrecovRate,9;
Rosary
Spiritual Ring
bonus2 bSkillAtk,"AL_HEAL",50;
bonus2 bSkillAtk,"PR_MAGNUS",30;
bonus bSPrecovRate,9;
Spiritual Ring
Soul Staff
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bMatkRate,6;
bonus bDex,2;
bonus bVariableCastrate,-.@r;
Spiritual Ring
Wizardry Staff
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bMatkRate,6;
bonus bDex,2;
bonus bVariableCastrate,-.@r;