Viewing Item

#312058: Glacier Flower Meow Power (POW & STA)

Item ID 312058 For Sale No
Identifier Ice_C_Orb_Pow_S Credit Price Not For Sale
Name Glacier Flower Meow Power (POW & STA) 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 bPow,3;

4 bonus bSta,3;

5 if (.@r>=9) {

6 bonus bPow,1;

7 bonus bSta,1;

8 }

9 if (.@g>=ENCHANTGRADE_D) {

10 bonus bPow,2;

11 bonus bSta,2;

12 if (.@g>=ENCHANTGRADE_C) {

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

14 bonus bSta,(.@r/3);

15 }

16 }

Equip Script None
Unequip Script None