Item Use Script |
1 .@r
2 =
3 getrefine();
4 bonus
5 bMatk,20*(.@r/2);
6 bonus
7 bBaseAtk,20*(.@r/2);
8 if
9 (.@r
10 =7)
11 {
12 bonus
13 bAspdRate,10;
14 bonus
15 bVariableCastrate,-10;
16 }
17 if
18 (.@r
19 =9)
20 {
21 bonus2
22 bMagicAtkEle,Ele_Neutral,10;
23 bonus
24 bLongAtkRate,15;
25 }
26 if
27 (.@r
28 =11)
29 {
30 bonus2
31 bMagicAtkEle,Ele_All,10;
32 bonus2
33 bAddSize,Size_All,10;
34 } |