Excelion Shield [1], броня (Renewal)
Excelion Shield [1] (EXCELION_SHIELD) – броня.
![Excelion Shield [1], броня (Renewal) Excelion Shield [1], броня (Renewal)](/images/db/items/picture/28941.png)
A shield made from lost technology found in the research building ruins.
Mdef + 5
Max HP + 5%
Max SP + 5%
If the user's base level is 130 or higher,
Additional Max HP + 5%.
Additional Max SP + 5%.
For every 3 upgrade levels of the item,
Atk + 30
Matk + 30
Базовые свойства предмета
- ID: 28075
- Код: EXCELION_SHIELD
- Тип: броня
- Уровень брони: 1
- Защита: 95
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 120
Скрипт
.@r = getrefine(); bonus bMdef,5; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bBaseAtk,30*(.@r/3); bonus bMatk,30*(.@r/3); if (readparam(BaseLevel)>=130) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; }