Blocking Spear [2], одноручное копьё (Renewal)
Blocking Spear [2] (EIN_1HSPEAR) – оружие.
![Blocking Spear [2], одноручное копьё (Renewal) Blocking Spear [2], одноручное копьё (Renewal)](/images/db/items/picture/32026.png)
Originally used to block entrance to dangerous areas in Einbroch,
it's now modified into a weapon due to its durability and power.
ATK +10%.
Vanishing Point damage +10%.
When refined to +7 or higher, ATK +40, increased ASPD (ASPD +10%)
When refined to +9 or higher, Additional Vanishing Point damage +15%.
When physically attacking, create a chance to gain additional DMG +15% on enemies of all sizes for 10 sec.
When refined to +11 or higher, After-cast delay -20%.
Базовые свойства предмета
- ID: 29071
 - Код: EIN_1HSPEAR
 - Тип: оружие
 - Подтип: одноручное копьё
 - Уровень оружия: 4
 - Атака: 210
 - Требуемый уровень: 170
 - Профессии: crusader
 
- Вес: 300
 
Скрипт
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",10;
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus bBaseAtk,40;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"LG_BANISHINGPOINT",15;
   autobonus "{ bonus2 bAddSize,Size_All,15; }",1,10000,BF_WEAPON;
}
if (.@r>=11) {
   bonus bDelayrate,-20;
}