Viewing Item

#480670: Sharpshooter Muffler

Item ID 480670 For Sale No
Identifier aegis_480670 Credit Price Not For Sale
Name Sharpshooter Muffler Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 25
Slots 1 Refineable Yes
Attack 0 Min Equip Level 250
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 bCRate,10;

4 bonus bCritical,3+(.@r/2);

5 bonus bCritAtkRate,3*(.@r/2);

6 bonus bBaseAtk,15*(.@r/2);

7 bonus2 bAddSize,Size_All,4*(.@r/3);

8 if (.@r>=7) {

9 bonus bPAtk,7;

10 bonus bAtkRate,5;

11 if (.@r>=9) {

12 bonus bVariableCastrate,-10;

13 bonus bDelayrate,-10;

14 if (.@r>=11) {

15 bonus bLongAtkRate,15;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bCRate,7;

21 bonus bCritical,3;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus bLongAtkRate,10;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bPow,5;

26 bonus bCon,5;

27 if (.@g>=ENCHANTGRADE_A) {

28 bonus bCritAtkRate,15;

29 bonus bCRate,7;

30 }

31 }

32 }

33 }

Equip Script None
Unequip Script None