Item Use Script |
1 .@r
2 =
3 getrefine();
4 bonus
5 bBaseAtk,.@r;
6 bonus
7 bMatk,.@r;
8 bonus
9 bVariableCastrate,-(5+.@r);
10 if
11 (getskilllv("SU_POWEROFLAND")
12 ==
13 1)
14 bonus
15 bFixedCast,-100;
16 if
17 (getskilllv("SU_POWEROFSEA")
18 ==
19 1)
20 {
21 bonus
22 bUseSPrate,-3;
23 }
24 if
25 (.@r
26 =7)
27 bonus
28 bMatkRate,5;
29 if
30 (.@r
31 =9)
32 bonus
33 bMatkRate,5; |