| Item Use Script |
1 .@r
2 =
3 getrefine();
4 .@g
5 =
6 getenchantgrade();
7 bonus
8 bBaseAtk,120+(10*(.@r/2));
9 bonus
10 bMatk,120+(10*(.@r/2));
11 bonus2
12 bSkillAtk,"SJ_SOLARBURST",20*(.@r/3);
13 bonus2
14 bSkillAtk,"SJ_FULLMOONKICK",20*(.@r/3);
15 bonus2
16 bSkillAtk,"SL_SWOO",20*(.@r/3);
17 bonus2
18 bSkillAtk,"SP_CURSEEXPLOSION",20*(.@r/3);
19 if
20 (.@r
21 =9)
22 {
23 bonus
24 bAtkRate,12;
25 bonus
26 bMatkRate,12;
27 if
28 (.@r
29 =11)
30 {
31 bonus2
32 bAddRace,RC_All,15;
33 bonus2
34 bMagicAddRace,RC_All,15;
35 if
36 (.@r
37 =13)
38 {
39 bonus
40 bDelayrate,-15;
41 }
42 }
43 }
44 if
45 (.@g
46 =ENCHANTGRADE_D)
47 {
48 bonus
49 bNoCastCancel;
50 bonus
51 bMaxHPrate,.@r/2;
52 bonus
53 bMaxSPrate,.@r/2;
54 bonus
55 bAtkRate,.@r/2;
56 bonus
57 bMatkRate,.@r/2;
58 bonus2
59 bAddSize,Size_All,4*(.@r/3);
60 bonus2
61 bMagicAddSize,Size_All,4*(.@r/3);
62 }
63 if
64 (.@g
65 =ENCHANTGRADE_C)
66 {
67 bonus2
68 bSkillAtk,"SKE_MIDNIGHT_KICK",5*(.@r/3);
69 bonus2
70 bSkillAtk,"SKE_STAR_BURST",5*(.@r/3);
71 bonus2
72 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",5*(.@r/3);
73 bonus2
74 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",5*(.@r/3);
75 }
76 if
77 (.@g
78 =ENCHANTGRADE_B)
79 {
80 bonus
81 bPAtk,.@r/2;
82 bonus
83 bSMatk,.@r/2;
84 bonus2
85 bAddSize,Size_All,5*(.@r/3);
86 bonus2
87 bMagicAddSize,Size_All,5*(.@r/3);
88 }
89 if
90 (.@g
91 =ENCHANTGRADE_A)
92 {
93 bonus2
94 bSkillAtk,"SKE_MIDNIGHT_KICK",5*(.@r/3);
95 bonus2
96 bSkillAtk,"SKE_STAR_BURST",5*(.@r/3);
97 bonus2
98 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",5*(.@r/3);
99 bonus2
100 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",5*(.@r/3);
101 if
102 (.@r
103 =13)
104 {
105 bonus
106 bShortAtkRate,25;
107 bonus2
108 bMagicAtkEle,Ele_All,25;
109 }
110 } |