Punch Bug Card, карта (Renewal)
Punch Bug Card (PUNCH_BUG_CARD) – карта.

Atk + 5%.
When compounded on knuckle, increases melee physical damage by 10% and additional 2% per 3 refine rate of weapon,
if the user's base level is 200 or higher, increases melee physical damage by additional 3% per 3 refine rate of weapon.
Compound on: Weapon
Базовые свойства предмета
- ID: 17037
 - Код: PUNCH_BUG_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bAtkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_KNUCKLE) {
   bonus bShortAtkRate,10+2*(.@r/3);
   if (BaseLevel>=200) {
      bonus bShortAtkRate,3*(.@r/3);
   }
}