Viewing Item

#313037: Star Cluster of Intelligence 4Lv

Item ID 313037 For Sale No
Identifier Star_Cluster_Of_Int4 Credit Price Not For Sale
Name Star Cluster of Intelligence 4Lv Type Card - Enchant
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description A star essence that strengthens the wearer.
_______________________
Increases Magical Damage against enemies of every race, except Players, by 20%.
_______________________
For each 15 base SPL:
S.MATK +1.
Increases Magical Damage with every element by 2%.
_______________________
For each 15 base CON:
MATK +10, MATK +1%.
_______________________
When equipped with Token of Life:
Increases Magical Damage against enemies of Normal and Boss class by 12%.
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@con

2 =

3 (readparam(bCon)/15);

4 .@spl

5 =

6 (readparam(bSpl)/15);

7 bonus2

8 bMagicAddRace,RC_All,20;

9 bonus2

10 bMagicAddRace,RC_Player_Human,-20;

11 bonus2

12 bMagicAddRace,RC_Player_Doram,-20;

13 bonus2

14 bMagicAtkEle,Ele_All,2*.@spl;

15 bonus

16 bSMatk,.@spl;

17 bonus

18 bMatkRate,.@con;

19 bonus

20 bMatk,10*.@con;

Equip Script None
Unequip Script None