Viewing Item

#32026: Blocking Spear

Item ID 32026 For Sale No
Identifier Ein_1HSPEAR Credit Price Not For Sale
Name Blocking Spear Type Weapon - One-Handed Spear
NPC Buy 0 Weight 300
NPC Sell 0 Weapon Level 4
Range 3 Defense 0
Slots 2 Refineable Yes
Attack 210 Min Equip Level 170
MATK 0 Max Equip Level None
Description Objects used to block access to dangerous areas of the Einbech mine.
Durable and destructive, it was converted into a weapon.
_______________________
ATK +10%
Increases damage of Banishing Point by 10%.
_______________________
Refine Level +7:
ATK +40
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases damage of Banishing Point by additional 15%.
Physical attacks have a chance to increase physical damage against all size enemies by 15% for 10 seconds.
_______________________
Refine Level +11:
Decreases After Skill Delay by 20%.
_______________________
Type: One-Handed Spear
Attack: 210
Weight: 300
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Royal Guard
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bAtkRate,10;

6 bonus2

7 bSkillAtk,"LG_BANISHINGPOINT",10;

8 if

9 (.@r

10 =7)

11 {

12 bonus

13 bAspdRate,10;

14 bonus

15 bBaseAtk,40;

16 }

17 if

18 (.@r

19 =9)

20 {

21 bonus2

22 bSkillAtk,"LG_BANISHINGPOINT",15;

23 autobonus

24 "{

25 bonus2

26 bAddSize,Size_All,15;

27 }",1,10000,BF_WEAPON;

28 }

29 if

30 (.@r

31 =11)

32 {

33 bonus

34 bDelayrate,-20;

35 }

Equip Script None
Unequip Script None