Item Use Script |
1 .@r
2 =
3 getrefine();
4 bonus
5 bAtkRate,15;
6 bonus
7 bMatkRate,15;
8 bonus
9 bMatk,10*(.@r/2);
10 bonus
11 bMaxHPrate,3*(.@r/2);
12 if
13 (.@r
14 =7)
15 {
16 bonus2
17 bIgnoreDefRaceRate,RC_All,25;
18 bonus2
19 bIgnoreMdefRaceRate,RC_All,25;
20 bonus2
21 bIgnoreDefRaceRate,RC_Player_Doram,-25;
22 bonus2
23 bIgnoreDefRaceRate,RC_Player_Human,-25;
24 bonus2
25 bIgnoreMdefRaceRate,RC_Player_Doram,-25;
26 bonus2
27 bIgnoreMdefRaceRate,RC_Player_Human,-25;
28 if
29 (.@r
30 =9)
31 {
32 bonus
33 bVariableCastrate,-10;
34 }
35 } |