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

Sharel Shoes [1] (SHAREL_SHOES) – броня.

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

A magical pair of shoes containing the power of fire.
Max HP + 1% per upgrade level of the item.
Max SP + 1% per upgrade level of the item.
Mdef + 3
Reduces damage taken from Fire property attacks by 5%.
Increases the drop rate of items by 10% if the user has active vip.
Set Bonus
Sharel Manteau
Sharel Shoes
Max HP + 1% per upgrade level of Sharel Shield.
Max SP + 1% per upgrade level of Sharel Shield.
Increases physical damage on Fire property targets by 5%.
Set Bonus
Sharel Shield
Sharel Shoes
Reduces damage taken from Fire property attacks by 2% per upgrade level of Sharel Shield.
Reduces damage taken from Fire property enemies by 5%.

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

  • ID: 26582
  • Код: SHAREL_SHOES
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 90
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 25

Скрипт

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