Viewing Item

#313834: Frontier Spell (Magic Force)

Item ID 313834 For Sale No
Identifier Ch01_3_M_Force Credit Price Not For Sale
Name Frontier Spell (Magic Force) 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 bSMatk,1;

4 bonus bMatkRate,2;

5 if (.@r>=7) {

6 bonus bMatkRate,3;

7 if (.@r>=9) {

8 bonus bMatkRate,4;

9 }

10 }

11 if (.@g>=ENCHANTGRADE_D) {

12 bonus bMatkRate,2;

13 if (.@g>=ENCHANTGRADE_C) {

14 bonus bMatkRate,3;

15 }

16 }

Equip Script None
Unequip Script None