|
|
|
|
Viewing Item
#700093: Dimensions Wind Crossbow
Item ID |
700093 |
|
For Sale |
No
|
Identifier |
Dimen_WH_C_Bow |
Credit Price |
Not For Sale
|
Name |
Dimensions Wind Crossbow |
Type |
Weapon - Bow |
NPC Buy |
0 |
Weight |
210 |
NPC Sell |
0 |
Weapon Level |
5 |
Range |
5 |
Defense |
0 |
Slots |
2 |
Refineable |
Yes
|
Attack |
320 |
Min Equip Level |
250 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Two-Handed |
Equip Upper |
None
|
Equippable Jobs |
Hunter |
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 bCritical,5;
9 bonus2
10 bSkillAtk,"WH_CRESCIVE_BOLT",15+5*(.@r/3);
11 bonus
12 bAtkRate,(.@r/2);
13 bonus
14 bBaseAtk,25*(.@r/2);
15 if
16 (.@r
17 =7)
18 {
19 bonus
20 bCritAtkRate,20;
21 if
22 (.@r
23 =9)
24 {
25 bonus
26 bCRate,5;
27 bonus
28 bCritical,15;
29 if
30 (.@r
31 =11)
32 {
33 bonus2
34 bSkillAtk,"WH_CRESCIVE_BOLT",15;
35 }
36 }
37 }
38 if
39 (.@g
40 =ENCHANTGRADE_D)
41 {
42 bonus
43 bPAtk,5;
44 if
45 (.@g
46 =ENCHANTGRADE_C)
47 {
48 bonus2
49 bSkillAtk,"WH_CRESCIVE_BOLT",15;
50 if
51 (.@g
52 =ENCHANTGRADE_B)
53 {
54 bonus
55 bLongAtkRate,10;
56 if
57 (.@g
58 =ENCHANTGRADE_A)
59 {
60 bonus
61 bPAtk,3*(.@r/2);
62 }
63 }
64 }
65 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|