Viewing Item

#311450: Glacier Flower Spell (Physical Grade) 2Lv

Item ID 311450 For Sale No
Identifier Physical_Grade_2 Credit Price Not For Sale
Name Glacier Flower Spell (Physical Grade) 2Lv 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,6;

9 bonus

10 bShortAtkRate,6;

11 bonus

12 bBaseAtk,30;

13 if

14 (.@r

15 =7)

16 {

17 bonus

18 bAspdRate,6;

19 if

20 (.@r

21 =9)

22 {

23 bonus

24 bDelayrate,-6;

25 }

26 }

27 if

28 (.@g

29 =ENCHANTGRADE_D)

30 {

31 bonus

32 bAtkRate,2;

33 bonus

34 bBaseAtk,30;

35 if

36 (.@g

37 =ENCHANTGRADE_C)

38 {

39 if

40 (.@r

41 =7)

42 {

43 bonus

44 bPAtk,3;

45 }

46 }

47 if

48 (.@g

49 =ENCHANTGRADE_B)

50 {

51 if

52 (.@r

53 =9)

54 {

55 bonus

56 bPow,1;

57 bonus

58 bCon,1;

59 }

60 if

61 (.@g

62 =ENCHANTGRADE_A)

63 {

64 bonus2

65 bAddEle,Ele_All,12;

66 if

67 (.@r

68 =11)

69 {

70 bonus2

71 bAddSize,Size_All,12;

72 }

73 }

74 }

75 }

Equip Script None
Unequip Script None