Viewing Item

#480352: Circulation of Life: Winter

Item ID 480352 For Sale No
Identifier Circul_Of_Life_Winter Credit Price Not For Sale
Name Circulation of Life: Winter 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,4+(.@r/2);

4 bonus bPow,2;

5 bonus bCon,2;

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

7 bonus bCritAtkRate,(.@r/3);

8 bonus bCrt,(.@r/3);

9 if (.@r>=7) {

10 bonus bVariableCastrate,-5;

11 bonus bCRate,3;

12 if (.@r>=9) {

13 bonus bAspdRate,10;

14 if (.@r>=11) {

15 bonus bDelayrate,-10;

16 bonus bPAtk,7;

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bMRes,25;

22 bonus bRes,25;

23 if (.@g>=ENCHANTGRADE_C) {

24 bonus bShortAtkRate,7;

25 bonus bLongAtkRate,7;

26 bonus bCritical,10;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bCRate,5;

29 bonus bPow,5;

30 bonus bCon,5;

31 bonus bCrt,5;

32 if (.@g>=ENCHANTGRADE_A) {

33 bonus bCritAtkRate,15;

34 bonus bCRate,7;

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None