Paradise Manteau, броня (Renewal)
Paradise Manteau (1PARA_MANTEAU_A) – броня.

Can't be refined.
Reduces damage taken from neutral property by 20%, Hit + 15.
Additional Hit + 1 per 5 base level (up to level 100).
If the user's base level is 30 or higher, increases attack speed (reduces delay after attack by 5%).
If the user's base level is 45 or higher, increases additional attack speed (reduces delay after attack by additional 5%).
If the user's base level is 85 or higher, ASPD + 1.
Базовые свойства предмета
- ID: 30624
- Код: 1PARA_MANTEAU_A
- Тип: броня
- Уровень брони: 1
- Защита: 8
- Требуемый уровень: 10
- Вес: 1
Скрипт
bonus2 bSubEle,Ele_Neutral,20; bonus bHit,15; bonus bHit,(min(BaseLevel,100)/5); if (BaseLevel>=30) bonus bAspdRate,5; if (BaseLevel>=45) bonus bAspdRate,5; if (BaseLevel>=85) bonus bAspd,1;