Basic Info

Name 640032 Chevalier Staff
Item ID 640032 - Chevalier_Staff
Type Weapon
640032
A staff for loyal servants of the Rune Midgard kingdom.
MATK + 170.
Indestructible, MATK + 2%, increases Water, Wind, Fire property magic damage by 2%.
For every refine level, MATK + 3.
For every 15 Base Level, MATK + 3. (up to Base Level 120)
If +7 or higher, increases Water, Wind, Fire property magic damage by 15%.
Class : Two-Handed Staff Attack : 100
Weight : 0
Weapon Level : 2
Required Level : 60
Jobs : Wizard

Details

Weight 0
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 1
Defense 0
Attack 100
Magical Attack 170
Weapon Level 2
Slots 0

Restrictions

Level Range 60 +
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / 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 Wizard
Gender Any

Scripts

Use Script
bonus(bUnbreakableWeapon, 0); bonus(bMatkRate, 2); bonus2(bMagicAtkEle, Ele_Fire, 2); bonus2(bMagicAtkEle, Ele_Water, 2); bonus2(bMagicAtkEle, Ele_Wind, 2); bonus(bMatk, 3 * getrefine() + 3 * min(BaseLevel, 120)/15); if (getrefine() >= 7) { bonus2(bMagicAtkEle, Ele_Fire, 15); bonus2(bMagicAtkEle, Ele_Water, 15); bonus2(bMagicAtkEle, Ele_Wind, 15); }
Equip Script
None
Unequip Script
None