Death Guidance [2]
ID: 1186
Type |
Weapon |
Subtype |
2hsword |
Attack |
200 |
Defense |
0 |
Weight |
200.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
70 |
Slots |
2 |
Applicable Jobs:
job_crusader,
job_knight,
job_swordman
Description:
A cursed weapon exists only for the destruction of all living being.
The curse of this sword event affects the owner that it leads the person to misery.
Str +5
Agi +2
Perfect Dodge +20
Randomly inflicts Hell Power on wielder or target when dealing physical attack.
Randomly inflicts 100% damage to all targets within the area of 11x11 cells around wielder and recovers 100% of HP.
Refine Level +9:
Exerts the power to monsters within 15x15 cells and gives 200% damage while it recovers HP.
Class: Two Handed Sword
Attack: 200
Weight: 200
Weapon Level: 4
Level Requirement: 70
Jobs: Transcendent Swordman Class
Item Script:
bonus bStr,5;
bonus bAgi,2;
bonus bFlee2,20;
bonus3 bAutoSpell,'NPC_HELLPOWER',1,10;
bonus4 bAutoSpell,'NPC_HELLPOWER',1,10,0;
if (getrefine()>8)
bonus3 bAutoSpell,'NPC_VAMPIRE_GIFT',2,20;
else
bonus3 bAutoSpell,'NPC_VAMPIRE_GIFT',1,20;