Lich's Bone Wand [2]
ID: 1624
Type |
Weapon |
Subtype |
Staff |
Attack |
60 |
Defense |
0 |
Weight |
80.0 |
Weapon Level |
3 |
Buy |
20z |
Sell |
10z |
Required Level |
70 |
Slots |
2 |
Applicable Jobs:
job_acolyte,
job_mage,
job_monk,
job_priest,
job_sage,
job_wizard
Description:
A wand crafted from a powerful Lich's skull that will curse anyone that threatens its true owner.
Has a low chance of cursing your enemy while physically attacking;
this chance can be raised by increasing this weapon's Upgrade Level.
Additional Matk +3% and MaxSP +300 bonus if Upgrade Level is 9 or greater.
Matk +20%
Int +1
Dex +1
Class: One-Handed Staff
Attack: 60
Weight: 80
Element: Undead
Weapon Level: 3
Level Requirement: 70
Jobs: Trascendent Mage and Acolyte Classes
Item Script:
bonus bInt,1;
bonus bDex,1;
bonus bAtkEle,Ele_Undead;
bonus bMatkRate,20;
bonus3 bAutoSpellWhenHit,'NPC_WIDECURSE',5,10+getrefine();
if (getrefine()>=9) {
bonus bMatkRate,3;
bonus bMaxSP,300;
}