Muqaddas Nazar [2], кинжал (Renewal)
Muqaddas Nazar [2] (MOCADAS_KNIFE) – оружие.
![Muqaddas Nazar [2], кинжал (Renewal) Muqaddas Nazar [2], кинжал (Renewal)](/images/db/items/picture/510103.png)
When equipped with Muqaddas Kanjar,
Atk + 5%.
Increases Shadow Flash damage by 10%.
If the sum of refine rate is 14 or higher, increases melee physical damage by 10%.
If the sum of refine rate is 18 or higher, increases Shadow Flash damage by additional 10%.
If the sum of refine rate is 22 or higher, increases Shadow Flash damage by additional 10%.
[Bonus by grade]
[Grade D] increases physical damage against small size enemies by 15%.
[Grade C] increases physical damage against medium size enemies by 15%.
[Grade B] increases physical damage against large size enemies by 15%.
[Grade A] P.Atk + 5.
Скрипт
.@g = getenchantgrade(); if (.@g>=ENCHANTGRADE_D) { bonus2 bAddSize,Size_Small,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_Medium,15; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_Large,15; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,5; } } } }