Upgrade Part - Gloves [1], броня (Renewal)
Upgrade Part - Gloves [1] (UPGRADE_PART_PLATE_) – броня.
![Upgrade Part - Gloves [1], броня (Renewal) Upgrade Part - Gloves [1], броня (Renewal)](/images/db/items/picture/15344.png)
Designed to be worn over the frames of Madogears for enhanced Defense, this part is easy to assemble and disassemble.
Property: Neutral
Reduces damage taken from Small and Medium size enemies by 10%.
If upgrade level is +7 or higher, Reduces damage taken from Large size enemies by 10%.
If upgrade level is +9 or higher, Reduces damage taken from Small and Medium size enemies by an additional 5%.
This item is indestructible in battle.
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: 24020
- Код: UPGRADE_PART_PLATE_
- Тип: броня
- Уровень брони: 1
- Защита: 110
- Требуемый уровень: 130
- Профессии: blacksmith
- Цена покупки: 25 000 з
- Цена продажи: 12 500 з
- Вес: 300
Скрипт
.@r = getrefine();
.@val = 10;
if (.@r>6) {
bonus2 bSubSize,Size_Large,10;
if (.@r>8) {
.@val += 5;
}
}
bonus2 bSubSize,Size_Small,.@val;
bonus2 bSubSize,Size_Medium,.@val;