Staff Of Bordeaux
ID: 1648
Type |
Weapon |
Subtype |
Staff |
Attack |
30 |
Defense |
0 |
Weight |
50.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
0 |
Applicable Jobs:
job_mage,
job_sage,
job_wizard
Description:
A short, simply designed staff; like a baton. A jewel, with the power of justice, is set on it.
Int +2
Dex +1
Matk +15%
When mastering 'Dragonology', consumed SP amount is decreased by 15%, Int +3.
Class: One-Handed Staff
Attack: 30
Weight: 50
Weapon Level: 4
Level Requirement: 50
Jobs: Transcendent Mage Classes
Item Script:
bonus bMatkRate,15;
bonus bInt,2;
bonus bDex,1;
if (getskilllv('SA_DRAGONOLOGY') == 5) {
bonus bUseSPrate,-15;
bonus bInt,3;
}