Viewing Item

#314232: Frontier Spell (Hit Attack)

Item ID 314232 For Sale No
Identifier Ch01_3_Hit_Attack Credit Price Not For Sale
Name Frontier Spell (Hit Attack) 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 bNonCritAtkRate,3;

4 bonus bShortAtkRate,3;

5 bonus bLongAtkRate,3;

6 if (.@r>=7) {

7 bonus bNonCritAtkRate,5;

8 if (.@r>=9) {

9 bonus bNonCritAtkRate,3;

10 }

11 }

12 if (.@g>=ENCHANTGRADE_D) {

13 bonus bNonCritAtkRate,4;

14 bonus bPerfectHitAddRate,3;

15 if (.@g>=ENCHANTGRADE_C) {

16 bonus bNonCritAtkRate,5;

17 bonus bPerfectHitAddRate,5;

18 }

19 }

Equip Script None
Unequip Script None