Thorn Staff of Darkness
ID: 1636
Type |
Weapon |
Subtype |
Staff |
Attack |
60 |
Defense |
0 |
Weight |
70.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
75 |
Slots |
0 |
Applicable Jobs:
job_acolyte,
job_mage,
job_monk,
job_priest,
job_sage,
job_wizard
Description:
A staff which is covered with thorns, containing strong meanings of sorcery.
Matk +20%, Int +3, Dex +3
Each upgrade level adds magic defense bypassing to your magic attacks and reduces cast delay of all skills.
Class: One-Handed Staff
Attack: 60
Weight: 70
Element: Shadow
Weapon Level: 4
Level Requirement: 75
Jobs: Transcendent Mage, Acolyte
Item Script:
bonus bInt,3;
bonus bDex,3;
bonus bMatkRate,20;
bonus2 bIgnoreMdefClassRate,Class_Normal,getrefine();
bonus2 bIgnoreMdefClassRate,Class_Boss,getrefine();
bonus bDelayRate,-(getrefine()*3/2);