POW Enforcement, (Renewal)

POW Enforcement (POW_ENFORCE) – карта.

 

If the user's base level is 240 or higher,
Every 10 base POW, Atk + 1%, increases melee/long ranged physical damage by 1%.
(Applies up to 100 base POW)

Базовые свойства предмета

  • ID: 19468
  • Код: POW_ENFORCE
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

if (BaseLevel>=240) {
   .@param = min(readparam(bPow),100);
   bonus bLongAtkRate,(.@param/10);
   bonus bShortAtkRate,(.@param/10);
   bonus bAtkRate,(.@param/10);
}