Viewing Item

#530076: Imperial Spear of the Sky

Item ID 530076 For Sale No
Identifier Sky_Imperial_Spear Credit Price Not For Sale
Name Imperial Spear of the Sky Type Weapon - One-Handed Spear
NPC Buy 0 Weight 230
NPC Sell 0 Weapon Level 5
Range 3 Defense 0
Slots 2 Refineable Yes
Attack 100 Min Equip Level 240
MATK 225 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bVariableCastrate,-5;

4 bonus2 bSkillAtk,"IG_IMPERIAL_PRESSURE",15+7*(.@r/4);

5 bonus2 bMagicAtkEle,Ele_Holy,2*(.@r/3);

6 bonus2 bMagicAtkEle,Ele_Neutral,2*(.@r/3);

7 bonus bMatk,30*(.@r/3);

8 if (.@r>=7) {

9 bonus2 bMagicAtkEle,Ele_Holy,25;

10 bonus2 bMagicAtkEle,Ele_Neutral,25;

11 if (.@r>=9) {

12 bonus bVariableCastrate,-10;

13 bonus bSMatk,5;

14 if (.@r>=11) {

15 bonus2 bSkillAtk,"IG_IMPERIAL_PRESSURE",15;

16 }

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bMatkRate,5;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus2 bSkillAtk,"IG_IMPERIAL_PRESSURE",10;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus2 bSkillAtk,"IG_IMPERIAL_PRESSURE",10;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bSMatk,10;

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None