|
|
|
|
Viewing Item
#480415: Gaebolg Manteau
Item ID |
480415 |
|
For Sale |
No
|
Identifier |
Gaebolg_Manteau |
Credit Price |
Not For Sale
|
Name |
Gaebolg Manteau |
Type |
Armor |
NPC Buy |
0 |
Weight |
160 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
142 |
Slots |
1 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
245 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Garment |
Equip Upper |
None
|
Equippable Jobs |
None
|
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 bPow,3;
9 bonus
10 bCon,3;
11 bonus
12 bAtkRate,(.@r/2);
13 bonus
14 bDef,10*(.@r/2);
15 if
16 (.@r
17 =7)
18 {
19 bonus
20 bDelayrate,-5;
21 if
22 (.@r
23 =9)
24 {
25 bonus
26 bLongAtkRate,5;
27 bonus
28 bShortAtkRate,5;
29 if
30 (.@r
31 =10)
32 {
33 bonus
34 bPAtk,3;
35 bonus
36 bBaseAtk,20;
37 if
38 (.@r
39 =12)
40 {
41 bonus
42 bDelayrate,-5;
43 }
44 }
45 }
46 }
47 if
48 (.@g
49 =ENCHANTGRADE_D)
50 {
51 bonus
52 bPAtk,2;
53 bonus
54 bAtkRate,3;
55 if
56 (.@g
57 =ENCHANTGRADE_C)
58 {
59 bonus
60 bPAtk,3;
61 if
62 (.@g
63 =ENCHANTGRADE_B)
64 {
65 bonus
66 bPAtk,5;
67 bonus
68 bAtkRate,2;
69 if
70 (.@g
71 =ENCHANTGRADE_A)
72 {
73 bonus
74 bDelayrate,-5;
75 bonus
76 bPAtk,7;
77 bonus
78 bAtkRate,4;
79 }
80 }
81 }
82 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|