Type |
Weapon |
Subtype |
Staff |
Attack |
80 |
Defense |
0 |
Weight |
50.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
70 |
Slots |
0 |
Applicable Jobs:
job_acolyte,
job_mage,
job_monk,
job_priest,
job_sage,
job_wizard
Description:
A staff that causes enemy mental distraction.
Matk +20%, Int +3, Dex +2
SP Recovery increase by 8%.
When doing magic attacks, takes away 20% SP of all enemies within 11*11 cells around itself.
If Refining Level is over 9, takes away 60% SP of all enemies within 19*19 cells around itself.
Class: One-Handed Staff
Attack: 80
Weight: 50
Weapon Level: 4
Level Requirement: 70
Jobs: Transcendent Wizard / Acolyte Class
Item Script:
bonus bMatkRate,20;
bonus bInt,3;
bonus bDex,2;
bonus bSPrecovRate,8;
if (getrefine()>9 )
bonus5 bAutoSpell,'NPC_WIDESOULDRAIN',3,5,BF_MAGIC,0;
else
bonus5 bAutoSpell,'NPC_WIDESOULDRAIN',1,5,BF_MAGIC,0;