Viewing Item

#311449: Glacier Flower Spell (Physical Grade) 1Lv

Item ID 311449 For Sale No
Identifier Physical_Grade_1 Credit Price Not For Sale
Name Glacier Flower Spell (Physical Grade) 1Lv 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,3;

9 bonus

10 bShortAtkRate,3;

11 bonus

12 bBaseAtk,15;

13 if

14 (.@r

15 =7)

16 {

17 bonus

18 bAspdRate,3;

19 if

20 (.@r

21 =9)

22 {

23 bonus

24 bDelayrate,-3;

25 }

26 }

27 if

28 (.@g

29 =ENCHANTGRADE_D)

30 {

31 bonus

32 bAtkRate,1;

33 bonus

34 bBaseAtk,15;

35 if

36 (.@g

37 =ENCHANTGRADE_C)

38 {

39 if

40 (.@r

41 =9)

42 {

43 bonus

44 bPAtk,3;

45 }

46 if

47 (.@g

48 =ENCHANTGRADE_B)

49 {

50 if

51 (.@r

52 =11)

53 {

54 bonus

55 bPow,1;

56 bonus

57 bCon,1;

58 }

59 if

60 (.@g

61 =ENCHANTGRADE_A)

62 {

63 bonus2

64 bAddEle,Ele_All,10;

65 if

66 (.@r

67 =11)

68 {

69 bonus2

70 bAddSize,Size_All,10;

71 }

72 }

73 }

74 }

75 }

Equip Script None
Unequip Script None