
RENEWAL / ITEMS
Soul Expansion Ring [1]
#490079Armor
SoulExpansionRing
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
Type: Equipment
Class: Accessory
Weight: 10
Requires Level: 100
Usable By: All Jobs
Int + 7
Increases magical damage against small, medium and large size monsters by 10%.
Increases Soul Expansion damage by 1% per 7 base level.
If user learned Stasis level 5, increases shadow, ghost and neutral property magical damage by 10%.
If user learned Intensification level 5, reduces cooldown of Intensification by 75 seconds.
If user learned Hell Inferno level 5, attack speed + 15%,
recovers 100 HP and 10 SP when killing monsters with magical damage.
If user learned Recognized Spell level 5, reduces delay after skill by 30%.
When equipped with Truth Liberation and both are equipped by Warlock, ignores magic defense of all race monsters by 100%.
When this ring is unequipped, cancels the effect of Intensification.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
bonus bMdef,15;
bonus bInt,7;
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSkillAtk,"WL_SOULEXPANSION",(BaseLevel/7);
if (getskilllv("WL_STASIS") == 5) {
bonus2 bMagicAtkEle,Ele_Dark,10;
bonus2 bMagicAtkEle,Ele_Ghost,10;
bonus2 bMagicAtkEle,Ele_Neutral,10;
}
if (getskilllv("WL_TELEKINESIS_INTENSE") == 5)
bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-75000;
if (getskilllv("WL_HELLINFERNO") == 5) {
bonus bAspdRate,15;
bonus bMagicHPGainValue,100;
bonus bMagicSPGainValue,10;
}
if (getskilllv("WL_RECOGNIZEDSPELL") == 5)
bonus bDelayrate,-30;