|
|
|
|
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 = getrefine();
2 if (readparam(bStr) >= 90) {
3 bonus bBaseAtk,15;
4 if (.@r >= 9)
5 bonus bBaseAtk,15;
6 }
7 if (readparam(bInt) >= 90) {
8 bonus bMatk,15;
9 if (.@r >= 9)
10 bonus bMatk,15;
11 }
12 if (readparam(bVit) >= 90) {
13 bonus bMaxHPrate,5;
14 bonus bMaxSPrate,5;
15 if (.@r >= 9)
16 bonus bMaxHPrate,5;
17 bonus bMaxSPrate,5;
18 }
19 if (readparam(bAgi) >= 90) {
20 bonus bAspd,1;
21 if (.@r >= 9)
22 bonus bAspd,1;
23 }
24 if (readparam(bDex) >= 90) {
25 bonus bLongAtkRate,5;
26 if (.@r >= 9)
27 bonus bLongAtkRate,5;
28 }
29 if (readparam(bLuk) >= 90) {
30 bonus bCritAtkRate,5;
31 if (.@r >= 9)
32 bonus bCritAtkRate,5;
33 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|