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

Demon Hunting Shoes [1] (HALFBLOODPRINCESS_SHOES) – броня.

 

Mdef + 15.
Increases physical damage by 10%.
Reduces damage taken from boss monsters by 5%.
MaxHP + 4% per refine rate.
If refine rate is 7 or higher, increases physical damage by additional 15%.
If refine rate is 9 or higher, increases physical damage by additional 15%, deals additional damage depend on target's defense.

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

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

Скрипт

.@r = getrefine();
bonus bUnbreakableShoes;
bonus bMdef,15;
bonus bAtkRate,((.@r>=9)?40:(.@r>=7?25:10));
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubClass,Class_Boss,5;
bonus bMaxHPrate,4*.@r;
if (.@r>=9)
   bonus bDefRatioAtkClass,Class_All;