Dragon Slayer Shoes [1], броня (Renewal)

Dragon Slayer Shoes [1] (AEGIS_470248) – броня.

 

The shoes worn by the dragon conqueror.

Max HP +1,000, Max SP +200
If refine level is +7 or above,
EXP gain from monsters +8%.

If refine level is +9 or above,
physical and magic damage to Dragon, Insect monsters +15%.

If refine level is +11 or above,
physical and magic damage taken from Dragon, Insect monsters -20%.

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

  • ID: 30561
  • Код: AEGIS_470248
  • Тип: броня
  • Уровень брони: 1
  • Защита: 30
  •  
  • Требуемый уровень: 30
  • Вес: 90

Скрипт

.@r = getrefine();
bonus bMaxHP,1000;
bonus bMaxSP,200;
if (.@r>=7) {
   bonus2 bExpAddRace,RC_All,8;
   if (.@r>=9) {
       bonus2 bAddRace,RC_Dragon,15;
       bonus2 bAddRace,RC_Insect,15;
       bonus2 bMagicAddRace,RC_Dragon,15;
       bonus2 bMagicAddRace,RC_Insect,15;
       if (.@r>=11) {
           bonus2 bSubRace,RC_Dragon,20;
           bonus2 bSubRace,RC_Insect,20;
       }
   }
}