Item Use Script |
1 .@r
2 =
3 getrefine();
4 bonus2
5 bMagicAtkEle,Ele_All,2;
6 bonus
7 bLongAtkRate,2;
8 bonus
9 bShortAtkRate,2;
10 if
11 (.@r
12 =7)
13 {
14 bonus2
15 bMagicAtkEle,Ele_All,2;
16 bonus
17 bLongAtkRate,2;
18 bonus
19 bShortAtkRate,2;
20 if
21 (.@r
22 =9)
23 {
24 bonus2
25 bMagicAtkEle,Ele_All,2;
26 bonus
27 bLongAtkRate,2;
28 bonus
29 bShortAtkRate,2;
30 if
31 (.@r
32 =11)
33 {
34 bonus2
35 bMagicAtkEle,Ele_All,2;
36 bonus
37 bLongAtkRate,2;
38 bonus
39 bShortAtkRate,2;
40 }
41 }
42 } |