Paradise Mace, булава (Renewal)
Paradise Mace (1PARA_MACE) – оружие.

Can't be refined.
Can't be destroyed.
If the user's base level is 20 or higher, Atk + 15.
If the user's base level is 30 or higher, additional Atk + 20.
If the user's base level is 45 or higher, additional Atk + 25.
Скрипт
if (BaseLevel>=20) bonus bBaseAtk,15; if (BaseLevel>=30) bonus bBaseAtk,20; if (BaseLevel>=45) bonus bBaseAtk,25;