Poenitentia Manus [2], катар (Renewal)
Poenitentia Manus [2] (POENITENTIA_MANUS) – оружие.
![Poenitentia Manus [2], катар (Renewal) Poenitentia Manus [2], катар (Renewal)](/images/db/items/picture/610016.png)
A katar filled with the pain of grief.
------------------------
ATK + 10%.
Increase Impact Crater damage by 10%.
------------------------
For every 2 refine level, increase Rolling Cutter damage by 3%.
------------------------
When refined to +7 or higher, ASPD + 10%.
------------------------
When refined to +9 or higher, increase Rolling Cutter damage by additional 30%.
------------------------
When refined to +11 or higher, reduce After Cast Delay by 12%.
------------------------
[Grade Bonus]
[Grade D] Increase Impact Crater damage by additional 5%.
[Grade C] Increase Impact Crater damage by additional 8%. P.ATK + 1.
[Grade B] Increase Impact Crater damage by additional 12%. POW + 1.
------------------------
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"SHC_IMPACT_CRATER",10; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",3*(.@r/2); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"GC_ROLLINGCUTTER",30; if (.@r>=11) { bonus bDelayrate,-12; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SHC_IMPACT_CRATER",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"SHC_IMPACT_CRATER",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"SHC_IMPACT_CRATER",12; } } }