Please rotate your device to Portrait for the best experience.

Char: Online Login: Online Map: Online Online: 27
Join to our Community

Frontier Imperial Spear Item ID# 530072 (Frontier_IG_Spear)

Item ID 530072 For Sale No
Identifier Frontier_IG_Spear Credit Price Not For Sale
Name Frontier Imperial Spear Type Weapon - One-Handed Spear
NPC Buy 0 Weight 270
NPC Sell 0 Weapon Level 5
Range 3 Defense 0
Slots 2 Refineable Yes
Attack 260 Min Equip Level 265
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Crusader
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Description A one-handed spear fully modified with sufficient dimensional magic.
_______________________
P.ATK +5.
_______________________
Increases damage of Imperial Cross by 5%.
_______________________
For each 2 Refine Levels:
ATK +25, ATK +1%.
_______________________
For each 3 Refine Levels:
Increases damage of Imperial Cross by additional 5%.
_______________________
Refine Level +9:
P.ATK +7.
Increases Melee Physical Damage by 15%.
_______________________
Refine Level +11:
Increases damage of Imperial Cross by additional 15%.
_______________________
Refine Level +12:
Increases damage of Imperial Cross by additional 20%.
Increases damage of Overslash by 25%.
_______________________
When equipped with Frontier Rune Crown(Imperial Guard):
Increases damage of Overslash by additional 25%.
Increases Normal Physical Damage by 15%.
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +7, Melee Physical Damage +10%.
[Grade C]: Damage of Imperial Cross +10%.
[Grade B]: Normal Physical Damage +15%.
[Grade A]: P.ATK +3 per 2 Refine Levels.
_______________________
Type: One-Handed Spear
Attack: 260
Weight: 270
Weapon Level: 5
_______________________
Requirement:
Base Level 265
Imperial Guard
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bPAtk,5;

9 bonus2

10 bSkillAtk,"IG_IMPERIAL_CROSS",5+5*(.@r/3);

11 bonus

12 bAtkRate,(.@r/2);

13 bonus

14 bBaseAtk,25*(.@r/2);

15 if

16 (.@r

17 =9)

18 {

19 bonus

20 bShortAtkRate,15;

21 bonus

22 bPAtk,7;

23 if

24 (.@r

25 =11)

26 {

27 bonus2

28 bSkillAtk,"IG_IMPERIAL_CROSS",15;

29 if

30 (.@r

31 =12)

32 {

33 bonus2

34 bSkillAtk,"IG_IMPERIAL_CROSS",20;

35 bonus2

36 bSkillAtk,"IG_OVERSLASH",25;

37 }

38 }

39 }

40 if

41 (.@g

42 =ENCHANTGRADE_D)

43 {

44 bonus

45 bShortAtkRate,10;

46 bonus

47 bPAtk,7;

48 if

49 (.@g

50 =ENCHANTGRADE_C)

51 {

52 bonus2

53 bSkillAtk,"IG_IMPERIAL_CROSS",10;

54 if

55 (.@g

56 =ENCHANTGRADE_B)

57 {

58 bonus

59 bNonCritAtkRate,15;

60 if

61 (.@g

62 =ENCHANTGRADE_A)

63 {

64 bonus

65 bPAtk,3*(.@r/2);

66 }

67 }

68 }

69 }

Equip Script None
Unequip Script None