ID #26107
Weapon
Elder Staff [3]
Buy Price: N/A
Sell Price: N/A
A staff used by elders, It contains the power of miracle.
_______________________
MATK +150
_______________________
Increases Healing skills effectiveness by 10%.
_______________________
Refine Level +7:
Increases Healing skills effectiveness by 5%.
_______________________
Refine Level +9:
Increases Healing skills effectiveness by 10%.
_______________________
Type: One-Handed Staff
Attack: 60
Weight: 50
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Archbishop and Sura
_______________________
MATK +150
_______________________
Increases Healing skills effectiveness by 10%.
_______________________
Refine Level +7:
Increases Healing skills effectiveness by 5%.
_______________________
Refine Level +9:
Increases Healing skills effectiveness by 10%.
_______________________
Type: One-Handed Staff
Attack: 60
Weight: 50
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Archbishop and Sura
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
500
Range
1
Job Requirements
Acolyte
Yes
Monk
Yes
Priest
Yes
Requirements
Weapon Level
3
Min Level
100
Scripts
Script .@r = getrefine(); .@bonus = 10; if (.@r>=7) { .@bonus += 5; } if (.@r>=9) { .@bonus += 10; } bonus bHealPower,.@bonus;
.@r = getrefine();
.@bonus = 10;
if (.@r>=7) {
.@bonus += 5;
}
if (.@r>=9) {
.@bonus += 10;
}
bonus bHealPower,.@bonus;