ID #300662
Card
Shadist Card
Buy Price: N/A
Sell Price: N/A
S.MATK +5.
_______________________
When Grade of compounded equipment is A:
Increases Magical Damage against monsters of every element by 15%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Magical Damage against monsters of Boss class by 2% per 3 Refine Levels.
_______________________
When equipped with Lunarina Card:
Increases Magical Damage against monsters of Boss class by 4%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
When Grade of compounded equipment is A:
Increases Magical Damage against monsters of every element by 15%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Magical Damage against monsters of Boss class by 2% per 3 Refine Levels.
_______________________
When equipped with Lunarina Card:
Increases Magical Damage against monsters of Boss class by 4%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script bonus bSMatk,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL) == 5) { bonus2 bMagicAddClass,Class_Boss,2*getrefine()/3; } if (getenchantgrade()>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_All,10; }
bonus bSMatk,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL) == 5) {
bonus2 bMagicAddClass,Class_Boss,2*getrefine()/3;
}
if (getenchantgrade()>=ENCHANTGRADE_A) {
bonus2 bMagicAddEle,Ele_All,10;
}