物品脚本 (Script)
.@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);