Requiem Arc Wand

Item ID 1698 Name Requiem Arc Wand
A one-handed cane given by the King.
It seems to have the effect of calming the soul of the dead.
_______________________
MATK +145
_______________________
Increases Magical Damage against monsters in Bio Lab and Tomb of the Fallen by 40%.
_______________________
Refine Level +5:
Increases Magical Damage against monsters in Bio Lab and Tomb of the Fallen by additional 20%.
_______________________
For each Refine Level equal or above +6:
Increases Magical Damage against monsters in Bio Lab and Tomb of the Fallen by additional 15%.
_______________________
Type: One-Handed Staff
Attack: 80
Weight: 50
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Super Novice, Magician and Acolyte
Weapon Level 4 Identifier Thanos_Staff_J
Attack 80 Type Weapon - Staff
MATK 145 Equip Locations Main Hand
Defense 0 Equippable Jobs Novice, Super novice, Mage, Acolyte, Soul Linker
Range 1 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@b = 40;
if (.@r>=5) {
   .@b += (.@r-5)*15+20;
}
bonus2 bMagicAddRace2,RC2_BioLab,.@b;