ID #2055
Weapon
Staff of Miracle [2]
Buy Price: N/A
Sell Price: N/A
Staff with a miraculous aura.
_______________________
MATK +270
_______________________
Increases damage of Ghost elemental magic attack by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Soul Strike, Napalm Vulcan and Soul Expansion by 20%.
_______________________
Refine Level +11:
Increases damage of Soul Strike and Napalm Vulcan by 30%.
_______________________
Indestructible in battle
_______________________
Type: Two-Handed Staff
Attack: 100
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Warlock
_______________________
MATK +270
_______________________
Increases damage of Ghost elemental magic attack by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Soul Strike, Napalm Vulcan and Soul Expansion by 20%.
_______________________
Refine Level +11:
Increases damage of Soul Strike and Napalm Vulcan by 30%.
_______________________
Indestructible in battle
_______________________
Type: Two-Handed Staff
Attack: 100
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Warlock
Available from boxes
Basic Information
Type
Weapon
Weight
1200
Range
1
Job Requirements
Wizard
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Ghost,5; if (.@r >= 9) { bonus2 bSkillAtk,"MG_SOULSTRIKE",20; bonus2 bSkillAtk,"HW_NAPALMVULCAN",20; bonus2 bSkillAtk,"WL_SOULEXPANSION",20; } if (.@r >= 11) { bonus2 bSkillAtk,"MG_SOULSTRIKE",30; bonus2 bSkillAtk,"HW_NAPALMVULCAN",30; }
.@r = getrefine();
bonus bMatk,4*.@r;
bonus bUnbreakableWeapon;
bonus2 bMagicAtkEle,Ele_Ghost,5;
if (.@r >= 9) {
bonus2 bSkillAtk,"MG_SOULSTRIKE",20;
bonus2 bSkillAtk,"HW_NAPALMVULCAN",20;
bonus2 bSkillAtk,"WL_SOULEXPANSION",20;
}
if (.@r >= 11) {
bonus2 bSkillAtk,"MG_SOULSTRIKE",30;
bonus2 bSkillAtk,"HW_NAPALMVULCAN",30;
}