0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Card
10

Item Flags

Yes

Scripts

.@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);
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.