Viewing Item

#470182: Boots of Judgment-LT

Item ID 470182 For Sale No
Identifier Agenda_Boots_LT_TW Credit Price Not For Sale
Name Boots of Judgment-LT Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
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 None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bMdef,15;

4 bonus bUseSPrate,10;

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

6 bonus bMatk,10*(.@r/2);

7 bonus2 bMagicAtkEle,Ele_Holy,10*(.@r/3);

8 bonus2 bMagicAtkEle,Ele_Neutral,10*(.@r/3);

9 bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",20*(.@r/3);

10 if (.@r>=7) {

11 bonus bVariableCastrate,-10;

12 if (.@r>=9) {

13 bonus bAtkRate,7;

14 bonus bMatkRate,7;

15 if (.@r>=11) {

16 bonus2 bAddRace,RC_All,10;

17 bonus2 bMagicAddRace,RC_All,10;

18 if (.@r>=12) {

19 bonus2 bSkillCooldown,"SR_RIDEINLIGHTNING",-500;

20 bonus2 bSkillCooldown,"AB_ADORAMUS",-1000;

21 }

22 }

23 }

24 }

25 if (.@g>=ENCHANTGRADE_D) {

26 bonus bPAtk,2;

27 bonus bSMatk,2;

28 if (.@g>=ENCHANTGRADE_C) {

29 autobonus "{ bonus bAtkRate,25; bonus bMatkRate,25; }",30,10000,BF_WEAPON|BF_MAGIC;

30 if (.@g>=ENCHANTGRADE_B) {

31 if (.@r>=12)

32 bonus bFixedCast,-500;

33 }

34 }

35 }

Equip Script None
Unequip Script None