Viewing Item

#28917: [Rental] Gaia Shield

Item ID 28917 For Sale No
Identifier JP_Shield01_L Credit Price Not For Sale
Name [Rental] Gaia Shield Type Armor
NPC Buy 20 Weight 200
NPC Sell 10 Weapon Level 0
Range 0 Defense 150
Slots 0 Refineable Yes
Attack 0 Min Equip Level 90
MATK 0 Max Equip Level None
Equip Locations Off Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableShield;

3 bonus bMdef,10;

4 bonus2 bSubEle,Ele_Earth,10;

5 bonus2 bAddEle,Ele_Earth,5;

6 bonus2 bMagicAddEle,Ele_Earth,5;

7 if (.@r>=6) {

8 bonus2 bSubEle,Ele_Earth,15;

9 bonus2 bAddEle,Ele_Earth,10;

10 bonus2 bMagicAddEle,Ele_Earth,10;

11 }

12 if (.@r>=8) {

13 if (readparam(bStr)>=90) {

14 bonus bBaseAtk,50;

15 }

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

17 bonus bAspdRate,5;

18 }

19 if (readparam(bVit)>=90) {

20 bonus bHealPower2,10;

21 bonus bAddItemHealRate,10;

22 }

23 if (readparam(bInt)>=90) {

24 bonus bMatk,30;

25 }

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

27 bonus bVariableCastrate,-5;

28 }

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

30 bonus bCritAtkRate,5;

31 }

32 }

Equip Script None
Unequip Script None