Viewing Item

#313080: Forest Magic Orb (Power Force)

Item ID 313080 For Sale No
Identifier Ep21_2_P_Force Credit Price Not For Sale
Name Forest Magic Orb (Power 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 bAtkRate,2;

4 if (.@r>=7) {

5 bonus bAtkRate,3;

6 if (.@r>=9) {

7 bonus bAtkRate,4;

8 if (.@r>=11) {

9 bonus bPAtk,3;

10 }

11 }

12 }

13 if (.@g>=ENCHANTGRADE_D) {

14 bonus bAtkRate,2;

15 if (.@g>=ENCHANTGRADE_C) {

16 bonus bAtkRate,3;

17 if (.@g>=ENCHANTGRADE_B) {

18 bonus bAtkRate,4;

19 if (.@g>=ENCHANTGRADE_A) {

20 bonus bPAtk,5;

21 }

22 }

23 }

24 }

Equip Script None
Unequip Script None