Special Environment Boots [1], броня (Renewal)

Special Environment Boots [1] (SPACE_SHOES_JP) – броня.

 

Increases magical damage against boss monsters by 15%.

Matk + 5, MaxHP + 2%, MaxSP + 2% and reduces global cooldown by 1% per refine rate.

If refine rate is 10 or higher, Int + 15.

When equipped with Dark Lord card, enables to use Volcano level 5.

If user's base level is 99 or lower, has a chance to increases fire property magical damage by 5% for 15 seconds when receiving physical damage. The chance is increased depends on refine rate of shoes.

If user's base level is 100 or higher, has a chance to increases fire property magical damage by 10% for 15 seconds when receiving physical damage. The chance is increased depends on refine rate of shoes.

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

  • ID: 26703
  • Код: SPACE_SHOES_JP
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Требуемый уровень: 99
  • Вес: 100

Скрипт

.@r = getrefine();
bonus2 bMagicAddClass,Class_Boss,15;
bonus bMatk,5*.@r;
bonus bMaxHPrate,2*.@r;
bonus bMaxSPrate,2*.@r;
bonus bDelayrate,-.@r;
if (.@r>=10)
   bonus bInt,15;