Runaway Accelerator [1], броня (Renewal)
Runaway Accelerator [1] (RUNAWAY_ACCELERATOR) – броня.
![Runaway Accelerator [1], броня (Renewal) Runaway Accelerator [1], броня (Renewal)](/images/db/items/picture/400047.png)
Increase physical, magical damage to all monsters by 1%. Restores 250HP and 30SP every 5 seconds. Reduce physical damage from Boss and Normal monsters by 10% per 1 refine rate.
When refined to +7 or higher, ignores physical, magical defense of all monsters by 25%. Reduce incoming physical damage from Boss and Normal monsters by additional 5%.
When refined to +9 or higher, ignores physical, magical defense of all monsters by additional 25%. Reduce incoming physical damage from Boss and Normal monsters by additional 5%.
Базовые свойства предмета
- ID: 29182
- Код: RUNAWAY_ACCELERATOR
- Тип: броня
- Уровень брони: 1
- Защита: 20
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 70
Скрипт
.@r = getrefine(); bonus bAtkRate,.@r; bonus bMatkRate,.@r; bonus2 bSubClass,Class_Normal,10; bonus2 bSubClass,Class_Boss,10; bonus2 bHPRegenRate,250,5000; bonus2 bSPRegenRate,30,5000; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,25; bonus2 bIgnoreMdefRaceRate,RC_All,25; bonus2 bSubClass,Class_Normal,5; bonus2 bSubClass,Class_Boss,5; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,25; bonus2 bIgnoreMdefRaceRate,RC_All,25; bonus2 bSubClass,Class_Normal,5; bonus2 bSubClass,Class_Boss,5; }