Automatic Modification Orb(Above All), (Renewal)

Automatic Modification Orb(Above All) (AUTOMATIC_ORB31) – карта.

Automatic Modification Orb(Above All), (Renewal)

Physical/Magic damage -7% from Normal and Boss enemies
When refined to +7 or higher, Physical/Magic damage -7% from enemies of all sizes
When refined to +11 or higher, Physical/Magic damage -7% from monsters of all types (Players excluded)

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

  • ID: 17133
  • Код: AUTOMATIC_ORB31
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@r = getrefine();
bonus2 bSubClass,Class_Normal,7;
bonus2 bSubClass,Class_Boss,7;
if (.@r>=9) {
   bonus2 bSubSize,Size_All,7;
   if (.@r>=11) {
      bonus2 bSubRace,RC_All,7;
      bonus2 bSubRace,RC_Player_Human,-7;
      bonus2 bSubRace,RC_Player_Doram,-7;
   }
}