Viewing Item

#313078: Forest Magic Orb (Executioner)

Item ID 313078 For Sale No
Identifier Ep21_3_Executioner Credit Price Not For Sale
Name Forest Magic Orb (Executioner) 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 bPAtk,7;

4 bonus bCritical,5;

5 bonus bAtkRate,3;

6 bonus bBaseAtk,30;

7 if (.@r>=7) {

8 bonus bCritAtkRate,5;

9 if (.@r>=9) {

10 bonus bCritAtkRate,5;

11 }

12 }

13 if (.@g>=ENCHANTGRADE_D) {

14 bonus bCritAtkRate,5;

15 if (.@g>=ENCHANTGRADE_C) {

16 bonus bCritAtkRate,5;

17 if (.@g>=ENCHANTGRADE_B) {

18 bonus bCritAtkRate,5;

19 if (.@g>=ENCHANTGRADE_A) {

20 bonus bCritAtkRate,5;

21 }

22 }

23 }

24 }

Equip Script None
Unequip Script None