Item Use Script |
1 bonus
2 bMatkRate,15;
3 bonus2
4 bAddRace,RC_DemiHuman,80;
5 bonus2
6 bAddRace,RC_Player_Human,80;
7 bonus2
8 bIgnoreDefRaceRate,RC_DemiHuman,25;
9 bonus2
10 bIgnoreDefRaceRate,RC_Player_Human,25;
11 bonus
12 bUnbreakableWeapon;
13 if
14 (getrefine()
15 5)
16 bonus2
17 bIgnoreDefRaceRate,RC_DemiHuman,5;
18 bonus2
19 bIgnoreDefRaceRate,RC_Player_Human,5;
20 if
21 (getrefine()
22 8)
23 {
24 bonus
25 bMatkRate,5;
26 bonus
27 bCastrate,-5;
28 bonus
29 bDelayRate,-5;
30 } |