Zealotus Doll [1], броня (Renewal)

Zealotus Doll [1] (ZHERLTHSH_DOLL) – броня.

Zealotus Doll [1], броня (Renewal)

A doll created to celebrate the inauguration event of an old noble family.
This item cannot be upgraded.
Mdef + 5
Reduces damage taken from boss monsters by 10%.
Set Bonus
Zealotus Doll
Zealotus Cute Pet
Reduces damage taken from boss monsters by an additional 5%.

If pet is friendly or higher,
Reduces damage taken from boss monsters by an additional 5%.
Prevents the user from being knocked back.

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

  • ID: 23255
  • Код: ZHERLTHSH_DOLL
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 1
  • Цена покупки: 10 з
  • Цена продажи: 5 з
  • Вес: 30

Скрипт

bonus bMdef,5;
.@def = 10;
if (getpetinfo(PETINFO_EGGID) == 9026) {
   .@def += 5;
   if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_CORDIAL) {
      .@def += 5;
      bonus bNoKnockback;
   }
}
bonus2 bSubClass,Class_Boss,.@def;