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

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
Базовые свойства предмета
- ID: 26799
- Код: S_LIBERATION_SHOES
- Тип: теневое снаряжение
- Требуемый уровень: 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; }