Renewal
.:Renewal Item Database:.
Weapon - One-handed Spear

Vanishing Cannon Booster Spear [0]   [One Hand]   Item ID# 530005 (BC_B_Spear)
Banishing Cannon Booster Spear
Type
Weapon
Class
One-handed Spear
Buy
n/a
Sell
n/a
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
4
Slot
0
Range
3
Applicable Jobs
Royal Guard
Description
A One-Handed Spear designed to help adventurers grow.

Cannot be refined normally.

ATK +2%

For each Refine Level:
ATK +3

For each 15 Base Level:
ATK +3 (Applies up to Base Level 195)

Refine Level +7:
For each Level of Spear Quicken:
ASPD +1% (Decreases after attack delay by 1%).

Refine Level +9:
ASPD +1
Increases damage of Overbrand, Banishing Point and Cannon Spear by 25%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.
Increases melee and ranged physical damage by 15%.

Refine Level +13:
Increases damage of Overbrand, Banishing Point and Cannon Spear by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,2; bonus bBaseAtk,3*.@r; bonus bBaseAtk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bAspdRate,getskilllv("CR_SPEARQUICKEN"); } if (.@r>=9) { bonus bAspd,1; bonus2 bSkillAtk,"LG_BANISHINGPOINT",25; bonus2 bSkillAtk,"LG_CANNONSPEAR",25; } if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bLongAtkRate,15; } if (.@r>=13) { bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; bonus2 bSkillAtk,"LG_CANNONSPEAR",15; } },{},{}
Dropped By No Result

Vellum Spear [0]   [One Hand]   Item ID# 1436 (Velum_Spear)
Bellum Spear
Type
Weapon
Class
One-handed Spear
Buy
20z
Sell
10z
Weight
85
Attack
150
Required Lvl
95
Weapon Lvl
4
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
Effect applies only in WoE & PVP.

Increases physical damage to other players by 60%.

Refine Level +6:
Increases damage of Pinpoint Attack and Hundred Spears by 80%.

Refine Level +9:
Increases physical damage inflicted to enemy players by 30%.
Item Script
expand to view script
{ bonus2 bAddRace,RC_Player_Human,60; bonus2 bAddRace,RC_Player_Doram,60; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",80; bonus2 bSkillAtk,"LG_PINPOINTATTACK",80; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,30; bonus2 bAddRace,RC_Player_Doram,30; } },{},{}
Dropped By

Vivatus Fides Guardian Spear [2]   [One Hand]   Item ID# 530014 (Vivatus_F_G_Spear)
Type
Weapon
Class
One-handed Spear
Buy
n/a
Sell
n/a
Weight
180
Attack
220
Required Lvl
210
Weapon Lvl
5
Slot
2
Range
3
Applicable Jobs
Imperial Guard
Description
A guardian spear reborn with the power of true faith through a ritual of purification.

Increases damage of Overbrand by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Overbrand by additional 20%.

Refine Level +9:
Decreases after skill cast delay by 10%.

Refine Level +11:
Increases damage of Overbrand by additional 25%.

Refine Level +12:
Increases melee physical damage by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Physical Damage against enemies of every element +15%.
[Grade C]: Damage of Overbrand +15%.
[Grade B]: ATK +7%.
[Grade A]: POW +1, P.ATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"LG_OVERBRAND",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"LG_OVERBRAND",20; if (.@r>=9) { bonus bDelayrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"LG_OVERBRAND",25; if (.@r>=12) { bonus bShortAtkRate,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"LG_OVERBRAND",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bPow,(.@r/3); } } } },{},{}
Dropped By No Result

back to top