Lunarina Card

Item ID 300660 Name Lunarina Card
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
Weapon Level 0 Identifier aegis_300660
Attack 0 Type Card
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item 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;
}

Set Script
Lunarina Card
Shadist Card
bonus2 bMagicAddClass,Class_Normal,4;
bonus2 bMagicAddClass,Class_Boss,4;
Abyss Knight Commander Card
Lunarina Card
bonus2 bMagicAddEle,Ele_All,5;