Viewing Item

#470199: Crimson Magic Boots-LT

Item ID 470199 For Sale No
Identifier Wine_Shoes_LT Credit Price Not For Sale
Name Crimson Magic Boots-LT Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
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 bAtkRate,5+(.@r/2);

5 bonus bMatkRate,5+(.@r/2);

6 bonus bPAtk,.@r/3;

7 bonus bSMatk,.@r/3;

8 bonus bLongAtkDef,5;

9 bonus2 bSubEle,Ele_Neutral,5;

10 if (.@r>=11) {

11 bonus2 bSubEle,Ele_All,10;

12 bonus2 bSubEle,Ele_Neutral,-10;

13 if (.@r>=13) {

14 bonus bDelayrate,-6;

15 bonus bFixedCast,-600;

16 }

17 }

18 if (.@g >= ENCHANTGRADE_D) {

19 bonus bRes,30;

20 bonus bMRes,30;

21 if (.@g >= ENCHANTGRADE_C) {

22 bonus bLongAtkDef,5;

23 bonus2 bSubEle,Ele_Neutral,5;

24 if (.@g >= ENCHANTGRADE_B) {

25 bonus bDelayrate,-4;

26 bonus bFixedCast,-200;

27 if (.@g >= ENCHANTGRADE_A) {

28 bonus2 bSubEle,Ele_All,5;

29 if (.@r>=13)

30 bonus bFixedCast,-200;

31 }

32 }

33 }

34 }

Equip Script None
Unequip Script None