Automatic Modification Orb(Robust), (Renewal)

Automatic Modification Orb(Robust) (AUTOMATIC_ORB37) – карта.

Automatic Modification Orb(Robust), (Renewal)

MaxHP +2000, MaxSP +300, MaxHP +5%, MaxSP +5%
When refined to +7 or higher, MaxHP +2%, MaxSP +2% (Additional)
When refined to +11 or higher, MaxHP +3%, MaxSP +3% (Additional)

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

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

Скрипт

.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMaxHP,2000;
bonus bMaxSP,300;
if (.@r>=9) {
   bonus bMaxHPrate,2;
   bonus bMaxSPrate,2;
   if (.@r>=11) {
      bonus bMaxHPrate,3;
      bonus bMaxSPrate,3;
   }
}