Basic Info

Name 2052 Lesser Guild Staff
Item ID 2052 - Lesser_Guild_Staff
Type Weapon
2052
MATK + 180.
"¡Ø PvP & WoE-area bonuses only"
+15% increase in magic damage against Players.
Ignores 10% of Player MDEF.
Indestructible.
Per +1 refine, +1% additional increase in magic damage against Players.
Per +1 refine, +3% [Meteor Storm] and [Storm Gust] damage and -2% MaxHP.
Per +2 refine, MATK +5.
If +7 or higher, ignores an additional 10% of Player MDEF.
If +9 or higher, a +5% additional increase in magic damage against Players.
_
Class : Two-handed Staff Attack : 70
Weight : 80
Weapon Level : 3
Required Level : 70
Jobs : Mage and Acolyte

Details

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

Stats

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

Restrictions

Level Range 70 +
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
bonus2(bMagicAddRace, RC_Player, 15 + getrefine()); bonus2(bIgnoreMdefRate, RC_Player, 10); bonus(bUnbreakableWeapon, 0); bonus2(bSkillAtk, WZ_METEOR, 3 * getrefine()); bonus2(bSkillAtk, WZ_STORMGUST, 3 * getrefine()); bonus(bMaxHPrate, -2 * getrefine()); bonus(bMatk, 5 * (getrefine() / 2)); if (getrefine() >= 7) bonus2(bIgnoreMdefRate, RC_Player, 10); if (getrefine() >= 9) bonus2(bMagicAddRace, RC_Player, 5);
Equip Script
None
Unequip Script
None