Type |
Weapon |
Subtype |
2hstaff |
Attack |
30 |
Defense |
0 |
Weight |
100.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
0 |
Applicable Jobs:
job_mage,
job_sage,
job_wizard
Description:
This piece's upper part is decorated with a golden dragon and a crystal with strong magical power compressed into it. It looks nice, but it's too heavy to easily carry around.
Matk +20%, Int +3, MaxHP +300
For every 2 refine Levels, Int +1, MaxHP +50.
When attacking with a magical spell has a chance of adding Matk +12% and consumed SP decreases by 20% for 5 seconds.
Class: Two-Handed Staff
Attack: 30
Weight: 100
Weapon Level: 4
Level Requirement: 50
Jobs: Transcendent Mage Classes
Item Script:
bonus bMatkRate,20;
bonus bInt,3+(getrefine()/2);
bonus bMaxHP,300+(50*getrefine()/2);
autobonus '{ bonus bMatkRate,12; bonus buseSPRate,20; }',1,5000,BF_MAGIC,'{ specialeffect2 EF_ENHANCE; }';