SPL Enforcement, (Renewal)
SPL Enforcement (SPL_ENFORCE) – карта.
If the user's base level is 240 or higher,
Every 10 base SPL, Matk + 1%, increases all property magical damage by 1%.
(Applies up to 100 base SPL)
Базовые свойства предмета
- ID: 19470
- Код: SPL_ENFORCE
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
if (BaseLevel>=240) { .@param = min(readparam(bSpl),100); bonus2 bMagicAtkEle,Ele_All,(.@param/10); bonus bMatkRate,(.@param/10); }