Poenitentia Ungula [2], кастет (Renewal)
Poenitentia Ungula [2] (POENITENTIA_UNGULA) – оружие.
![Poenitentia Ungula [2], кастет (Renewal) Poenitentia Ungula [2], кастет (Renewal)](/images/db/items/picture/560013.png)
A knuckle filled with the pain of grief.
------------------------
ATK + 10%.
Increase Explosion Blaster damage by 10%.
------------------------
For every 2 refine level, increase Rampage Blast damage by 3%.
------------------------
When refined to +7 or higher, reduce SP consumption of Rampage Blast by 15%.
------------------------
When refined to +9 or higher, increase Rampage Blast damage by additional 30%.
------------------------
When refined to +11 or higher, reduce cooldown of Rampage Blast by 1 second.
------------------------
[Grade Bonus]
[Grade D] Increase Explosion Blaster damage by additional 5%.
[Grade C] Increase Explosion Blaster damage by additional 8%. P.ATK + 1.
[Grade B] Increase Explosion Blaster damage by additional 12%. POW + 1.
------------------------
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",10; bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",3*(.@r/2); if (.@r>=7) { bonus2 bSkillUseSPrate,"SR_RAMPAGEBLASTER",15; if (.@r>=9) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",30; if (.@r>=11) { bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",12; } } }