Starry Sky Twin Prime [1], броня (Renewal)

Starry Sky Twin Prime [1] (AEGIS_470180) – броня.

 

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: 30514
  • Код: AEGIS_470180
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 100
  • Вес: 60

Скрипт

.@r = getrefine();
bonus bMdef,15;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubRace,RC_Player_Human,10;
bonus bDelayrate,-4*.@r;
if (.@r>=7) {
   bonus bAllStats,15;
   bonus bAtkRate,15;
   bonus bMatkRate,15;
}
if (.@r>=9) {
   bonus bAllStats,15;
   bonus bAtkRate,25;
   bonus bMatkRate,25;
}