Lian Shoes [1], броня (Renewal)

Lian Shoes [1] (LIAN_SHOES) – броня.

Lian Shoes [1], броня (Renewal)

A pair of shoes with mystical powers.
Max HP + 1% per upgrade level of the item.
Max SP + 1% per upgrade level of the item.
Mdef + 3
Reduces damage taken from Neutral property attacks by 5%.
Increases the drop rate of items by 10% if the user has active vip.
Set Bonus
Lian Robe
Lian Shoes
Max HP + 1% per upgrade level of Lian Robe.
Max SP + 1% per upgrade level of Lian Robe.
Increases physical and magical damage on Formless race enemies by 5%.
Set Bonus
Lian Shield
Lian Shoes
Reduces damage taken from Neutral property enemies by 5%.
Reduces damage taken from Neutral property enemies by an additional 1% per upgrade level of Lian Shield.

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

  • ID: 26596
  • Код: LIAN_SHOES
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 90
  • Вес: 25

Скрипт

bonus bMdef,3;
bonus2 bSubEle,Ele_Neutral,5;
.@r = getrefine();
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
if (vip_status(VIP_STATUS_ACTIVE)) {
   bonus2 bDropAddRace,RC_All,10;
}