Basic Info

Name 2018 Metal Staff[1]
Item ID 2018 - Metal_Staff
Type Weapon
2018
Staff coated with metal that enhance ability.
-------------------------
MATK +70
-------------------------
Wizard classes: MATK +15
Sage classes: MATK +10
-------------------------
Every refine increase MATK by 5.
-------------------------
Base level 20: +5 MATK every 10 base level
(Increase applies up to BaseLv 120)
-------------------------
Class: Two-Handed Staff
Attack: 50
Weight: 0
Weapon Level: 3
Level Requirement: 1
Jobs: Wizard, Acolyte and Soul Linker

Details

Weight 0
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 Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Novice / Magician / Acolyte / Priest / Wizard / Monk / Sage / Soul Linker
Gender Any

Scripts

Use Script
bonus bUnbreakableWeapon,0; if(BaseJob==Job_Wizard) bonus bMatk,15; else if(BaseJob==Job_Sage) bonus bMatk,10; bonus bMatk,(getrefine()*5); .@val = min(BaseLevel/10, 12); if (.@val > 2) { bonus bMatk,((.@val-2)*5); }
Equip Script
None
Unequip Script
None