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 = getenchantgrade();

2 .@r = getrefine();

3 bonus bLongAtkRate,12;

4 bonus bShortAtkRate,12;

5 bonus bBaseAtk,60;

6 if (.@r>=7) {

7 bonus bAspdRate,12;

8 if (.@r>=9) {

9 bonus bDelayrate,-12;

10 }

11 }

12 if (.@g>=ENCHANTGRADE_D) {

13 bonus bAtkRate,4;

14 bonus bBaseAtk,60;

15 if (.@g>=ENCHANTGRADE_C) {

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

17 if (.@g>=ENCHANTGRADE_B) {

18 bonus bPow,(.@r/3);

19 bonus bCon,(.@r/3);

20 if (.@g>=ENCHANTGRADE_A) {

21 bonus2 bAddEle,Ele_All,16;

22 if (.@r>=11) {

23 bonus2 bAddSize,Size_All,16;

24 }

25 }

26 }

27 }

28 }

Equip Script None
Unequip Script None