Helm of Faith (Sorcerer) [1], броня (Renewal)
Helm of Faith (Sorcerer) [1] (VIVA_ADUL_HAT_SO1) – броня.
![Helm of Faith (Sorcerer) [1], броня (Renewal) Helm of Faith (Sorcerer) [1], броня (Renewal)](/images/db/items/picture/400218.png)
If the user's base level is 210 or higher, SPL + 2, S.Matk + 1.
If the user's base level is 230 or higher, SPL + 3, S.Matk + 2.
Matk + 10 per 2 refine rate.
Increases Poison Burst damage by 15% per 3 refine rate.
Increases fire and poison property magical damage by 7% per 4 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, reduces fixed casting time by 0.2 seconds.
If refine rate is 11 or higher, Matk + 5%, reduces fixed casting time by additional 0.3 seconds.
When equipped with Adulter Fides Poison Book, increases poison property magical damage by 10%,
increases Poison Burst damage by 5% per 3 refine rate of weapon.
When equipped with Vivatus Fides Poison Book, increases fire and poison property magical damage by 10%,
increases Poison Burst damage by 5%, Conflagration and Venom Swamp damage by 7% per 3 refine rate of weapon,
if grade of weapon is C or higher, increases Conflagration and Venom Swamp damage by additional 15%.
Базовые свойства предмета
- ID: 29336
- Код: VIVA_ADUL_HAT_SO1
- Тип: броня
- Уровень брони: 2
- Защита: 10
- Требуемый уровень: 180
- Профессии: sage
- Вес: 10
Скрипт
.@r = getrefine(); if (BaseLevel>=210) { bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bMatkRate,5; } } } bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"SO_POISON_BUSTER",15*(.@r/3); bonus2 bMagicAtkEle,Ele_Poison,7*(.@r/4); bonus2 bMagicAtkEle,Ele_Fire,7*(.@r/4);