Blocking Spear [2], одноручное копьё (Renewal)

Blocking Spear [2] (EIN_1HSPEAR) – оружие.

Blocking Spear [2], одноручное копьё (Renewal)

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%.

Базовые свойства предмета

  • Вес: 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;
}