ID #300532
Card
Ghost Ship Captain Card
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
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 bonus2 bAddClass,Class_Boss,20; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) { bonus2 bAddClass,Class_Boss,10; }
bonus2 bAddClass,Class_Boss,20;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
bonus2 bAddClass,Class_Boss,10;
}