Helm of Faith (Rebellion) [1], броня (Renewal)
Helm of Faith (Rebellion) [1] (VIVA_ADUL_HAT_RL1) – броня.
![Helm of Faith (Rebellion) [1], броня (Renewal) Helm of Faith (Rebellion) [1], броня (Renewal)](/images/db/items/picture/400237.png)
If the user's base level is 210 or higher, POW + 2, P.Atk + 1.
If the user's base level is 230 or higher, POW + 3, P.Atk + 2.
Atk + 10 per 2 refine rate.
Increases Hammer of God, Fire Dance and Dragon Tail damage by 15% per 3 refine rate.
Increases long ranged physical damage by 7% per 4 refine rate.
If refine rate is 7 or higher, increases physical damage against all size enemies by 5%.
If refine rate is 9 or higher, reduces fixed casting time by 0.2 seconds.
If refine rate is 11 or higher, Atk + 5%, reduces fixed casting time by additional 0.3 seconds.
When equipped with Adulter Fides Rifle, reduces skill cooldown of Hammer of God by 10 seconds,
increases Hammer of God damage by 5% per 3 refine rate of weapon.
When equipped with Adulter Fides Revolver, increases long ranged physical damage by 10%,
increases Fire Dance damage by 5% per 3 refine rate of weapon.
When equipped with Adulter Fides Launcher, reduces skill cooldown of Dragon Tail by 2 seconds,
increases Dragon Tail damage by 5% per 3 refine rate of weapon.
When equipped with Vivatus Fides Rifle, reduces skill cooldown of Hammer of God by 10 seconds,
increases Hammer of God damage by 5% and Only One Bullet damage by 7% per 3 refine rate of weapon,
if grade of weapon is C or higher, increases Only One Bullet damage by additional 15%.
When equipped with Vivatus Fides Revolver, increases long ranged physical damage by 10%,
increases Fire Dance damage by 5% and Magazine for One damage by 7% per 3 refine rate of weapon,
if grade of weapon is C or higher, increases Magazine for One damage by additional 15%.
When equipped with Vivatus Fides Launcher, reduces skill cooldown of Dragon Tail by 2 seconds,
increases Dragon Tail damage by 5% and Spiral Shooting damage by 7% per 3 refine rate of weapon,
if grade of weapon is C or higher, increases Spiral Shooting damage by additional 15%.
Базовые свойства предмета
- ID: 29353
- Код: VIVA_ADUL_HAT_RL1
- Тип: броня
- Уровень брони: 2
- Защита: 10
- Требуемый уровень: 180
- Профессии: rebellion
- Вес: 10
Скрипт
.@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (BaseLevel>=230) { bonus bPAtk,2; bonus bPow,3; } if (.@r>=7) { bonus2 bAddSize,Size_All,5; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bAtkRate,5; } } } bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"RL_FIREDANCE",15*(.@r/3); bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",15*(.@r/3); bonus2 bSkillAtk,"RL_D_TAIL",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4);