ID #2033
Weapon
Enhanced Metal Staff [1]
Buy Price: N/A
Sell Price: N/A
A Refined metal staff that made for a skilled adventurer.
_______________________
MATK +95
_______________________
Increases damage of Soul Expansion by 10%.
_______________________
For each Refine Level:
MATK +8
_______________________
For each 10 Base Level:
MATK +7 (up to Base Level 150)
_______________________
When equipped by Warlock:
MATK +20
_______________________
When equipped by Sorcerer:
MATK +15
_______________________
Type: Two-Handed Staff
Attack: 60
Weight: 0
Weapon Level: 3
Enchantable: Yes
_______________________
Requirement:
Base Level 100
Magician, Acolyte and Soul Linker
_______________________
MATK +95
_______________________
Increases damage of Soul Expansion by 10%.
_______________________
For each Refine Level:
MATK +8
_______________________
For each 10 Base Level:
MATK +7 (up to Base Level 150)
_______________________
When equipped by Warlock:
MATK +20
_______________________
When equipped by Sorcerer:
MATK +15
_______________________
Type: Two-Handed Staff
Attack: 60
Weight: 0
Weapon Level: 3
Enchantable: Yes
_______________________
Requirement:
Base Level 100
Magician, Acolyte and Soul Linker
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
100
Scripts
Script bonus2 bSkillAtk,"WL_SOULEXPANSION",10; bonus bMatk,8*getrefine(); bonus bMatk,7*(min(BaseLevel,150)/10); if (BaseJob == Job_Sage) { bonus bMatk,20; } if (BaseJob == Job_Wizard) { bonus bMatk,15; }
bonus2 bSkillAtk,"WL_SOULEXPANSION",10;
bonus bMatk,8*getrefine();
bonus bMatk,7*(min(BaseLevel,150)/10);
if (BaseJob == Job_Sage) {
bonus bMatk,20;
}
if (BaseJob == Job_Wizard) {
bonus bMatk,15;
}