Vellum Glaive, двуручное копьё (Renewal)
Vellum Glaive (VELUM_GLAIVE) – оружие. Выпадает из монстров: Killer Mantis.

A two-handed spear 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%.
If upgrade level is +6 or higher,
Increases the damage of Overbrand by 50%.
Increases the damage of Clashing Spiral by 100%.
If upgrade level is +9 or higher,
Reflects 20% of the received short-ranged damage back to the attacker.
Reflects magical attacks that do not target the ground back to the attacker.
Adds a 3% chance of casting Level 7 Magic Mirror on the user when receiving a magical attack.
Базовые свойства предмета
- ID: 20944
- Код: VELUM_GLAIVE
- Тип: оружие
- Подтип: двуручное копьё
- Уровень оружия: 4
- Атака: 250
- Требуемый уровень: 95
- Профессии: crusader, knight, swordman
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 450
Скрипт
bonus2 bAddRace,RC_Player_Human,80; bonus2 bAddRace,RC_Player_Doram,80; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"LK_SPIRALPIERCE",100; bonus2 bSkillAtk,"LG_OVERBRAND",50; } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",7,300,BF_MAGIC,0; }