Giant's Protection [1], броня (Renewal)

Giant's Protection [1] (GIANT_PROTECTION) – броня.

Giant's Protection [1], броня (Renewal)

A ring worn by the giant who was the protector of ancient temples.
Max HP + 5% if the users base Str is 120 or higher.
Max SP + 5% if the users base Str is 120 or higher.
Atk + 50 if the users base Str is 120 or higher.
Atk + 5%
Set Bonus
Giant Axe
Giant's Protection
Reduces damage taken from Demi-Human race enemies by 3%.
If Giant Axe upgrade level is +7 or higher,
Increases physical damage on boss monsters by 5%.
Increases the damage of High Speed Cart Ram by 5%.
If Giant Axe upgrade level is +9 or higher,
Increases the damage of High Speed Cart Ram by an additional 10%.
Increases physical damage on boss monsters by an additional 10%.

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

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

Скрипт

bonus2 bAddClass,Class_All,5;
if (readparam(bStr)>=120) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
   bonus bBaseAtk,50;
}