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