Attacker Booster Greaves [1], броня (Renewal)
Attacker Booster Greaves [1] (ATKER_GREAVE) – броня.
![Attacker Booster Greaves [1], броня (Renewal) Attacker Booster Greaves [1], броня (Renewal)](/images/db/items/picture/470000.png)
A special set of greaves for your rapid growth.
Specialized in Melee Physical Attack.
Cannot be refined.
ATK + 20
FLEE + 20
For every 3 refine levels, increases MHP + 1%.
If refined to +7, increases MHP + 5%.
If refined to +9, decreases Fixed Casting Time by 0.5 seconds.
Базовые свойства предмета
- ID: 30384
- Код: ATKER_GREAVE
- Тип: броня
- Уровень брони: 1
- Защита: 20
- Требуемый уровень: 100
- Вес: 1
Скрипт
bonus bBaseAtk,20; bonus bFlee,20; .@r = getrefine(); if (.@r>=3) { bonus bMaxHPrate,.@r/3; } if (.@r>=7) { bonus bMaxHPrate,5; } if (.@r>=9) { bonus bFixedCast,-500; }