Paradise Sword, одноручный меч (Renewal)
Paradise Sword (1PARA_SWORD) – оружие.

Can't be refined.
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.
Базовые свойства предмета
- ID: 31171
- Код: 1PARA_SWORD
- Тип: оружие
- Подтип: одноручный меч
- Уровень оружия: 2
- Атака: 100
- Требуемый уровень: 10
- Профессии: alchemist, assassin, blacksmith, crusader, knight, merchant, rogue, swordman, thief
- Вес: 1
Скрипт
if (BaseLevel>=20) bonus bBaseAtk,15; if (BaseLevel>=30) bonus bBaseAtk,20; if (BaseLevel>=45) bonus bBaseAtk,25;