|
|
|
|
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 bonus
46 bMaxHPrate,5;
47 bonus
48 bMaxSPrate,5;
49 }
50 if
51 (readparam(bAgi)
52 =
53 90)
54 {
55 bonus
56 bAspd,1;
57 if
58 (.@r
59 =
60 9)
61 bonus
62 bAspd,1;
63 }
64 if
65 (readparam(bDex)
66 =
67 90)
68 {
69 bonus
70 bLongAtkRate,5;
71 if
72 (.@r
73 =
74 9)
75 bonus
76 bLongAtkRate,5;
77 }
78 if
79 (readparam(bLuk)
80 =
81 90)
82 {
83 bonus
84 bCritAtkRate,5;
85 if
86 (.@r
87 =
88 9)
89 bonus
90 bCritAtkRate,5;
91 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|