Wolf Orb (Vital) Level 1, (Renewal)

Wolf Orb (Vital) Level 1 (WOLF_ORB_HP_1) – карта.

Wolf Orb (Vital) Level 1, (Renewal)

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

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

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

Скрипт

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