Viewing Item

#480351: Circulation of Life: Autumn

Item ID 480351 For Sale No
Identifier Circul_Of_Life_Autumn Credit Price Not For Sale
Name Circulation of Life: Autumn Type Armor
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 0
Range 0 Defense 80
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 Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bSpl,4;

4 bonus bCon,4;

5 bonus bUseSPrate,15;

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

7 bonus2 bMagicAtkEle,Ele_All,2*(.@r/3);

8 if (.@r>=7) {

9 bonus bVariableCastrate,-10;

10 if (.@r>=9) {

11 bonus bAspdRate,5;

12 bonus bVariableCastrate,-5;

13 if (.@r>=11) {

14 bonus bDelayrate,-10;

15 bonus bSMatk,7;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bMRes,25;

21 bonus bRes,25;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus2 bMagicAtkEle,Ele_All,7;

24 bonus bMatkRate,10;

25 if (.@g>=ENCHANTGRADE_B) {

26 bonus bSMatk,7;

27 bonus bDef,50;

28 bonus bSpl,5;

29 bonus bCon,5;

30 if (.@g>=ENCHANTGRADE_A) {

31 bonus2 bMagicAddEle,Ele_All,7;

32 bonus bSMatk,9;

33 }

34 }

35 }

36 }

Equip Script None
Unequip Script None