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