Poenitentia Mucro [2], кинжал (Renewal)
Poenitentia Mucro [2] (POENITENTIA_MUCRO) – оружие.
![Poenitentia Mucro [2], кинжал (Renewal) Poenitentia Mucro [2], кинжал (Renewal)](/images/db/items/picture/510027.png)
A dagger filled with the pain of grief.
------------------------
ATK + 10%.
Increase Shadow Stab damage by 10%.
------------------------
For every 2 refine level, increase Cross Impact damage by 3%.
------------------------
When refined to +7 or higher, increase critical damage by 15%.
------------------------
When refined to +9 or higher, increase Cross Impact damage by additional 30%.
------------------------
When refined to +11 or higher, increase physical damage against all size enemies by 15%.
------------------------
[Grade Bonus]
[Grade D] Increase Shadow Stab damage by additional 5%.
[Grade C] Increase Shadow Stab damage by additional 8%. P.ATK + 1.
[Grade B] Increase Shadow Stab damage by additional 12%. POW + 1.
------------------------
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"SHC_SHADOW_STAB",10;
bonus2 bSkillAtk,"GC_CROSSIMPACT",3*(.@r/2);
if (.@r>=7) {
bonus bCritAtkRate,15;
if (.@r>=9) {
bonus2 bSkillAtk,"GC_CROSSIMPACT",30;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"SHC_SHADOW_STAB",5;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus2 bSkillAtk,"SHC_SHADOW_STAB",8;
if (.@g >= ENCHANTGRADE_B) {
bonus bPow,1;
bonus2 bSkillAtk,"SHC_SHADOW_STAB",12;
}
}
}