Copo Card, карта (Renewal)
Copo Card (AEGIS_300455) – карта.

Increases physical and magical damage against small size enemies by 15%.
Every 4 refine rate, increases physical and magical damage against small size enemies by additional 5%.
If level of compounded weapon is 5, increases physical and magical damage against medium size enemies by 12%,
every 3 refine rate, increases physical and magical damage against medium size enemies by additional 4%.
Compound on: Weapon
Базовые свойства предмета
- ID: 17046
- Код: AEGIS_300455
- Тип: карта
- Вес: 1
Скрипт
.@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); }