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

A pair of shoes worn to enhance undead damage.
Max HP + 10 per upgrade level of the item.
Increases physical and magical damage on Undead race targets by 2%.
If upgrade level is +7 or higher,
Increases physical and magical damage on Undead race targets by an additional 1%.
If upgrade level is +9 or higher,
Increases physical and magical damage on Undead race targets by an additional 2%.
Set Bonus
Divine Shadow Shoes
Requiem Shadow Shield
Increases the experience given from Undead race monsters by 3%.
Базовые свойства предмета
- ID: 26806
- Код: S_DIVINE_SHOES
- Тип: теневое снаряжение
- Требуемый уровень: 1
- Вес: 1
Скрипт
bonus2 bAddRace,RC_Undead,2; bonus2 bMagicAddRace,RC_Undead,2; .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=7) { bonus2 bAddRace,RC_Undead,1; bonus2 bMagicAddRace,RC_Undead,1; } if (.@r>=9) { bonus2 bAddRace,RC_Undead,2; bonus2 bMagicAddRace,RC_Undead,2; }