Aquatic Spear [2], одноручное копьё (Renewal)
Aquatic Spear [2] (UNDINE_SPEAR_K) – оружие.
![Aquatic Spear [2], одноручное копьё (Renewal) Aquatic Spear [2], одноручное копьё (Renewal)](/images/db/items/picture/32018.png)
Spear used by a hero who received the blessing of the water spirit in the past.
A beautiful spear that reminisces a crashing wave. 
It seems to resonate with Ancient Hero Boots. 
For each 2 refine levels, ATK + 10.
For each 3 refine levels, increase ranged physical damage dealth by 4%.
When refined to +7 or higher, increases damage of Cannon Spear, Banishing Point by 15%.
When refined to +9 or higher, increases attack speed (reduces delay after attack by 10%.
When refined to +11 or higher, increases damage of Cannon Spear, Banishing Point by additional 20%.
When equipped with Ancient Hero Boots, adds random chance to increase STR +20, ATRK+15% for 7 sec when wearer physical attacks. 
Weapon Lv : 4
Required Lv : 100
Required
Базовые свойства предмета
- ID: 29065
 - Код: UNDINE_SPEAR_K
 - Тип: оружие
 - Подтип: одноручное копьё
 - Уровень оружия: 4
 - Атака: 180
 - Требуемый уровень: 100
 - Профессии: crusader
 
- Вес: 120
 
Скрипт
.@r = getrefine();
if (.@r>=2) {
   bonus bBaseAtk,.@r/2*10;
}
if (.@r>=3) {
   bonus bLongAtkRate,.@r/3*4;
}
if (.@r>=7) {
   bonus2 bSkillAtk,"LG_BANISHINGPOINT",15;
   bonus2 bSkillAtk,"LG_CANNONSPEAR",15;
}
if (.@r>=9) {
   bonus bAspdRate,10;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"LG_CANNONSPEAR",20;
   bonus2 bSkillAtk,"LG_BANISHINGPOINT",20;
}