
RENEWAL / ITEMS
Copo Card
#300455Card
Copo_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
Increases physical and magical damage against small size enemies by 15%.
------------------------
For every 4 refine level, increases physical and magical damage against small size enemies by 5%.
------------------------
When Weapon Level is 5, increases physical and magical damage against medium size enemies by 12%.
For every 3 refine level, increases physical and magical damage against medium size enemies by additional 4%.
------------------------
Class : Card
Compound on : Weapon
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect 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);
}