Basic Info

Name 2058 Detecting Staff[1]
Item ID 2058 - Ein_BHSTAFF
Type Weapon
2058
Indestructible.
MATK + 200.
If [Mystical Amplification] is Level 10, MATK + 30.
Every 15 Base Level, Variable Cast Time - 1%.
If +7 or higher, Fire property magic damage + 7%.
If +9 or higher, Water and Wind property magic damage + 7%.
Class: Two-Handed Staff
Attack: 130
Weight: 180
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Mage

Details

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

Stats

Range 1
Defense 0
Attack 130
Magical Attack 200
Weapon Level 4
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Upper
Job Classes Wizard / Sage
Gender Any

Scripts

Use Script
bonus(bUnbreakableWeapon, 0); if (getskilllv(HW_MAGICPOWER) >= 10) bonus(bMatk, 30); bonus(bVariableCastrate, (BaseLevel/15) * -1); if (getrefine() >= 7) bonus2(bMagicAtkEle, Ele_Fire, 7); if (getrefine() >= 9){ bonus2(bMagicAtkEle, Ele_Water, 7); bonus2(bMagicAtkEle, Ele_Wind, 7); }
Equip Script
None
Unequip Script
None