Wolf Orb (Vital) Level 3, (Renewal)

Wolf Orb (Vital) Level 3 (WOLF_ORB_HP_3) – карта.

Wolf Orb (Vital) Level 3, (Renewal)

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

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

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

Скрипт

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