Renewal
.:Renewal Item Database:.
Weapon - Knuckle

Valorous Battle Fist [0]   [One Hand]   Item ID# 1823 (BF_Knuckle1)
Valorous Fist
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
0
Attack
30
Required Lvl
80
Weapon Lvl
3
Slot
0
Applicable Jobs
Priest
Monk
Description
Battle Gloves used by combatants in the field of battle. Its wearer is never exhausted because it brings unlimited power once worn.
STR +2, AGI +1
Increases physical damage against Demihuman monsters by 95%.
Ignores physical defense of Demihuman monsters by 20%.
Each physical attack adds a chance of auto-casting Dangerous Soul Collect (Zen) skill.
Indestructible
Item Script
expand to view script
{ bonus bStr,2; bonus bAgi,1; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus4 bAutoSpell,"CH_SOULCOLLECT",1,20,0; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

Vellum Claw [0]   [One Hand]   Item ID# 1832 (Velum_Claw)
Bellum Claw
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
65
Attack
160
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Monk
Description
*Stats during WoE & PVP
Increases physical damage against enemy players by 100%
[When refined to +8 or higher]
Increases physical damage against enemy players by an additional 20%.
[When refined to +10 or higher]
Has a chance to autocast Dangerous Soul Collect (Zen) when casting Explosion Spirits (Fury).
Removes cast time of Asura Strike (Guillotine Fist).
Consumes 500 HP every 3 seconds.
Item Script
expand to view script
{ bonus2 bAddRace,RC_Player_Human,100; bonus2 bAddRace,RC_Player_Doram,100; .@r = getrefine(); if (.@r>7) { bonus2 bAddRace,RC_Player_Human,20; bonus2 bAddRace,RC_Player_Doram,20; } if (.@r>9) { bonus2 bVariableCastrate,"MO_EXTREMITYFIST",-100; bonus2 bFixedCastrate,"MO_EXTREMITYFIST",-100; bonus4 bAutoSpellOnSkill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; bonus2 bHPLossRate,500,3000; } },{},{}
Dropped By

Vivatus Fides Claw [2]   [One Hand]   Item ID# 560021 (Vivatus_F_Claw)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
90
Attack
210
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Inquisitor
Description
A pair of claws reborn with the power of true faith through a ritual of purification.

Increases damage of Rampage Blaster by 10%.

For each 3 Refine Levels:
ATK +12

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

Refine Level +9:
Decreases Rampage Blaster skill cooldown by 1 second.

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

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

[Bonus by Grade]
[Grade D]: Refine Level +11: Physical Damage against enemies of every element +15%.
[Grade C]: Damage of Rampage Blaster +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,"SR_RAMPAGEBLASTER",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20; if (.@r>=9) { bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; if (.@r>=11) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",25; if (.@r>=12) { bonus bLongAtkRate,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bPow,(.@r/3); } } } },{},{}
Dropped By No Result

Vivatus Fides Knuckle [2]   [One Hand]   Item ID# 560020 (Vivatus_F_Knuckle)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
100
Attack
210
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Inquisitor
Description
A pair of knuckles reborn with the power of true faith through a ritual of purification.

Increases damage of Tiger Cannon by 10%.

For each 3 Refine Levels:
ATK +12

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

Refine Level +9:
Decreases Tiger Cannon skill cooldown by 0.5 seconds.

Refine Level +11:
Increases damage of Tiger Cannon 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 Tiger Cannon +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,"SR_TIGERCANNON",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SR_TIGERCANNON",20; if (.@r>=9) { bonus2 bSkillCooldown,"SR_TIGERCANNON",-500; if (.@r>=11) { bonus2 bSkillAtk,"SR_TIGERCANNON",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,"SR_TIGERCANNON",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