Viewing Item

#20841: Golden Angel Wing

Item ID 20841 For Sale No
Identifier Golden_Angel_Wing_TH 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 }

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

21 bonus bAspd,1;

22 if (.@r >= 9)

23 bonus bAspd,1;

24 }

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

26 bonus bLongAtkRate,5;

27 if (.@r >= 9)

28 bonus bLongAtkRate,5;

29 }

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

31 bonus bCritAtkRate,5;

32 if (.@r >= 9)

33 bonus bCritAtkRate,5;

34 }

Equip Script None
Unequip Script None