Viewing Item

#470328: Thanos Boots (Fighter)

Item ID 470328 For Sale No
Identifier Thanos_Boots4 Credit Price Not For Sale
Name Thanos Boots (Fighter) 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 bMaxHP,2500;

11 bonus bMaxSP,300;

12 if (.@r>=11) {

13 bonus bDelayrate,-5;

14 bonus bFixedCast,-500;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bMaxHP,2500;

20 bonus bMaxSP,300;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus bDelayrate,-5;

23 bonus bShortAtkRate,5;

24 bonus bLongAtkRate,5;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bPAtk,5;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bPAtk,3;

29 bonus bFixedCast,-500;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None