Viewing Item

#480672: Champion's Cloak

Item ID 480672 For Sale No
Identifier aegis_480672 Credit Price Not For Sale
Name Champion's Cloak Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 35
Slots 1 Refineable Yes
Attack 0 Min Equip Level 250
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 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bPAtk,12;

4 bonus bMaxHPrate,5+(.@r/2);

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

6 bonus2 bAddSize,Size_All,4*(.@r/3);

7 if (.@r>=7) {

8 bonus bPAtk,7;

9 bonus bAtkRate,5;

10 if (.@r>=9) {

11 bonus bVariableCastrate,-10;

12 bonus bDelayrate,-10;

13 if (.@r>=11) {

14 bonus bShortAtkRate,15;

15 bonus bLongAtkRate,15;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bPAtk,7;

21 bonus bBaseAtk,15;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bShortAtkRate,10;

24 bonus bLongAtkRate,10;

25 bonus bMaxHPrate,2;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus bPow,5;

28 bonus bCon,5;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bShortAtkRate,15;

31 bonus bLongAtkRate,15;

32 bonus bMaxHPrate,5;

33 }

34 }

35 }

36 }

Equip Script None
Unequip Script None