Basic Info

Name 26145 Yin Yang Staff[2]
Item ID 26145 - Local02_Wand
Type Weapon - Staff
26145
A wand with the power of Yin and Yang.
MATK + 130, Indestructible.
Increases magical damage against Demon monsters by 5%, increases magical damage against Fire monsters by 5%.
If +7 or higher, increases magical damage against Demon monsters by 5%,
increases magical damage against Fire monsters by 5%.
If +9 or higher, increases magical damage against Demon monsters by 10%,
increases magical damage against Fire monsters by 10%.
Class : One-Handed Staff Attack : 40
Weight : 80
Weapon Level : 3
Required Level : 70
Jobs : Novice, Mage and Acolyte, Soul Linker

Details

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

Stats

Range 0
Defense 0
Attack 40
Magical Attack 130
Weapon Level 3
Slots 2

Restrictions

Level Range 70 +
Usage None
Trade None
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); bonus2(bMagicAddRace, RC_Demon, 5); bonus2(bMagicAddEle, Ele_Fire, 5); if (getrefine() >= 7) { bonus2(bMagicAddRace, RC_Demon, 5); bonus2(bMagicAddEle, Ele_Fire, 5); } if (getrefine() >= 9) { bonus2(bMagicAddRace, RC_Demon, 10); bonus2(bMagicAddEle, Ele_Fire, 10); }
Equip Script
None
Unequip Script
None