Mortal Blow Shadow Weapon, теневое снаряжение (Renewal)
Mortal Blow Shadow Weapon (S_MORTALBLOW_WEAPON) – теневое снаряжение.

Increases critical damage by 2%.
If refine rate is 7 or higher, increases critical damage by 2%.
If refine rate is 9 or higher, increases critical damage by 3%.
When equipped with Mortal Blow Shadow Earring and Mortal Blow Shadow Pendant, increases critical damage by 2%.
If the sum of refine rate is 25 or higher, increases critical damage by 10%.
If the sum of refine rate is 30, ASPD + 3.
Базовые свойства предмета
- ID: 27106
- Код: S_MORTALBLOW_WEAPON
- Тип: теневое снаряжение
- Требуемый уровень: 1
- Вес: 1
Скрипт
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r >= 9) {
.@val = 7;
} else if (.@r >= 7) {
.@val = 4;
}
else {
.@val = 2;
}
bonus bCritAtkRate,.@val;