|
|
|
|
Viewing Item
#550134: Dimensions Spirit Foxtail
Item ID |
550134 |
|
For Sale |
No
|
Identifier |
Dimen_SH_Foxtail |
Credit Price |
Not For Sale
|
Name |
Dimensions Spirit Foxtail |
Type |
Weapon - Staff |
NPC Buy |
0 |
Weight |
210 |
NPC Sell |
0 |
Weapon Level |
5 |
Range |
1 |
Defense |
0 |
Slots |
2 |
Refineable |
Yes
|
Attack |
430 |
Min Equip Level |
250 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Main Hand |
Equip Upper |
None
|
Equippable Jobs |
Summoner |
Equip Gender |
Both (Male and Female)
|
Trade restriction |
None
|
Item Use Script |
1 .@g
2 =
3 getenchantgrade();
4 .@r
5 =
6 getrefine();
7 bonus
8 bUnbreakableWeapon;
9 bonus
10 bCritical,5;
11 bonus2
12 bSkillAtk,"SH_HOGOGONG_STRIKE",15+5*(.@r/3);
13 bonus
14 bAtkRate,(.@r/2);
15 bonus
16 bBaseAtk,25*(.@r/2);
17 if
18 (.@r
19 =7)
20 {
21 bonus
22 bCritAtkRate,20;
23 if
24 (.@r
25 =9)
26 {
27 bonus
28 bCRate,5;
29 bonus
30 bCritical,15;
31 if
32 (.@r
33 =11)
34 {
35 bonus2
36 bSkillAtk,"SH_HOGOGONG_STRIKE",15;
37 }
38 }
39 }
40 if
41 (.@g
42 =ENCHANTGRADE_D)
43 {
44 bonus
45 bPAtk,5;
46 if
47 (.@g
48 =ENCHANTGRADE_C)
49 {
50 bonus2
51 bSkillAtk,"SH_HOGOGONG_STRIKE",15;
52 if
53 (.@g
54 =ENCHANTGRADE_B)
55 {
56 bonus
57 bLongAtkRate,10;
58 /*
59 note:
60 15
61 according
62 to
63 description
64 */
65 if
66 (.@g
67 =ENCHANTGRADE_A)
68 {
69 bonus
70 bPAtk,3*(.@r/2);
71 }
72 }
73 }
74 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|