ID #1698
Weapon
Requiem Arc Wand
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
500
Range
1
Job Requirements
Acolyte
Yes
Mage
Yes
Novice
Yes
Soul Linker
Yes
Super Novice
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); .@b = 40; if (.@r>=5) { .@b += (.@r-5)*15+20; } bonus2 bMagicAddRace2,RC2_BioLab,.@b;
.@r = getrefine();
.@b = 40;
if (.@r>=5) {
.@b += (.@r-5)*15+20;
}
bonus2 bMagicAddRace2,RC2_BioLab,.@b;