Viewing Item

#312334: Fiery Earth Rune 10Lv

Item ID 312334 For Sale No
Identifier Flame_Earth_R_10 Credit Price Not For Sale
Name Fiery Earth Rune 10Lv 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 .@str

2 =

3 (readparam(bStr)/20);

4 .@g

5 =

6 getenchantgrade();

7 bonus

8 bBaseAtk,10*.@str;

9 bonus

10 bPow,2*.@str;

11 bonus

12 bCon,2*.@str;

13 if

14 (.@g

15 =ENCHANTGRADE_D)

16 {

17 bonus

18 bShortAtkRate,6;

19 bonus

20 bPAtk,6;

21 if

22 (.@g

23 =ENCHANTGRADE_C)

24 {

25 bonus

26 bShortAtkRate,10;

27 bonus

28 bPAtk,9;

29 if

30 (.@g

31 =ENCHANTGRADE_B)

32 {

33 bonus

34 bShortAtkRate,14;

35 bonus

36 bPAtk,12;

37 if

38 (.@g

39 =ENCHANTGRADE_A)

40 {

41 bonus

42 bShortAtkRate,18;

43 bonus

44 bPAtk,15;

45 }

46 }

47 }

48 }

Equip Script None
Unequip Script None