Viewing Item

#480453: Tristan Imperial Cape-LT

Item ID 480453 For Sale No
Identifier Tristan_Cape_LT Credit Price Not For Sale
Name Tristan Imperial Cape-LT Type Armor
NPC Buy 0 Weight 10
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 Garment
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 bNoKnockback;

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

5 bonus bCon,.@r/2;

6 bonus bCrt,.@r/2;

7 bonus bLongAtkRate,5*(.@r/3);

8 bonus bCritAtkRate,5*(.@r/3);

9 if (.@r>=7) {

10 bonus bAtkRate,15;

11 bonus bAspdRate,10;

12 if (.@r>=9) {

13 bonus2 bAddEle,Ele_All,12;

14 if (.@r>=11) {

15 bonus bCritical,20;

16 if (.@r>=13) {

17 bonus bCRate,7;

18 bonus bLongAtkRate,10;

19 }

20 }

21 }

22 }

23 if (.@g>=ENCHANTGRADE_D) {

24 bonus bBaseAtk,80;

25 if (.@g>=ENCHANTGRADE_C) {

26 bonus bCritical,10;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus2 bAddSize,Size_All,12;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bDelayrate,-7;

31 if (.@r>=13) {

32 bonus2 bAddRace,RC_All,12;

33 }

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None