Paradise Luxury Suit, броня (Renewal)
Paradise Luxury Suit (2PARA_ARMOR_A) – броня.

Can't be refined.
MaxHP + 1500, MaxSP + 150, reduces global cooldown by 5%.
Atk + 5 per 10 base level (up to level 150).
If the user's base level is 105 or higher, Atk + 3%.
If the user's base level is 110 or higher, reduces global cooldown by additional 5%.
If the user's base level is 120 or higher, MaxHP + 3%.
Базовые свойства предмета
- ID: 30275
- Код: 2PARA_ARMOR_A
- Тип: броня
- Уровень брони: 1
- Защита: 50
- Требуемый уровень: 100
- Вес: 1
Скрипт
.@l = BaseLevel; bonus bMaxHP,1500; bonus bMaxSP,150; bonus bDelayrate,-5; bonus bBaseAtk,5*(min(.@l,150)/10); if (.@l>=105) bonus bAtkRate,3; if (.@l>=110) bonus bDelayrate,-5; if (.@l>=120) bonus bMaxHPrate,3; if (.@l>=130) bonus bBaseAtk,40;