Viewing Item

#313908: Dimension World Crystal (Fighting Spirit)

Item ID 313908 For Sale No
Identifier Ch01_S_E_Fighting06 Credit Price Not For Sale
Name Dimension World Crystal (Fighting Spirit) 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 bonus2 bAddClass,Class_Boss,5;

4 bonus2 bAddSize,Size_All,15;

5 if (.@g>=ENCHANTGRADE_D) {

6 bonus bPAtk,7;

7 bonus bPow,5;

8 if (.@g>=ENCHANTGRADE_C) {

9 bonus bLongAtkRate,12;

10 bonus bShortAtkRate,12;

11 if (.@g>=ENCHANTGRADE_B) {

12 bonus bPow,5;

13 bonus bBaseAtk,9*(.@r/3);

14 if (.@g>=ENCHANTGRADE_A) {

15 bonus bPow,6*(.@r/2);

16 }

17 }

18 }

19 }

Equip Script None
Unequip Script None