Ghost Ship Captain Card

Item ID 300532 Name Ghost Ship Captain Card
Increases Physical Damage against monsters of Boss class by 20%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Physical Damage against monsters of Boss class by an additional 10%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Weapon Level 0 Identifier Cap_Of_G_Ship_Card
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
bonus2 bAddClass,Class_Boss,20;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
   bonus2 bAddClass,Class_Boss,10;
}