Vellum Spear, одноручное копьё (Renewal)
Vellum Spear (VELUM_SPEAR) – оружие. Выпадает из монстров: Dark Mace Kobold.

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 60%.
If upgrade level is +6 or higher,
Increases the damage of Hundred Spears and Pinpoint Attack by 80%.
If upgrade level is +9 or higher,
Increases physical damage on Human Player and Doram Player race targets by an additional 30%.
Базовые свойства предмета
- ID: 20888
- Код: VELUM_SPEAR
- Тип: оружие
- Подтип: одноручное копьё
- Уровень оружия: 4
- Атака: 150
- Требуемый уровень: 95
- Профессии: crusader, knight, swordman
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 85
Скрипт
bonus2 bAddRace,RC_Player_Human,60; bonus2 bAddRace,RC_Player_Doram,60; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",80; bonus2 bSkillAtk,"LG_PINPOINTATTACK",80; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,30; bonus2 bAddRace,RC_Player_Doram,30; }