Type |
Weapon |
Subtype |
Staff |
Attack |
100 |
Defense |
0 |
Weight |
10.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_soullinker,
job_wizard
Description:
A staff made out of magical wood. It possesses huge magical power, but it will make you look like an elder.
Int +4
Matk +15
Refine Level +6:
MaxHP -200
MaxSP -100
Int increases by 1 per refine level.
Class: One-Handed Staff
Attack: 100
Weight: 10
Weapon Level: 4
Level Requirement: 70
Jobs: Mage, Acolyte and Soul Linker
Item Script:
bonus bMatk,15;
bonus bInt,4;
if (getrefine()>5) {
bonus bInt,getrefine()-5;
bonus bMaxHP,-200;
bonus bMaxSP,-100;
}