Viewing Item

#450299: Exotic Temporal Armor-LT

Item ID 450299 For Sale No
Identifier Temporal_Armor_TW_LT Credit Price Not For Sale
Name Exotic Temporal Armor-LT Type Armor
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 0
Range 0 Defense 120
Slots 1 Refineable Yes
Attack 0 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Armor
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 bBaseAtk,150+(15*(.@r/2));

4 bonus bMatk,150+(15*(.@r/2));

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

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

7 if (.@r>=7) {

8 bonus2 bIgnoreDefRaceRate,RC_All,30;

9 bonus2 bIgnoreMdefRaceRate,RC_All,30;

10 if (.@r>=9) {

11 bonus bDelayrate,-10;

12 if (.@r>=11) {

13 bonus bShortAtkRate,10;

14 bonus bLongAtkRate,10;

15 bonus2 bMagicAtkEle,Ele_All,10;

16 if (.@r>=12) {

17 bonus bUnbreakableArmor;

18 if (.@r>=13) {

19 bonus2 bAddEle,Ele_All,15;

20 bonus2 bMagicAddEle,Ele_All,15;

21 }

22 }

23 }

24 }

25 }

26 if (.@g>=ENCHANTGRADE_D) {

27 bonus bAtkRate,3*(.@r/2);

28 bonus bMatkRate,3*(.@r/2);

29 }

30 if (.@g>=ENCHANTGRADE_C) {

31 bonus bShortAtkRate,3*(.@r/2);

32 bonus bLongAtkRate,3*(.@r/2);

33 bonus2 bMagicAtkEle,Ele_All,3*(.@r/2);

34 }

35 if (.@g>=ENCHANTGRADE_B) {

36 bonus bPAtk,.@r/2;

37 bonus bSMatk,.@r/2;

38 }

39 if (.@g>=ENCHANTGRADE_A) {

40 bonus2 bAddRace,RC_All,2*(.@r/2);

41 bonus2 bMagicAddRace,RC_All,2*(.@r/2);

42 }

Equip Script None
Unequip Script None