ID #2018
Weapon
Metal Staff [1]
Buy Price: N/A
Sell Price: N/A
Staff coated with metal that enhance ability.
_______________________
MATK +70
_______________________
When equipped by Wizard classes:
MATK +15
_______________________
When equipped by Sage classes:
MATK +10
_______________________
For each Refine Level:
MATK +5
_______________________
Base Level at least 20:
For each 10 Base Level:
MATK +5 (Up to Base Level 120)
_______________________
Type: Two-Handed Staff
Attack: 50
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Wizard, Acolyte and Soul Linker
_______________________
MATK +70
_______________________
When equipped by Wizard classes:
MATK +15
_______________________
When equipped by Sage classes:
MATK +10
_______________________
For each Refine Level:
MATK +5
_______________________
Base Level at least 20:
For each 10 Base Level:
MATK +5 (Up to Base Level 120)
_______________________
Type: Two-Handed Staff
Attack: 50
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Wizard, Acolyte and Soul Linker
Available from boxes
Basic Information
Type
Weapon
Range
1
Job Requirements
Acolyte
Yes
Mage
Yes
Monk
Yes
Priest
Yes
Sage
Yes
Soul Linker
Yes
Wizard
Yes
Requirements
Weapon Level
3
Min Level
1
Scripts
Script if (BaseJob == Job_Wizard) bonus bMatk,15; else if (BaseJob == Job_Sage) bonus bMatk,10; bonus bMatk,(getrefine()*5); .@i = min(BaseLevel/10,12); if (.@i>2) bonus bMatk,((.@i-2)*5);
if (BaseJob == Job_Wizard) bonus bMatk,15; else if (BaseJob == Job_Sage) bonus bMatk,10; bonus bMatk,(getrefine()*5); .@i = min(BaseLevel/10,12); if (.@i>2) bonus bMatk,((.@i-2)*5);