ID #1446
Weapon
Requiem Spear
Buy Price: N/A
Sell Price: N/A
A blessed one handed spear from the king. Has an effect of calming the spirits of the dead.
_______________________
Increases Physical Damage against enemies of Bio Lab and Tomb of the Fallen by 40%.
_______________________
Refine Level +5:
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by additional 20%.
_______________________
For each Refine Level above +5 or higher:
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by additional 15%.
_______________________
Indestructible in battle
_______________________
Type: One-Handed Spear
Attack: 130
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Rune Knight and Royal Guard
_______________________
Increases Physical Damage against enemies of Bio Lab and Tomb of the Fallen by 40%.
_______________________
Refine Level +5:
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by additional 20%.
_______________________
For each Refine Level above +5 or higher:
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by additional 15%.
_______________________
Indestructible in battle
_______________________
Type: One-Handed Spear
Attack: 130
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Rune Knight and Royal Guard
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
1000
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); .@b = 40; bonus bUnbreakableWeapon; if (.@r>=5) { .@b += (.@r-5)*15+20; } bonus2 bAddRace2,RC2_BioLab,.@b;
.@r = getrefine();
.@b = 40;
bonus bUnbreakableWeapon;
if (.@r>=5) {
.@b += (.@r-5)*15+20;
}
bonus2 bAddRace2,RC2_BioLab,.@b;