Viewing Item

#480479: Royal Prontera Cape

Item ID 480479 For Sale No
Identifier Royal_Prontera_US Credit Price Not For Sale
Name Royal Prontera Cape Type Armor
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 0
Range 0 Defense 100
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
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 bAtkRate,20;

5 bonus bBaseAtk,20*(.@r/2);

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

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

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

9 bonus bCritAtkRate,7*(.@r/3);

10 if (.@r>=7) {

11 bonus bAspdRate,10;

12 bonus bAtkRate,15;

13 if (.@r>=9) {

14 bonus2 bAddEle,Ele_All,20;

15 if (.@r>=10) {

16 bonus bCritical,20;

17 if (.@r>=11) {

18 bonus bAllStats,15;

19 if (.@r>=12) {

20 bonus bCRate,10;

21 bonus bLongAtkRate,15;

22 if (.@r>=13) {

23 bonus2 bSkillAtk,"RK_IGNITIONBREAK",50;

24 bonus2 bSkillAtk,"LG_CANNONSPEAR",50;

25 if (.@r>=14) {

26 skill "LG_SHIELDSPELL",3;

27 }

28 }

29 }

30 }

31 }

32 }

33 }

34 if (.@g>=ENCHANTGRADE_D)

35 bonus bBaseAtk,100;

36 if (.@g>=ENCHANTGRADE_C)

37 bonus bDelayrate,-15;

38 if (.@g>=ENCHANTGRADE_B)

39 bonus bPAtk,20;

40 if (.@g>=ENCHANTGRADE_A) {

41 if (.@r>=14) {

42 bonus2 bSkillAtk,"RK_IGNITIONBREAK",70;

43 bonus2 bSkillAtk,"LG_CANNONSPEAR",70;

44 }

45 }

Equip Script None
Unequip Script None