ID #300660
Card
Lunarina 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 size by 12%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Magical Damage against monsters of Normal class by 2% per 3 Refine Levels.
_______________________
When equipped with Shadist Card:
Increases Magical Damage against monsters of Normal class by 4%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
When Grade of compounded equipment is A:
Increases Magical Damage against monsters of every size by 12%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Magical Damage against monsters of Normal class by 2% per 3 Refine Levels.
_______________________
When equipped with Shadist Card:
Increases Magical Damage against monsters of Normal 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_Normal,2*getrefine()/3; } if (getenchantgrade()>=ENCHANTGRADE_A) { bonus2 bMagicAddSize,Size_All,12; }
bonus bSMatk,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL) == 5) {
bonus2 bMagicAddClass,Class_Normal,2*getrefine()/3;
}
if (getenchantgrade()>=ENCHANTGRADE_A) {
bonus2 bMagicAddSize,Size_All,12;
}