Thanos Magic Helmet [1], броня (Renewal)

Thanos Magic Helmet [1] (THANOS_HELM_3) – броня.

Thanos Magic Helmet [1], броня (Renewal)

Matk + 4% per 3 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases all property magical damage by 10%.
If refine rate is 11 or higher, increases magical damage against all property enemies by 15%.

When equipped with Thanos Two-handed Staff-AD, increases magical damage against all size enemies by 10%,
increases Crimson Rock damage by 10% per 2 refine rate of weapon.

When equipped with Thanos Staff-AD, increases magical damage against all race monsters by 10%,
increases Varetyr Spear damage by 10% per 2 refine rate of weapon.

When equipped with Thanos Dagger-AD, increases all property magical damage by 10%,
increases Psychic Wave damage by 10% per 2 refine rate of weapon.

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

  • ID: 29266
  • Код: THANOS_HELM_3
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 190
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bMatkRate,4*(.@r/3);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,10;
      if (.@r>=11) {
         bonus2 bMagicAddEle,Ele_All,15;
      }
   }
}