Viewing Item

#20724: Love Dad Wings 2012

Item ID 20724 For Sale No
Identifier Love_Dad_Wings_2012 Credit Price Not For Sale
Name Love Dad Wings 2012 Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 15
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)>89) {

3 bonus bAllStats,1;

4 bonus bStr,.@r;

5 bonus bMaxHPrate,1;

6 bonus bMaxSPrate,1;

7 }

8 if (readparam(bAgi)>89) {

9 bonus bAllStats,1;

10 bonus bAgi,.@r;

11 bonus bMaxHPrate,1;

12 bonus bMaxSPrate,1;

13 }

14 if (readparam(bVit)>89) {

15 bonus bAllStats,1;

16 bonus bVit,.@r;

17 bonus bMaxHPrate,1;

18 bonus bMaxSPrate,1;

19 }

20 if (readparam(bInt)>89) {

21 bonus bAllStats,1;

22 bonus bInt,.@r;

23 bonus bMaxHPrate,1;

24 bonus bMaxSPrate,1;

25 }

26 if (readparam(bDex)>89) {

27 bonus bAllStats,1;

28 bonus bDex,.@r;

29 bonus bMaxHPrate,1;

30 bonus bMaxSPrate,1;

31 }

32 if (readparam(bLuk)>89) {

33 bonus bAllStats,1;

34 bonus bLuk,.@r;

35 bonus bMaxHPrate,1;

36 bonus bMaxSPrate,1;

37 }

Equip Script None
Unequip Script None