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

Sea Otter Mini Fan-LT [1] (SEEOTTER_FAN_LT) – броня.

Sea Otter 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%.
When equipped with Fur Seal Mini Fan-LT, all trait status + 3.

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

  • ID: 31090
  • Код: SEEOTTER_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;
}