Elemental Booster Shoes [1], броня (Renewal)
Elemental Booster Shoes [1] (ELE_SHOES) – броня.
![Elemental Booster Shoes [1], броня (Renewal) Elemental Booster Shoes [1], броня (Renewal)](/images/db/items/picture/470001.png)
A special set of shoes for your rapid growth.
Specialized in elemental Magic Attack.
Cannot be refined.
MATK + 20
FLEE + 20
For every 3 refine levels, increases MHP + 400.
If refined to +7, increases MHP + 1800.
If refined to +9, decreases fixed casting time by 0.5 seconds.
Базовые свойства предмета
- ID: 30385
- Код: ELE_SHOES
- Тип: броня
- Уровень брони: 1
- Защита: 15
- Требуемый уровень: 100
- Вес: 1
Скрипт
bonus bMatk,20; bonus bFlee,20; .@r = getrefine(); if (.@r>=3) { bonus bMaxHP,.@r/3*400; } if (.@r>=7) { bonus bMaxHP,1800; } if (.@r>=9) { bonus bFixedCast,-500; }