Viewing Item

#450175: Temporal Armor

Item ID 450175 For Sale No
Identifier Temporal_Armor_TW Credit Price Not For Sale
Name Temporal Armor 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 1
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

2 =

3 getrefine();

4 bonus

5 bMdef,10;

6 bonus

7 bBaseAtk,30;

8 bonus

9 bMatk,30;

10 bonus

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

12 bonus

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

14 if

15 (.@r

16 =7)

17 {

18 bonus

19 bBaseAtk,50;

20 bonus

21 bMatk,50;

22 }

23 if

24 (.@r

25 =9)

26 {

27 bonus2

28 bIgnoreDefRaceRate,RC_Brute,30;

29 bonus2

30 bIgnoreDefRaceRate,RC_Demon,30;

31 bonus2

32 bIgnoreMdefRaceRate,RC_Brute,30;

33 bonus2

34 bIgnoreMdefRaceRate,RC_Demon,30;

35 }

36 if

37 (.@r

38 =11)

39 {

40 bonus2

41 bAddEle,Ele_All,10;

42 bonus2

43 bMagicAddEle,Ele_All,10;

44 }

Equip Script None
Unequip Script None