Vellum Claw, кастет (Renewal)
Vellum Claw (VELUM_CLAW) – оружие. Выпадает из монстров: RSX 0805 (E).

A knuckle that has been designed specifically for battles against players.
Property: Neutral
Stats during WoE, PvP
Increases physical damage on Human Player and Doram Player race targets by 100%.
If upgrade level is +8 or higher,
Increases physical damage on Human Player and Doram Player race targets by an additional 20%.
If upgrade level is +10 or higher,
Reduces the variable casting time of Guillotine Fist by 100%.
Drains 500 HP from the user every 3 seconds.
Adds a 100% chance of casting Level 1 Zen on the user when using Fury.
Скрипт
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; }