Viewing Item

#313087: Forest Magic Orb (Critical)

Item ID 313087 For Sale No
Identifier Ep21_2_Critical Credit Price Not For Sale
Name Forest Magic Orb (Critical) 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 bCritAtkRate,3;

4 if (.@r>=7) {

5 bonus bCritAtkRate,3;

6 if (.@r>=9) {

7 bonus bCritAtkRate,3;

8 }

9 }

10 if (.@g>=ENCHANTGRADE_D) {

11 bonus bCritAtkRate,3;

12 bonus bCritical,2;

13 if (.@g>=ENCHANTGRADE_C) {

14 bonus bCritAtkRate,3;

15 bonus bCritical,3;

16 if (.@g>=ENCHANTGRADE_B) {

17 bonus bCritAtkRate,5;

18 bonus bCritical,5;

19 if (.@g>=ENCHANTGRADE_A) {

20 bonus bCritAtkRate,5;

21 bonus bCRate,5;

22 }

23 }

24 }

25 }

Equip Script None
Unequip Script None