Lamor Shoes [1], броня (Renewal)
Lamor Shoes [1] (RAMOR_SHOES) – броня.
![Lamor Shoes [1], броня (Renewal) Lamor Shoes [1], броня (Renewal)](/images/db/items/picture/22051.png)
A pair of magical shoes endowed with the power of undead.
Max HP + 1% per upgrade level of the item.
Max SP + 1% per upgrade level of the item.
Mdef + 3
Reduces damage taken from Undead property attacks by 5%.
Increases the drop rate of items by 10% if the user has active vip.
Set Bonus
Lamor Manteau
Lamor Shoes
Max HP + 1% per upgrade level of Lamor Manteau.
Max SP + 1% per upgrade level of Lamor Manteau.
Increases physical damage on Undead property targets by 5%.
Set Bonus
Lamor Shield
Lamor Shoes
Reduces damage taken from Undead property enemies by 5%.
Reduces damage taken from Undead property attacks by 2% per upgrade level of Lamor Shield.
Базовые свойства предмета
- ID: 26580
 - Код: RAMOR_SHOES
 - Тип: броня
 - Уровень брони: 1
 - Защита: 12
 - Требуемый уровень: 90
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 25
 
Скрипт
bonus2 bSubEle,Ele_Undead,5;
.@r = getrefine();
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
if (vip_status(VIP_STATUS_ACTIVE)) {
   bonus2 bDropAddRace,RC_All,10;
}
bonus bMdef,3;