Poenitentia Attendo [2], лук (Renewal)
Poenitentia Attendo [2] (POENETENTIA_ATTENDO) – оружие.
![Poenitentia Attendo [2], лук (Renewal) Poenitentia Attendo [2], лук (Renewal)](/images/db/items/picture/700024.png)
A bow filled with the pain of grief.
------------------------
ATK + 10%.
Increase Gale Storm damage by 10%.
------------------------
For every 2 refine level, Increase Arrow Storm damage by 3%.
------------------------
When refined to +7 or higher, increase long ranged physical damage by 10%.
------------------------
When refined to +9 or higher, increase Arrow Storm damage by additional 30%.
------------------------
When refined to +11 or higher, reduce cooldown of Arrow Storm by 0.7 seconds.
------------------------
[Grade Bonus]
[Grade D] Increase Gale Storm damage by additional 5%.
[Grade C] Increase Gale Storm damage by additional 8%. P.ATK + 1.
[Grade B] Increase Gale Storm damage by additional 12%. CON + 1.
------------------------
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"WH_GALESTORM",10; bonus2 bSkillAtk,"RA_ARROWSTORM",3*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"RA_ARROWSTORM",30; if (.@r>=11) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-700; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"WH_GALESTORM",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"WH_GALESTORM",8; if (.@g >= ENCHANTGRADE_B) { bonus bCon,1; bonus2 bSkillAtk,"WH_GALESTORM",12; } } }