ID #300455
Card
Copo Card
Buy Price: N/A
Sell Price: N/A
Increases Damage against monsters of Small size by 15%.
_______________________
For each 4 Refine Levels:
Increases Damage against monsters of Small size by additional 5%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Damage against monsters of Medium size by 12%.
For each 3 Refine Levels:
Increases Damage against monsters of Medium size by additional 4%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
For each 4 Refine Levels:
Increases Damage against monsters of Small size by additional 5%.
_______________________
When Weapon Level of compounded equipment is 5:
Increases Damage against monsters of Medium size by 12%.
For each 3 Refine Levels:
Increases Damage against monsters of Medium size by additional 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 .@r = getrefine(); bonus2 bAddSize,Size_Small,15+5*(.@r/4); bonus2 bMagicAddSize,Size_Small,15+5*(.@r/4); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) { bonus2 bAddSize,Size_Medium,12+4*(.@r/3); bonus2 bMagicAddSize,Size_Medium,12+4*(.@r/3); }
.@r = getrefine();
bonus2 bAddSize,Size_Small,15+5*(.@r/4);
bonus2 bMagicAddSize,Size_Small,15+5*(.@r/4);
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
bonus2 bAddSize,Size_Medium,12+4*(.@r/3);
bonus2 bMagicAddSize,Size_Medium,12+4*(.@r/3);
}