Item Use Script |
1 bonus2
2 bMagicAddRace,RC_DemiHuman,15;
3 bonus2
4 bMagicAddRace,RC_Player_Human,15;
5 bonus2
6 bIgnoreMdefRaceRate,RC_DemiHuman,25
7 +
8 ((getrefine()
9 5)
10 ?
11 5
12 :
13 0);
14 bonus2
15 bIgnoreMdefRaceRate,RC_Player_Human,25
16 +
17 ((getrefine()
18 5)
19 ?
20 5
21 :
22 0);
23 bonus
24 bUnbreakableWeapon;
25 if
26 (getrefine()
27 8)
28 {
29 bonus
30 bCastrate,-5;
31 bonus
32 bDelayRate,-5;
33 bonus
34 bMatkRate,5;
35 } |