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 }

20 if (readparam(bAgi) >= 70) {

21 bonus bAspdRate,2;

22 if (.@r >= 7)

23 bonus bAspdRate,3;

24 }

25 if (readparam(bDex) >= 70) {

26 bonus bLongAtkRate,2;

27 if (.@r >= 7)

28 bonus bLongAtkRate,3;

29 }

30 if (readparam(bLuk) >= 70) {

31 bonus bCritAtkRate,2;

32 if (.@r >= 7)

33 bonus bCritAtkRate,3;

34 }

Equip Script None
Unequip Script None