Viewing Item

#28947: Gaia's Shield

Item ID 28947 For Sale No
Identifier Gaia_Shield_BR Credit Price Not For Sale
Name Gaia's Shield Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 150
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Off Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bMdef,10;

2 bonus2 bSubEle,Ele_Earth,10;

3 bonus2 bAddEle,Ele_Earth,5;

4 bonus2 bMagicAddEle,Ele_Earth,5;

5 .@r = getrefine();

6 if (.@r>=8) {

7 bonus2 bSubEle,Ele_Earth,15;

8 bonus2 bAddEle,Ele_Earth,10;

9 bonus2 bMagicAddEle,Ele_Earth,10;

10 }

11 if (.@r>=10) {

12 if (readparam(bStr)>=90)

13 bonus bBaseAtk,50;

14 if (readparam(bAgi)>=90)

15 bonus bAspdRate,5;

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

17 bonus bHealPower2,10;

18 bonus bAddItemHealRate,10;

19 }

20 if (readparam(bInt)>=90)

21 bonus bMatk,30;

22 if (readparam(bDex)>=90)

23 bonus bVariableCastrate,-5;

24 if (readparam(bLuk)>=90)

25 bonus bCritAtkRate,5;

26 }

Equip Script None
Unequip Script None