Imperial Boots, броня (Renewal)

Imperial Boots (IMPERIAL_BOOTS) – броня.

Imperial Boots, броня (Renewal)

Beautiful boots adorned with patterns representing the Rune Midgard kingdom.
Max HP + 3%
Max SP + 3%
Mdef + 10
Enables Level 1 Increase Agility.

If Inspiration is at level 5,
Reduces the cooldown of Shield Spell by 2 seconds.

Increases the damage of Vanishing Point by 10% for every level of Cannon Spear known.
Atk + 4% per level of Sacrifice known
Bypass 20% of hard defense of All race targets when performing a physical attack for every level of Pinpoint Attack known.

If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Increases long-ranged damage on targets by 5%.

If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Increases long-ranged damage on targets by an additional 5%.

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

  • ID: 26706
  • Код: IMPERIAL_BOOTS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
skill "AL_INCAGI",1;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",10*getskilllv("LG_CANNONSPEAR");
bonus2 bAddClass,Class_All,4*getskilllv("CR_DEVOTION");
if (getskilllv("LG_INSPIRATION")>=5)
   bonus2 bSkillCooldown,"LG_SHIELDSPELL",-2000;
bonus2 bIgnoreDefRaceRate,RC_All,20*getskilllv("LG_PINPOINTATTACK");
if (.@r>=5) {
   bonus bMaxSPrate,7;
   bonus bMaxHPrate,7;
   bonus bLongAtkRate,5;
}
if (.@r>=7) {
   bonus bMaxSPrate,10;
   bonus bMaxHPrate,10;
   bonus bLongAtkRate,5;
}