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

Sol Shoes [1] (SOL_SHOES) – броня.

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

A pair of magical shoes endowed with the power of earth.
Required Max HP + 1% per upgrade level of the item.
Max SP + 1% per upgrade level of the item.
Mdef + 3
Reduces damage taken from Earth property attacks by 5%.
Increases the drop rate of items by 10% if the user has active vip.
Set Bonus
Sol Manteau
Sol Shoes
Max HP + 1% per upgrade level of Sol Manteau.
Max SP + 1% per upgrade level of Sol Manteau.
Increases physical damage on Earth property targets by 5%.
Set Bonus
Sol Shield
Sol Shoes
Reduces damage taken from Earth property attacks by 5%.
Reduces damage taken from Earth property attacks by an additional 2% per upgrade level of Sol Shield.

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

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

Скрипт

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