Viewing Item

#480415: Gaebolg Manteau

Item ID 480415 For Sale No
Identifier Gaebolg_Manteau Credit Price Not For Sale
Name Gaebolg Manteau Type Armor
NPC Buy 0 Weight 160
NPC Sell 0 Weapon Level 0
Range 0 Defense 142
Slots 1 Refineable Yes
Attack 0 Min Equip Level 245
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 bPow,3;

4 bonus bCon,3;

5 bonus bAtkRate,(.@r/2);

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

7 if (.@r>=7) {

8 bonus bDelayrate,-5;

9 if (.@r>=9) {

10 bonus bLongAtkRate,5;

11 bonus bShortAtkRate,5;

12 if (.@r>=10) {

13 bonus bPAtk,3;

14 bonus bBaseAtk,20;

15 if (.@r>=12) {

16 bonus bDelayrate,-5;

17 }

18 }

19 }

20 }

21 if (.@g>=ENCHANTGRADE_D) {

22 bonus bPAtk,2;

23 bonus bAtkRate,3;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bPAtk,3;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus bPAtk,5;

28 bonus bAtkRate,2;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bDelayrate,-5;

31 bonus bPAtk,7;

32 bonus bAtkRate,4;

33 }

34 }

35 }

36 }

Equip Script None
Unequip Script None