Vellum Claymore, двуручный меч (Renewal)
Vellum Claymore (VELUM_CLAYMORE) – оружие. Выпадает из монстров: Furious Skeleton General, Skeleton General Ringlea, Am Mut, Skeleton General.

A two-handed sword 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 80%.
Bypass 30% of hard defense of Human Player and Doram Player race targets when performing a physical attack.
If upgrade level is +6 or higher,
Increases physical damage on Human Player and Doram Player race targets by an additional 40%.
If upgrade level is +9 or higher,
Reflects 20% of the received short-ranged and magical damage back to the attacker.
Adds a 30% chance of casting Level 8 Magic Mirror on the user when receiving a magical attack.
Базовые свойства предмета
- ID: 26480
- Код: VELUM_CLAYMORE
- Тип: оружие
- Подтип: двуручный меч
- Уровень оружия: 4
- Атака: 260
- Требуемый уровень: 95
- Профессии: crusader, knight, swordman
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 350
Скрипт
bonus2 bAddRace,RC_Player_Human,80; bonus2 bAddRace,RC_Player_Doram,80; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; .@r = getrefine(); if (.@r>=6) { bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,300,BF_MAGIC,0; }