Viewing Item

#480416: Gaebolg Muffler

Item ID 480416 For Sale No
Identifier Gaebolg_Muffler Credit Price Not For Sale
Name Gaebolg Muffler Type Armor
NPC Buy 0 Weight 80
NPC Sell 0 Weapon Level 0
Range 0 Defense 90
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 bSpl,3;

4 bonus bCon,3;

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

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

7 if (.@r>=7) {

8 bonus bDelayrate,-5;

9 if (.@r>=9) {

10 bonus2 bMagicAtkEle,Ele_All,5;

11 if (.@r>=10) {

12 bonus bSMatk,3;

13 bonus bMatk,20;

14 if (.@r>=12) {

15 bonus bDelayrate,-5;

16 }

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bSMatk,2;

22 bonus bMatkRate,3;

23 if (.@g>=ENCHANTGRADE_C) {

24 bonus bSMatk,3;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bSMatk,5;

27 bonus bMatkRate,2;

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus bDelayrate,-5;

30 bonus bSMatk,7;

31 bonus bMatkRate,4;

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None