Reinforced Parts - Gloves, броня (Renewal)

Reinforced Parts - Gloves (UPGRADE_PART_PLATE) – броня.

Reinforced Parts - Gloves, броня (Renewal)

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
Upgrade Part - Engine [1]
Upgrade Part - Booster [1]
Upgrade Part - Gun Barrel [1]
Increases the damage of Arm Cannon by 50%.

Базовые свойства предмета

  • ID: 23874
  • Код: UPGRADE_PART_PLATE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 110
  •  
  • Требуемый уровень: 100
  • Профессии: blacksmith
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 300

Скрипт

bonus bUnbreakableArmor;
bonus2 bSubSize,Size_Small,10;
bonus2 bSubSize,Size_Medium,10;
.@r = getrefine();
if (.@r>=7) {
   bonus2 bSubSize,Size_Large,10;
}
if (.@r>=9) {
   bonus2 bSubSize,Size_Small,5;
   bonus2 bSubSize,Size_Medium,5;
}