Viewing Item

#490079: Mental Amplifier Ring

Item ID 490079 For Sale No
Identifier SoulExpansionRing Credit Price Not For Sale
Name Mental Amplifier Ring Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bMdef,15;

2 bonus bInt,7;

3 bonus2 bMagicAddSize,Size_All,10;

4 bonus2 bSkillAtk,"WL_SOULEXPANSION",(BaseLevel/7);

5 if (getskilllv("WL_STASIS") == 5) {

6 bonus2 bMagicAtkEle,Ele_Dark,10;

7 bonus2 bMagicAtkEle,Ele_Ghost,10;

8 bonus2 bMagicAtkEle,Ele_Neutral,10;

9 }

10 if (getskilllv("WL_TELEKINESIS_INTENSE") == 5)

11 bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-75000;

12 if (getskilllv("WL_HELLINFERNO") == 5) {

13 bonus bAspdRate,15;

14 bonus bMagicHPGainValue,100;

15 bonus bMagicSPGainValue,10;

16 }

17 if (getskilllv("WL_RECOGNIZEDSPELL") == 5)

18 bonus bDelayrate,-30;

Equip Script None
Unequip Script

1 sc_end SC_TELEKINESIS_INTENSE;