Viewing Item

#480671: Fighter's Cloak

Item ID 480671 For Sale No
Identifier aegis_480671 Credit Price Not For Sale
Name Fighter'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 bAtkRate,5;

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

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

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

8 if (.@r>=7) {

9 bonus bPAtk,7;

10 bonus bAtkRate,5;

11 if (.@r>=9) {

12 bonus bVariableCastrate,-10;

13 bonus bDelayrate,-10;

14 if (.@r>=11) {

15 bonus bLongAtkRate,15;

16 bonus bShortAtkRate,15;

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bPAtk,7;

22 bonus bBaseAtk,15;

23 if (.@g>=ENCHANTGRADE_C) {

24 bonus bShortAtkRate,10;

25 bonus bLongAtkRate,10;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus bPow,5;

28 bonus bCon,5;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bNonCritAtkRate,15;

31 bonus bPAtk,7;

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None