Viewing Item

#450350: Gaebolg Armor

Item ID 450350 For Sale No
Identifier Gaebolg_Armor Credit Price Not For Sale
Name Gaebolg Armor Type Armor
NPC Buy 0 Weight 240
NPC Sell 0 Weapon Level 0
Range 0 Defense 198
Slots 1 Refineable Yes
Attack 0 Min Equip Level 245
MATK 0 Max Equip Level None
Equip Locations Armor
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 bBaseAtk,130+15*(.@r/2);

4 bonus bDef,15*(.@r/2);

5 if (.@r>=7) {

6 bonus bLongAtkRate,3;

7 bonus bShortAtkRate,3;

8 if (.@r>=9) {

9 bonus bVariableCastrate,-10;

10 bonus bPAtk,5;

11 if (.@r>=10) {

12 bonus bLongAtkRate,5;

13 bonus bShortAtkRate,5;

14 if (.@r>=12) {

15 bonus bDelayrate,-5;

16 }

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bDelayrate,-5;

22 bonus bPow,3;

23 bonus bCon,3;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bPAtk,2;

26 bonus bAtkRate,3;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bPAtk,3;

29 bonus bPow,4;

30 bonus bCon,4;

31 if (.@g>=ENCHANTGRADE_A) {

32 bonus bPAtk,5;

33 bonus bAtkRate,4;

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None