Type |
Weapon |
Subtype |
2hspear |
Attack |
170 |
Defense |
0 |
Weight |
200.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
75 |
Slots |
0 |
Applicable Jobs:
job_crusader,
job_knight,
job_swordman
Description:
The creator of this formidable Two-Handed Spear sacrificed his own life to forge it, resulting in a curse that will try to dominate the wearer's soul.
Increases damage inflicted on Shadow, Demon and Undeadr monste by 20%, and reduces damage taken from these monsters by 10%.
Gains 50 HP upon defeating enemies.
Adds a chance of inflicting Confuse status on wielder when dealing physical attack.
Class: Two-Handed Spear
Attack: 170
Weight: 200
Weapon Level: 4
Level Requirement: 75
Jobs: Swordman
Item Script:
bonus2 bAddEle,Ele_Dark,20;
bonus2 bAddRace,RC_Demon,20;
bonus2 bAddRace,RC_Undead,20;
bonus2 bSubEle,Ele_Dark,10;
bonus2 bSubRace,RC_Demon,10;
bonus2 bSubRace,RC_Undead,10;
bonus2 bAddEff2,Eff_Confusion,1000;
bonus bHPGainValue,50;