Requiem Lance
| Item ID | 1499 | Name | Requiem Lance |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Thanos_Long_Spear_J | ||
| Attack | 220 | Type | Weapon - Two-Handed Spear | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Knight, Crusader | ||
| Range | 3 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 150 | 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;
.@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;
|
||||