Viewing Item

#460027: Titan Shield

Item ID 460027 For Sale No
Identifier Titan_Shield_TW Credit Price Not For Sale
Name Titan Shield Type Armor
NPC Buy 0 Weight 250
NPC Sell 0 Weapon Level 0
Range 0 Defense 100
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
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 .@r = getrefine();

2 bonus bMdef,10;

3 if (.@r>=9) {

4 if (readparam(bStr)>=108)

5 bonus2 bSubEle,Ele_Wind,20;

6 if (readparam(bAgi)>=108)

7 bonus2 bSubEle,Ele_Water,20;

8 if (readparam(bVit)>=108)

9 bonus2 bSubEle,Ele_Neutral,20;

10 if (readparam(bInt)>=108)

11 bonus2 bSubEle,Ele_Earth,20;

12 if (readparam(bDex)>=108)

13 bonus2 bSubEle,Ele_Fire,20;

14 if (readparam(bLuk)>=108)

15 bonus bFlee2,20;

16 }

17 if (.@r>=12) {

18 bonus bMaxHPrate,10;

19 bonus bMaxSPrate,10;

20 bonus2 bSubEle,Ele_All,5;

21 }

Equip Script None
Unequip Script None