CON Enforcement (Physical), (Renewal)
CON Enforcement (Physical) (CON_ENFORCE_MELEE) – карта.
If the user's base level is 240 or higher,
Every 7 base CON, Atk + 5, increases melee/long ranged physical damage by 1%.
(Applies up to 100 base CON)
Базовые свойства предмета
- ID: 19476
- Код: CON_ENFORCE_MELEE
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
if (BaseLevel>=240) { .@param = min(readparam(bCon),100); bonus bLongAtkRate,(.@param/7); bonus bShortAtkRate,(.@param/7); bonus bBaseAtk,5*(.@param/7); }