|
|
|
|
Viewing Item
#19221: Golden Angel Hairband
Item ID |
19221 |
|
For Sale |
No
|
Identifier |
Golden_Angel_Band_TH |
Credit Price |
Not For Sale
|
Name |
Golden Angel Hairband |
Type |
Armor |
NPC Buy |
0 |
Weight |
1 |
NPC Sell |
0 |
Weapon Level |
0 |
Range |
0 |
Defense |
10 |
Slots |
0 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
1 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Upper Headgear |
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) >= 70) {
3 bonus bBaseAtk,5;
4 if (.@r >= 7)
5 bonus bBaseAtk,10;
6 }
7 if (readparam(bInt) >= 70) {
8 bonus bMatk,5;
9 if (.@r >= 7)
10 bonus bMatk,10;
11 }
12 if (readparam(bVit) >= 70) {
13 bonus bMaxHPrate,2;
14 bonus bMaxSPrate,2;
15 if (.@r >= 7)
16 bonus bMaxHPrate,2;
17 bonus bMaxSPrate,2;
18 }
19 if (readparam(bAgi) >= 70) {
20 bonus bAspdRate,2;
21 if (.@r >= 7)
22 bonus bAspdRate,3;
23 }
24 if (readparam(bDex) >= 70) {
25 bonus bLongAtkRate,2;
26 if (.@r >= 7)
27 bonus bLongAtkRate,3;
28 }
29 if (readparam(bLuk) >= 70) {
30 bonus bCritAtkRate,2;
31 if (.@r >= 7)
32 bonus bCritAtkRate,3;
33 } |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|