Item Use Script |
1 bonus
2 bAspd,3;
3 bonus2
4 bAddRace,RC_All,5;
5 bonus2
6 bMagicAddRace,RC_All,5;
7 bonus
8 bShortWeaponDamageReturn,10;
9 bonus5
10 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,100,BF_MAGIC,0;
11 .@r
12 =
13 getrefine();
14 if
15 (.@r
16 =7)
17 {
18 bonus
19 bBaseAtk,5;
20 bonus
21 bMatk,5;
22 }
23 if
24 (.@r
25 =9)
26 {
27 bonus
28 bBaseAtk,15;
29 bonus
30 bMatk,15;
31 }
32 if
33 (.@r
34 =12)
35 {
36 bonus
37 bCritical,10;
38 bonus
39 bNoCastCancel;
40 } |