Viewing Item

#480350: Circulation of Life: Summer

Item ID 480350 For Sale No
Identifier Circul_Of_Life_Summer Credit Price Not For Sale
Name Circulation of Life: Summer 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 bCritical,-20;

4 bonus bPow,4;

5 bonus bCon,4;

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

7 bonus bLongAtkRate,2*(.@r/3);

8 if (.@r>=7) {

9 bonus bVariableCastrate,-10;

10 if (.@r>=9) {

11 bonus bAspdRate,10;

12 if (.@r>=11) {

13 bonus bDelayrate,-10;

14 bonus bPAtk,7;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bMRes,25;

20 bonus bRes,25;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus bLongAtkRate,7;

23 bonus bAtkRate,10;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bPAtk,7;

26 bonus bDef,50;

27 bonus bPow,5;

28 bonus bCon,5;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus2 bAddEle,Ele_All,7;

31 bonus bPAtk,9;

32 }

33 }

34 }

35 }

Equip Script None
Unequip Script None