Spiritual Ring
ID: 2677 · Spiritual_Ring
NPC Sell:
10z
NPC Buy:
20z
Item Info
| Type | Armor |
| Weight | 10 |
| Slots | 0 |
| Equip | Accessory 1 + Accessory 2 |
| NPC Buy | 20z |
| NPC Sell | 10z |
Description
A beautiful ring imbued with strange spiritual powers that result in surprising effects when worn with the right items.
Dex +1, Int +2
When combined with Wizardry Staff or Soul Staff:
Dex +2
Matk +6%
Reduces cast time by a percentage according to the Staff's upgrade level.
When combined with Clip or Rosary:
Increases Magnus Exorcismus damage by 30%.
+50% Heal damage on Undead monsters.
Increases SP regen by 9%.
Class: Accessory
Defense: 0
Weight: 10
Jobs: All
Script
On Equip:
bonus bInt,2;
bonus bDex,1;
Combo (Staff_Of_Soul + Spiritual_Ring):
bonus bMatkRate, 6;
bonus bDex, 2;
bonus bCastrate, -getequiprefinerycnt(EQI_HAND_R);
Combo (Wizardy_Staff + Spiritual_Ring):
bonus bMatkRate, 6;
bonus bDex, 2;
bonus bCastrate, -getequiprefinerycnt(EQI_HAND_R);
Combo (Divine_Cross + Spiritual_Ring):
bonus bMatkRate, 10;
bonus bDex, 2;
bonus2 bSubRace, RC_Demon, 10;
bonus2 bSubRace, RC_Undead, 10;
Combo (Clip + Spiritual_Ring):
bonus2 bSkillAtk, "AL_HEAL", 50;
bonus2 bSkillAtk, "PR_MAGNUS", 30;
bonus bSPrecovRate, 9;
Combo (Rosary + Spiritual_Ring):
bonus2 bSkillAtk, "AL_HEAL", 50;
bonus2 bSkillAtk, "PR_MAGNUS", 30;
bonus bSPrecovRate, 9;
Combo (Rosary_ + Spiritual_Ring):
bonus2 bSkillAtk, "AL_HEAL", 50;
bonus2 bSkillAtk, "PR_MAGNUS", 30;
bonus bSPrecovRate, 9;
No known monster drops for this item.