Liberation Shoes (Shadow), теневое снаряжение (Renewal)

Liberation Shoes (Shadow) (S_LIBERATION_SHOES) – теневое снаряжение.

Liberation Shoes (Shadow), теневое снаряжение (Renewal)

Wear shoes in addition to shoes. Also available as a single, but the effect is small.
Increases physical damage on Boss targets by 2%.
If upgrade level is +7 or higher, Increases physical damage on Boss targets by an additional 1%.
If upgrade level is +9 or higher, Increases physical damage on Boss targets by an additional 2%.
When equipped with Safeguard Shadow Shield, Increases physical damage on Boss targets by 5%.
Required Lv : 1

Базовые свойства предмета

  • Вес: 1

Скрипт

bonus2 bAddClass,Class_Boss,2;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
   bonus2 bAddClass,Class_Boss,1;
}
if (.@r>=9) {
   bonus2 bAddClass,Class_Boss,2;
}