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 bonus bMatk,130+15*(.@r/2);

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

5 if (.@r>=7) {

6 bonus2 bMagicAtkEle,Ele_All,3;

7 if (.@r>=9) {

8 bonus bVariableCastrate,-10;

9 bonus bSMatk,5;

10 if (.@r>=10) {

11 bonus2 bMagicAtkEle,Ele_All,5;

12 if (.@r>=12) {

13 bonus bDelayrate,-5;

14 }

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bDelayrate,-5;

20 bonus bSpl,3;

21 bonus bCon,3;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bSMatk,2;

24 bonus bMatkRate,3;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bSMatk,3;

27 bonus bSpl,4;

28 bonus bCon,4;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus bSMatk,5;

31 bonus bMatkRate,4;

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None