ID #1832
Weapon
Vellum Claw
Buy Price: N/A
Sell Price: N/A
*Effects in WoE & PVP area
Increases Physical Damage against Players by 100%.
_______________________
Refine Level +8:
Increases Physical Damage against Players by additional 20%.
_______________________
Refine Level +10:
Random chance to auto-cast Dangerous Soul Collect when using Explosion Spirits skill.
Removes Casting Time of Asura Strike.
Drains 500 HP every 3 seconds.
_______________________
Type: Knuckle
Attack: 160
Weight: 65
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Priest and Monk classes
Increases Physical Damage against Players by 100%.
_______________________
Refine Level +8:
Increases Physical Damage against Players by additional 20%.
_______________________
Refine Level +10:
Random chance to auto-cast Dangerous Soul Collect when using Explosion Spirits skill.
Removes Casting Time of Asura Strike.
Drains 500 HP every 3 seconds.
_______________________
Type: Knuckle
Attack: 160
Weight: 65
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Priest and Monk classes
Monster Drops
Normal Drops
RSX 0805
Rate: 100%
Available from boxes
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
650
Range
1
Job Requirements
Monk
Yes
Priest
Yes
Requirements
Weapon Level
4
Min Level
95
Scripts
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; }
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;
}