Basic Info

Name 640029 Royal Investigation Staff
Item ID 640029 - RoyalInvestigat_THStaff
Type Weapon
640029
A weapon from Sahario for your hard work in the Royal Investigation Team.
_
MATK + 176. Indestructible.
If +7 or higher, MATK + 2%.
If Base Level 20 or higher: For every 10 Base Level, MATK + 3. (Up to Base Level 90)
_
Class : Two-Handed Staff Attack : 80
Weight : 0
Weapon Level : 3
Required Level : 20
Jobs : Mage

Details

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

Stats

Range 0
Defense 0
Attack 80
Magical Attack 176
Weapon Level 3
Slots 0

Restrictions

Level Range 20 +
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 Magician / Wizard / Sage
Gender Any

Scripts

Use Script
bonus(bUnbreakableWeapon, 0); if (BaseLevel >= 20) bonus(bMatk, 3 * (min(90, BaseLevel) / 10)); if (getrefine() >= 7) bonus(bMatkRate, 2);
Equip Script
None
Unequip Script
None