Experience Shadow Weapon, теневое снаряжение (Renewal)

Experience Shadow Weapon (S_EXP_WEAPON) – теневое снаряжение.

Experience Shadow Weapon, теневое снаряжение (Renewal)

If base level is lower than 175, increases EXP gained from killing monsters by 20%.
If base level is 175 or higher, increases EXP gained from killing monsters by 10%.
Increases EXP gained from killing monsters by additional 1% per 2 refine rate.
If refine rate is 10 or higher, increases EXP gained from killing monsters by additional 5%

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (BaseLevel<175) {
   bonus2 bExpAddRace,RC_All,20;
}
if (BaseLevel>=175) {
   bonus2 bExpAddRace,RC_All,10;
}
if (.@r>=10) {
   bonus2 bExpAddRace,RC_All,5;
}
bonus2 bExpAddRace,RC_All,(.@r/2);