Viewing Item

#311452: Glacier Flower Spell (Physical Grade) 4Lv

Item ID 311452 For Sale No
Identifier Physical_Grade_4 Credit Price Not For Sale
Name Glacier Flower Spell (Physical Grade) 4Lv Type Card - Enchant
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bLongAtkRate,12;

9 bonus

10 bShortAtkRate,12;

11 bonus

12 bBaseAtk,60;

13 if

14 (.@r

15 =7)

16 {

17 bonus

18 bAspdRate,12;

19 if

20 (.@r

21 =9)

22 {

23 bonus

24 bVariableCastrate,-12;

25 bonus

26 bDelayrate,-12;

27 }

28 }

29 if

30 (.@g

31 =ENCHANTGRADE_D)

32 {

33 bonus

34 bAtkRate,4;

35 bonus

36 bBaseAtk,60;

37 if

38 (.@g

39 =ENCHANTGRADE_C)

40 {

41 bonus

42 bPAtk,3*(.@r/4);

43 if

44 (.@g

45 =ENCHANTGRADE_B)

46 {

47 bonus

48 bPow,(.@r/3);

49 bonus

50 bCon,(.@r/3);

51 if

52 (.@g

53 =ENCHANTGRADE_A)

54 {

55 bonus2

56 bAddEle,Ele_All,16;

57 if

58 (.@r

59 =11)

60 {

61 bonus2

62 bAddSize,Size_All,16;

63 }

64 }

65 }

66 }

67 }

Equip Script None
Unequip Script None