Basic Info

Name 550022 Commander Wand[2]
Item ID 550022 - Local04_Wand
Type Weapon - Staff
A staff that suppresses the energy of an evil soul.
Indestructible.
MATK + 130.
Increases magical damage to Plant monsters by 5%, increases magical damage against Wind monsters by 5%.
If +7 or higher, increases magical damage to Plant monsters by 5%, increases magical damage against Wind monsters by 5%.
If +9 or higher, increases magical damage to Plant monsters by 10%, increases magical damage against Wind monsters by 10%.
Class: One-handed Staff Attack: 40
Weight: 80
Weapon Level: 3
Required Level: 70
Jobs: Novice jobs, Mage jobs, Acolyte jobs

Details

Weight 80
NPC Buy 0 z
NPC Sell 0 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
Gender Any

Scripts

Use Script
bonus2(bAddRace, RC_Plant, 5); bonus2(bMagicAddRace, RC_Plant, 5); bonus2(bAddEle, Ele_Wind, 5); bonus2(bMagicAddEle, Ele_Wind, 5); if (getrefine() >= 7) { bonus2(bAddRace, RC_Plant, 5); bonus2(bMagicAddRace, RC_Plant, 5); bonus2(bAddEle, Ele_Wind, 5); bonus2(bMagicAddEle, Ele_Wind, 5); } if (getrefine() >= 9) { bonus2(bAddRace, RC_Plant, 10); bonus2(bMagicAddRace, RC_Plant, 10); bonus2(bAddEle, Ele_Wind, 10); bonus2(bMagicAddEle, Ele_Wind, 10); }
Equip Script
None
Unequip Script
None