Basic Info

Name 2015 Upgrade Staff[1]
Item ID 2015 - Upg_Staff
Type Weapon - Staff
2015
Staff that is coated by Oridecon and Gold with perfect level.
-------------------------
MATK +70
-------------------------
Wizard classes: MATK +30
Sage classes: MATK +20
-------------------------
Every Refine: MATK +10, healing rate +1%
-------------------------
Level 70 or Higher : MATK +10 for every 10 Base Level
-------------------------
Class: Two-Handed Staff
Attack: 50
Weight: 100
Weapon Level: 3
Level Requirement: 1
Jobs: Magician, Acolyte and Soul Linker

Details

Weight 100
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 1
Defense 0
Attack 50
Magical Attack 70
Weapon Level 3
Slots 1

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Magician / Acolyte / Priest / Wizard / Monk / Sage / Soul Linker
Gender Any

Scripts

Use Script
bonus bMatk,(getrefine()*10); bonus bHealPower,getrefine(); if(BaseJob==Job_Wizard) bonus bMatk,30; else if(BaseJob==Job_Sage) bonus bMatk,20; if(BaseLevel>70) { bonus bMatk,(((BaseLevel-70)/10)*10); }
Equip Script
None
Unequip Script
None