Viewing Item

#311453: Glacier Flower Spell (Physical Grade) 5Lv

Item ID 311453 For Sale No
Identifier Physical_Grade_5 Credit Price Not For Sale
Name Glacier Flower Spell (Physical Grade) 5Lv 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,15;

9 bonus

10 bShortAtkRate,15;

11 bonus

12 bBaseAtk,75;

13 if

14 (.@r

15 =7)

16 {

17 bonus

18 bAspdRate,15;

19 if

20 (.@r

21 =9)

22 {

23 bonus

24 bDelayrate,-15;

25 }

26 }

27 if

28 (.@g

29 =ENCHANTGRADE_D)

30 {

31 bonus

32 bAtkRate,5;

33 bonus

34 bBaseAtk,75;

35 if

36 (.@g

37 =ENCHANTGRADE_C)

38 {

39 bonus

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

41 if

42 (.@g

43 =ENCHANTGRADE_B)

44 {

45 bonus

46 bPow,(.@r/2);

47 bonus

48 bCon,(.@r/2);

49 if

50 (.@g

51 =ENCHANTGRADE_A)

52 {

53 bonus2

54 bAddEle,Ele_All,18;

55 if

56 (.@r

57 =11)

58 {

59 bonus2

60 bAddSize,Size_All,18;

61 }

62 }

63 }

64 }

65 }

Equip Script None
Unequip Script None