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

MATK + 10.
If refine rate is 7 or higher, increases heal effectiveness by 3%.
If refine rate is 9 or higher, increases heal effectiveness by 5%.
When equipped with Healing Shadow Weapon and Healing Shadow Shield, increases heal effectiveness by 5%.
If the sum of refine rate is 25 or higher, increases heal effectiveness by additional 15%.
Базовые свойства предмета
- ID: 27103
- Код: S_HEALING_SHOES
- Тип: теневое снаряжение
- Требуемый уровень: 1
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatk,10; if (.@r >= 7) { .@val = 3; if (.@r >= 9) { .@val += 5; } bonus bHealPower,.@val; }