Viewing Item

#470325: Thanos Boots (Warrior)

Item ID 470325 For Sale No
Identifier Thanos_Boots1 Credit Price Not For Sale
Name Thanos Boots (Warrior) Type Armor
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 0
Range 0 Defense 60
Slots 1 Refineable Yes
Attack 0 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Footgear
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 .@g = getenchantgrade();

3 bonus bMaxHP,1500;

4 bonus bMaxSP,100;

5 bonus bMaxHPrate,2*(.@r/2);

6 bonus bMaxSPrate,.@r/2;

7 if (.@r>=7) {

8 bonus bBaseAtk,50;

9 if (.@r>=9) {

10 bonus bShortAtkRate,10;

11 if (.@r>=11) {

12 bonus bDelayrate,-5;

13 bonus bFixedCast,-500;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bMaxHP,2500;

19 bonus bMaxSP,300;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus bDelayrate,-5;

22 bonus bShortAtkRate,5;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bPAtk,5;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bPAtk,3;

27 bonus bFixedCast,-500;

28 }

29 }

30 }

31 }

Equip Script None
Unequip Script None