Staff of Destruction [1]
ID: 2000
Type |
Weapon |
Subtype |
2hstaff |
Attack |
130 |
Defense |
0 |
Weight |
250.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
80 |
Slots |
1 |
Applicable Jobs:
job_wizard
Description:
A tremendously powerful Two-Handed Staff that can only be wielded by someone who is spiritually strong.
Int +3
Agi +10
Matk +25%
Reduces cast time of Mystical Amplification by 50%.
Increases MATK by 1% for every 2 Upgrade Levels, but raising the Upgrade Level also increases SP Consumption.
Adds a chance of autocasting Level 5 Jupitel Thunder on attacker when wielder receive physical attacks.
this chance can be increased by raising the weapon's Upgrade Level.
Class: Two-Handed Staff
Attack: 130
Weight: 250
Weapon Level: 4
Level Requirement: 80
Jobs: High Wizard
Item Script:
bonus bMatkRate,25+getrefine()/2;
bonus bInt,3;
bonus bAgi,10;
bonus bUseSPrate,(getrefine()*2);
bonus3 bAutoSpellWhenHit,'WZ_JUPITEL',5,(getrefine()*20);
bonus2 bCastrate,'HW_MAGICPOWER',-50;