Wolf Orb (Vital) Level 2, (Renewal)

Wolf Orb (Vital) Level 2 (WOLF_ORB_HP_2) – карта.

Wolf Orb (Vital) Level 2, (Renewal)

MaxHP + 5%, MaxHP + 2000.
If refine rate is 7 or higher, additional MaxHP + 3%.
If refine rate is 9 or higher, additional MaxHP + 4%.
If refine rate is 11 or higher, additional MaxHP + 5%.

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

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

Скрипт

.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxHP,2000;
if (.@r>=7) {
   bonus bMaxHPrate,3;
   if (.@r>=9) {
      bonus bMaxHPrate,4;
      if (.@r>=11) {
         bonus bMaxHPrate,5;
      }
   }
}