Viewing Item

#470204: Moan of Corruption

Item ID 470204 For Sale No
Identifier aegis_470204 Credit Price Not For Sale
Name Moan of Corruption Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 16
Slots 1 Refineable Yes
Attack 0 Min Equip Level 240
MATK 0 Max Equip Level None
Equip Locations Footgear
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,5;

4 bonus bCon,3;

5 bonus bUseSPrate,15;

6 bonus bMatk,7*(.@r/3);

7 if (.@r>=7) {

8 bonus bSMatk,3;

9 bonus bMatkRate,5;

10 if (.@r>=9) {

11 bonus bVariableCastrate,-10;

12 if (.@r>=11) {

13 bonus2 bMagicAddSize,Size_Medium,15;

14 bonus2 bMagicAddSize,Size_Large,15;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bMatkRate,5;

20 bonus bSpl,5;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus bFixedCast,-1000;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bSMatk,7;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bSpl,8*(.@r/2);

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None