Item Use Script |
1 bonus bAllStats,1;
2 .@r = getrefine();
3 skill "AC_CONCENTRATION",1;
4 bonus2 bExpAddRace,RC_All,.@r/2;
5 bonus2 bDropAddRace,RC_All,.@r/2;
6 if (.@r>8) {
7 bonus bSPGainValue,3;
8 bonus bLongSPGainValue,3;
9 bonus bMagicSPGainValue,3;
10 }
11 if (.@r>11) {
12 bonus bNoCastCancel;
13 } |