Viewing Item

#450351: Gaebolg Robe

Item ID 450351 For Sale No
Identifier Gaebolg_Robe Credit Price Not For Sale
Name Gaebolg Robe Type Armor
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 0
Range 0 Defense 130
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 .@refinebonus = 15*(.@r/2);

4 bonus bMatk,130 + .@refinebonus;

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

6 if (.@r>=7) {

7 bonus2 bMagicAtkEle,Ele_All,3;

8 if (.@r>=9) {

9 bonus bVariableCastrate,-10;

10 bonus bSMatk,5;

11 if (.@r>=10) {

12 bonus2 bMagicAtkEle,Ele_All,5;

13 if (.@r>=12) {

14 bonus bDelayrate,-5;

15 }

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bDelayrate,-5;

21 bonus bSpl,3;

22 bonus bCon,3;

23 if (.@g>=ENCHANTGRADE_C) {

24 bonus bSMatk,2;

25 bonus bMatkRate,3;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus bSMatk,3;

28 bonus bSpl,4;

29 bonus bCon,4;

30 if (.@g>=ENCHANTGRADE_A) {

31 bonus bSMatk,5;

32 bonus bMatkRate,4;

33 }

34 }

35 }

36 }

Equip Script None
Unequip Script None