ID #1499
Weapon
Requiem Lance
Buy Price: N/A
Sell Price: N/A
A blessed two handed spear from the king. Has an effect of calming the spirits of the dead.
_______________________
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by 40%.
_______________________
Decreases damage taken from Bio Lab and Tomb of the Fallen monsters by 5%.
_______________________
Refine Level +5:
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by additional 30%.
_______________________
For each Refine Level above +5 or higher:
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by additional 15%.
Decreases damage taken from Bio Lab and Tomb of the Fallen monsters by additional 1%.
_______________________
Indestructible in battle
_______________________
Type: Two-Handed Spear
Attack: 220
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Swordman classes
_______________________
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by 40%.
_______________________
Decreases damage taken from Bio Lab and Tomb of the Fallen monsters by 5%.
_______________________
Refine Level +5:
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by additional 30%.
_______________________
For each Refine Level above +5 or higher:
Increases Physical Damage against enemies in Bio Lab and Tomb of the Fallen by additional 15%.
Decreases damage taken from Bio Lab and Tomb of the Fallen monsters by additional 1%.
_______________________
Indestructible in battle
_______________________
Type: Two-Handed Spear
Attack: 220
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Swordman classes
Basic Information
Type
Weapon
Weight
1500
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Requirements
Weapon Level
4
Min Level
100
Scripts
Script .@r = getrefine(); .@b = 40; .@c = 5; bonus bUnbreakableWeapon; if (.@r>=5) { .@b += (.@r-5)*15+30; .@c += (.@r-5); } bonus2 bAddRace2,RC2_BioLab,.@b; bonus2 bSubRace2,RC2_BioLab,.@c;
.@r = getrefine();
.@b = 40;
.@c = 5;
bonus bUnbreakableWeapon;
if (.@r>=5) {
.@b += (.@r-5)*15+30;
.@c += (.@r-5);
}
bonus2 bAddRace2,RC2_BioLab,.@b;
bonus2 bSubRace2,RC2_BioLab,.@c;