Viewing Item

#313911: Frontier Crystal (Prudence) 3Lv

Item ID 313911 For Sale No
Identifier Ch01_S_E_Prudence03 Credit Price Not For Sale
Name Frontier Crystal (Prudence) 3Lv 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 14%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: P.ATK +5, CON +5.
[Grade C]: Physical Damage +6%.
[Grade B]: CON +5, ATK +4 per 5 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 if

5 (.@g

6 =ENCHANTGRADE_D)

7 {

8 bonus

9 bPAtk,5;

10 bonus

11 bCon,5;

12 if

13 (.@g

14 =ENCHANTGRADE_C)

15 {

16 bonus

17 bLongAtkRate,6;

18 bonus

19 bShortAtkRate,6;

20 if

21 (.@g

22 =ENCHANTGRADE_B)

23 {

24 bonus

25 bCon,5;

26 bonus

27 bBaseAtk,4*(getrefine()/5);

28 }

29 }

30 }

Equip Script None
Unequip Script None