Thanos Warrior Helmet-LT [1], броня (Renewal)

Thanos Warrior Helmet-LT [1] (THANOS_HELM1_LT) – броня.

Thanos Warrior Helmet-LT [1], броня (Renewal)

Atk + 5% per 3 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 15%).
If refine rate is 9 or higher, increases melee physical damage by 15%.
If refine rate is 11 or higher, increases physical damage against all property enemies by 15%, reduces fixed casting time by 0.2 seconds.

When equipped with Thanos Greatsword-AD, increases physical damage against all size enemies damage by 15%,
increases Wind Cutter damage by 12% per 2 refine rate of weapon.

When equipped with Thanos Axe-AD, increases physical damage against all race monsters damage by 15%,
increases Axe Tornado damage by 12% per 2 refine rate of weapon.

When equipped with Thanos Spear-AD, reduces global cooldown by 15%,
increases Hesperus Lit damage by 12% per 2 refine rate of weapon.

[Bonus by grade]
[Grade D] Increases melee physical damage by 5%.
[Grade C] POW + 2, P.Atk + 2.

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

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

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,15;
   if (.@r>=9) {
      bonus bShortAtkRate,15;
      if (.@r>=11) {
         bonus bFixedCast,-200;
         bonus2 bAddEle,Ele_All,15;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bShortAtkRate,5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,2;
      bonus bPow,2;
   }
}