Item Use Script |
1 bonus bBaseAtk,100;
2 bonus bDelayrate,-5;
3 .@r = getrefine();
4 if (.@r>=2) {
5 bonus bAspdRate,.@r/2;
6 }
7 if (.@r>=3) {
8 bonus bLongAtkRate,.@r/3;
9 }
10 if (.@r>=7) {
11 bonus bBaseAtk,50;
12 }
13 if (.@r>=9) {
14 bonus bDelayrate,-5;
15 } |