Copo Card
| Item ID | 300455 | Name | Copo Card |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Copo_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 |
.@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);
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bVariableCastrate,-5; |
||||
|
.@r_shoes = getequiprefinerycnt(EQI_SHOES); bonus2 bAddSize,Size_Large,10+3*(.@r_shoes/2); |
||||
|
.@r_shoes = getequiprefinerycnt(EQI_SHOES); bonus2 bMagicAddSize,Size_Large,10+3*(.@r_shoes/2); |