Drooping Rebellion [1], броня (Renewal)

Drooping Rebellion [1] (DROOP_GUNSLINGER) – броня.

Drooping Rebellion [1], броня (Renewal)

All Stat + 1, reduces SP consumption of skills by 10%.
Increases EXP gained from killing monsters by 5%, increases drop rate by 5%.
If refine rate is 9 or higher, ASPD + 1.
If refine rate is 12 or higher, increases movement speed.

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

  • ID: 24933
  • Код: DROOP_GUNSLINGER
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 1
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 20

Скрипт

bonus bAllStats,1;
bonus bUseSPrate,-10;
.@r = getrefine();
if (.@r >= 9) {
   bonus bAspd,1;
}
if (.@r >= 12) {
   bonus bSpeedRate,25;
}
bonus2 bExpAddRace,RC_All,5;
bonus2 bDropAddRace,RC_All,5;