Mighty Black Threaded Armor [1], броня (Renewal)

Mighty Black Threaded Armor [1] (ARMOR_OF_ROSARY) – броня.

Mighty Black Threaded Armor [1], броня (Renewal)

An armor that enhances the user, allowing them to crush their enemies. It was buried with it's previous master.
Atk + 10
Bypass 10% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
If upgrade level is +7 or higher,
Additional Atk + 20
Bypass an additional 20% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
If upgrade level is +8 or higher,
Additional Atk + 20
Bypass an additional 20% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
This item is indestructible in battle.
If upgrade level is +9 or higher,
Additional Atk + 30
Bypass an additional 20% of hard defense of normal monsters, boss monsters and players when performing a physical attack.

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

  • ID: 24018
  • Код: ARMOR_OF_ROSARY
  • Тип: броня
  • Уровень брони: 1
  • Защита: 60
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 80

Скрипт

.@r = getrefine();
bonus bBaseAtk,10;
bonus2 bIgnoreDefRaceRate,RC_All,10;
if (.@r>=7) {
   bonus bBaseAtk,20;
   bonus2 bIgnoreDefRaceRate,RC_All,20;
}
if (.@r>=8) {
   bonus bBaseAtk,20;
   bonus2 bIgnoreDefRaceRate,RC_All,20;
   bonus bUnbreakableArmor;
}
if (.@r>=9) {
   bonus bBaseAtk,30;
   bonus2 bIgnoreDefRaceRate,RC_All,20;
}