Viewing Item

#313906: Frontier Crystal (Fighting Spirit) 4Lv

Item ID 313906 For Sale No
Identifier Ch01_S_E_Fighting04 Credit Price Not For Sale
Name Frontier Crystal (Fighting Spirit) 4Lv 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
Description Increases Physical Damage against monsters in Devoured Geffenia by 19%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: P.ATK +6, POW +4.
[Grade C]: Physical Damage +6%.
[Grade B]: POW +4, ATK +5 per 4 Refine Levels.
[Grade A]: POW +5 per 3 Refine Levels.
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 if

8 (.@g

9 =ENCHANTGRADE_D)

10 {

11 bonus

12 bPAtk,6;

13 bonus

14 bPow,4;

15 if

16 (.@g

17 =ENCHANTGRADE_C)

18 {

19 bonus

20 bLongAtkRate,6;

21 bonus

22 bShortAtkRate,6;

23 if

24 (.@g

25 =ENCHANTGRADE_B)

26 {

27 bonus

28 bPow,4;

29 bonus

30 bBaseAtk,5*(.@r/4);

31 if

32 (.@g

33 =ENCHANTGRADE_A)

34 {

35 bonus

36 bPow,5*(.@r/3);

37 }

38 }

39 }

40 }

Equip Script None
Unequip Script None