Strawberry Mouth Guard, броня (Renewal)

Strawberry Mouth Guard (STRAWBERRY_IN_MOUTH_) – броня.

Strawberry Mouth Guard, броня (Renewal)

At first glance it doesn't seem all that practical, but there is clearly more than meets the eye with this fruity mouth guard.
Required Vit + 2
Reduces damage taken from long-ranged attacks by 5%.
Reflects 5% of the received short-ranged damage back to the attacker.
If the users base level is 99 or lower,
Max HP + 200
If the users base level is 100 or higher,
Max HP + 2000

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

  • ID: 24913
  • Код: STRAWBERRY_IN_MOUTH_
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 80
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

bonus bVit,2;
bonus bLongAtkDef,5;
bonus bShortWeaponDamageReturn,5;
if (BaseLevel>=100) {
   bonus bMaxHP,2000;
}
else {
   bonus bMaxHP,200;
}