Thanos Magic Helmet-LT [1], броня (Renewal)
Thanos Magic Helmet-LT [1] (THANOS_HELM3_LT) – броня.
![Thanos Magic Helmet-LT [1], броня (Renewal) Thanos Magic Helmet-LT [1], броня (Renewal)](/images/db/items/picture/400145.png)
Matk + 5% per 3 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 15%.
If refine rate is 9 or higher, increases all property magical damage by 15%.
If refine rate is 11 or higher, increases magical damage against all property enemies by 15%, reduces fixed casting time by 0.2 seconds.
When equipped with Thanos Two-handed Staff-AD, increases magical damage against all size enemies by 15%,
increases Crimson Rock damage by 12% per 2 refine rate of weapon.
When equipped with Thanos Staff-AD, increases magical damage against all race monsters by 15%,
increases Varetyr Spear damage by 12% per 2 refine rate of weapon.
When equipped with Thanos Dagger-AD, increases all property magical damage by 15%,
increases Psychic Wave damage by 12% per 2 refine rate of weapon.
[Bonus by grade]
[Grade D] Increases all property magical damage by 5%.
[Grade C] SPL + 2, S.Matk + 2.
Базовые свойства предмета
- ID: 29265
- Код: THANOS_HELM3_LT
- Тип: броня
- Уровень брони: 2
- Защита: 10
- Требуемый уровень: 190
- Вес: 10
Скрипт
.@r = getrefine(); .@g = getenchantgrade(); bonus bMatkRate,5*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bMagicAddEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,5; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,2; bonus bSpl,2; } }