Viewing Item

#470291: Astrologer's Dawn Boots

Item ID 470291 For Sale No
Identifier Astrolo_Dawn_Boots Credit Price Not For Sale
Name Astrologer's Dawn Boots Type Armor
NPC Buy 0 Weight 80
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 bAllTraitStats,10;

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

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

6 bonus bPow,2*(.@r/3);

7 bonus bSpl,2*(.@r/3);

8 bonus bCon,2*(.@r/3);

9 if (.@r>=7) {

10 bonus bShortAtkRate,12;

11 bonus bLongAtkRate,12;

12 bonus2 bMagicAtkEle,Ele_All,12;

13 if (.@r>=9) {

14 bonus bDelayrate,-8;

15 if (.@r>=11) {

16 bonus bFixedCast,-700;

17 if (.@r>=13) {

18 bonus2 bAddRace,RC_All,12;

19 bonus2 bMagicAddRace,RC_All,12;

20 }

21 }

22 }

23 }

24 if (.@g>=ENCHANTGRADE_D) {

25 bonus bMaxHPrate,5;

26 bonus bMaxSPrate,5;

27 if (.@g>=ENCHANTGRADE_C) {

28 bonus bAtkRate,7;

29 bonus bMatkRate,7;

30 if (.@g>=ENCHANTGRADE_B) {

31 bonus bFixedCast,-300;

32 if (.@g>=ENCHANTGRADE_A) {

33 bonus2 bAddClass,Class_All,10;

34 bonus2 bMagicAddClass,Class_All,10;

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None