Giant Boots [1], броня (Renewal)

Giant Boots [1] (GIANT_BOOTS) – броня.

Giant Boots [1], броня (Renewal)

Shoes made with the motif of a giant's shoes, which were the guardians of ancient temples.
Max HP +2%, Max SP +2%.
Increases damage resistance from Human enemies by 1%.

If the refine level is 9 or above, Max HP +4%, Max SP +4% and increases damage resistance from Human enemies by an additional 2%.

If the refine level is 12 or above, Max HP +4%, Max SP +4% and increases damage resistance from Human enemies by an additional 2%.
If equipped with Giant Shield, resistant to knock back effects.

If the refine level of Giant Shield is 7 or higher, lowers Damage taken from Large Monster by 2% and Damage taken from Boss Monsters by 2%.

If the refine level of Giant Shield is 9 or higher, lowers Damage taken from Large Monster by an additional 2% and Damage taken from Boss Monsters by an additional 2%.

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

  • ID: 26627
  • Код: GIANT_BOOTS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 13
  •  
  • Требуемый уровень: 85
  • Вес: 50

Скрипт

bonus2 bSubRace,RC_DemiHuman,1;
bonus2 bSubRace,RC_Player_Human,1;
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
.@r = getrefine();
if (.@r > 4) {
   bonus2 bSubRace,RC_DemiHuman,2;
   bonus2 bSubRace,RC_Player_Human,2;
   bonus bMaxHPrate,4;
   bonus bMaxSPrate,4;
}
if (.@r > 6) {
   bonus2 bSubRace,RC_DemiHuman,2;
   bonus2 bSubRace,RC_Player_Human,2;
   bonus bMaxHPrate,4;
   bonus bMaxSPrate,4;
}