Armor of White Thread [1], броня (Renewal)

Armor of White Thread [1] (ARMOR_OF_WHITE_THREAD) – броня.

Armor of White Thread [1], броня (Renewal)

An armor worn by a lavish warrior. Loaded with magical powers that pierces through any armor.
Matk + 10
Bypass 10% of hard magic defense of all race targets when performing a magical attack.

If upgrade level is +7 or higher,
Additional Matk + 20.
Bypass an additional 20% of hard magic defense of all race targets when performing a magical attack.

If upgrade level is +8 or higher,
Additional Matk + 20.
Bypass an additional 20% of hard magic defense of all race targets when performing a magical attack.
This item is indestructible in battle.

If upgrade level is +9 or higher,
Additional Matk + 30.
Bypass an additional 20% of hard magic defense of all race targets when performing a magical attack.

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

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

Скрипт

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