Reinforced Parts - Engine [1], броня (Renewal)
Reinforced Parts - Engine [1] (UPGRADE_PART_ENGINE) – броня.
![Reinforced Parts - Engine [1], броня (Renewal) Reinforced Parts - Engine [1], броня (Renewal)](/images/db/items/picture/20733.png)
Designed to maximize the outputs of Madogears, this part is easy to assemble and disassemble.
Reduces the global delay of skills by 10%.
If upgrade level is +7 or higher, Reduces damage taken from Neutral property attacks by 10%.
If upgrade level is +9 or higher, Reduces the global delay of skills by an additional 10%.
Set Bonus
Upgrade Part - Plate
Upgrade Part - Engine [1]
Upgrade Part - Booster [1]
Upgrade Part - Gun Barrel [1]
Increases the damage of Arm Cannon by 50%.
Set Bonus
Upgrade Part - Plate [1]
Upgrade Part - Engine [1]
Upgrade Part - Booster [1]
Upgrade Part - Gun Barrel [1]
Increases the damage of Arm Cannon by 50%.
Базовые свойства предмета
- ID: 26296
 - Код: UPGRADE_PART_ENGINE
 - Тип: броня
 - Уровень брони: 1
 - Защита: 25
 - Требуемый уровень: 100
 - Профессии: blacksmith
 
- Цена покупки: 10 з
 - Цена продажи: 5 з
 - Вес: 150
 
Скрипт
bonus bDelayrate,-10;
.@r = getrefine();
if (.@r>=7) {
   bonus2 bSubEle,Ele_Neutral,10;
}
if (.@r>=9) {
   bonus bDelayrate,-10;
}