[Not For Sale] Ancient Hero Boots [1], броня (Renewal)

[Not For Sale] Ancient Hero Boots [1] (AEGIS_470181) – броня.

 

Shoes modeled after the constellations of stars.
The twin constellations floating in the starry sky shine beautifully as two single stars.
------------------------
Reduce damage taken from normal and boss monsters by 5%.
------------------------
Reduce damage taken from players by 10%.
------------------------
For every refine level, Perfect Hit + 5, reduce damage taken from Holy property attack by 3%.
------------------------
When refined to +10 or higher, all basic status + 10, increase physical and magic damage against all property monsters by 15%.
------------------------
When refined to +12 or higher, ASPD + 20%, increase physical and magic damage against all property monsters by additional 25%.
------------------------
When refined to +14 or higher, MHP + 20%, reduce After Cast Dealy by 30%.
------------------------
Def : 20

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

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

Скрипт

.@r = getrefine();
bonus bMaxHP,500;
bonus bMaxSP,50;
bonus bMaxHPrate,2*(.@r/3);
bonus bMaxSPrate,.@r/3;
if (.@r >= 9) {
   .@val = -300;
   if (.@r >= 12) {
      .@val -= 200;
      if (.@r >= 14)
         bonus bDelayrate,-5;
   }
   bonus bFixedCast,.@val;
}