Aegis System, броня (Renewal)

Aegis System (AEGIS_SYSTEM) – броня.

 

With the built-in defense function, it is a terrifying shoulder pad that automatically defends itself by performing 360-degree search and tracking. Who made it is a secret.

Reduce incoming physical damage from normal monsters by 5%.
Increase resistance against neutral property attack by 2% per 1 refine rate.

When refined to +7 or higher, MaxHP + 20% , MaxSP + 20%, casting cannot be cancelled.
When refined to +9 or higher, can cast Spell Breaker lv5.
When Spell Breaker lv5, reduce variable casting by 15%.

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

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

Скрипт

.@r = getrefine();
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubEle,Ele_Neutral,20;
if (.@r>=7) {
   bonus bMaxHPrate,20;
   bonus bMaxSPrate,20;
   bonus bNoCastCancel;
}
if (.@r>=9) {
   skill "AS_CLOAKING",3;
   if (getskilllv("AS_CLOAKING") == 3)
       bonus bFlee,100;
}