Fur Seal Mini Fan-LT [1], броня (Renewal)

Fur Seal Mini Fan-LT [1] (FURSEAL_FAN_LT) – броня.

Fur Seal Mini Fan-LT [1], броня (Renewal)

All basic status, all trait status + 1.
If the user's base level is lower than 175, increases EXP gained from killing monsters by 10%.
If the user's base level is 175 or higher, increases EXP gained from killing monsters by 5%.

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

  • ID: 31091
  • Код: FURSEAL_FAN_LT
  • Тип: броня
  • Уровень брони: 2
  •  
  • Требуемый уровень: 100
  • Вес: 10

Скрипт

bonus bAllStats,1;
bonus bAllTraitStats,1;
if (BaseLevel<175) {
   bonus2 bExpAddRace,RC_All,10;
}
if (BaseLevel>=175) {
   bonus2 bExpAddRace,RC_All,5;
}