|
|
|
|
Viewing Item
#20866: Golden Angel Wing
Item ID |
20866 |
|
For Sale |
No
|
Identifier |
Golden_Angel_Wing_TW |
Credit Price |
Not For Sale
|
Name |
Golden Angel Wing |
Type |
Armor |
NPC Buy |
0 |
Weight |
1 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
20 |
Slots |
1 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
1 |
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 .@r
2 =
3 getrefine();
4 if
5 (readparam(bStr)
6 =
7 90)
8 {
9 bonus
10 bBaseAtk,15;
11 if
12 (.@r
13 =
14 9)
15 bonus
16 bBaseAtk,15;
17 }
18 if
19 (readparam(bInt)
20 =
21 90)
22 {
23 bonus
24 bMatk,15;
25 if
26 (.@r
27 =
28 9)
29 bonus
30 bMatk,15;
31 }
32 if
33 (readparam(bVit)
34 =
35 90)
36 {
37 bonus
38 bMaxHPrate,5;
39 bonus
40 bMaxSPrate,5;
41 if
42 (.@r
43 =
44 9)
45 {
46 bonus
47 bMaxHPrate,5;
48 bonus
49 bMaxSPrate,5;
50 }
51 }
52 if
53 (readparam(bAgi)
54 =
55 90)
56 {
57 bonus
58 bAspd,1;
59 if
60 (.@r
61 =
62 9)
63 bonus
64 bAspd,1;
65 }
66 if
67 (readparam(bDex)
68 =
69 90)
70 {
71 bonus
72 bLongAtkRate,5;
73 if
74 (.@r
75 =
76 9)
77 bonus
78 bLongAtkRate,5;
79 }
80 if
81 (readparam(bLuk)
82 =
83 90)
84 {
85 bonus
86 bCritAtkRate,5;
87 if
88 (.@r
89 =
90 9)
91 bonus
92 bCritAtkRate,5;
93 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|