Elder Staff

Item ID 26107 Name Elder Staff
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
Weapon Level 3 Identifier Staff_Of_Elder
Attack 60 Type Weapon - Staff
MATK 150 Equip Locations Main Hand
Defense 0 Equippable Jobs Acolyte, Priest, Monk
Range 1 Equip Gender Both (Male and Female)
Slots 3 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@bonus = 10;
if (.@r>=7) {
   .@bonus += 5;
}
if (.@r>=9) {
   .@bonus += 10;
}
bonus bHealPower,.@bonus;