La'cryma Stick [2]
ID: 1646
Type |
Weapon |
Subtype |
Staff |
Attack |
30 |
Defense |
0 |
Weight |
50.0 |
Weapon Level |
3 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
2 |
Applicable Jobs:
job_mage,
job_sage,
job_wizard
Description:
A highclass mage's staff decorated with rich tail-feathers. It has been especially treated for the ice elemental magical spell, 'Stormgust'.
Matk +15%
Int +4, Mdef +1
Stormgust's damage increases by 1% for each refine level.
If refined to +10, casting speed of 'Stormgust' decreases by 8%.
Class: One-Handed Staff
Attack: 30
Weight: 50
Weapon Level: 3
Level Requirement: 50
Jobs: Transcendent Mage Classes
Item Script:
bonus bInt,4;
bonus bMatkRate,15;
bonus bMdef,getrefine();
bonus2 bSkillAtk,'WZ_STORMGUST',getrefine();
if (getrefine()>9)
bonus2 bCastrate,'WZ_STORMGUST',-8;