Bolt Crusher [2], катар (Renewal)

Bolt Crusher [2] (EIN_BHKATAR) – оружие.

Bolt Crusher [2], катар (Renewal)

A tool used in Einbroch to cut various metals.
They modified it for battle use due to its superior cutting force.


ATK +10%.
Rolling Cutter damage +10%.
When refined to +7 or higher, ATK +60, increased ASPD (ASPD +10%)
When refined to +9 or higher, Additional Rolling Cutter damage +15%.
When physically attacking, create a chance to gain additional DMG +20% on enemies of all sizes for 10 sec.
When refined to +11 or higher, After-cast delay -20%.

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

  • ID: 27691
  • Код: EIN_BHKATAR
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 300
  •  
  • Требуемый уровень: 170
  • Профессии: assassin
  • Вес: 200

Скрипт

.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",10;
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus bBaseAtk,60;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15;
   autobonus "{ bonus2 bAddSize,Size_All,20; }",1,10000,BF_WEAPON;
}
if (.@r>=11) {
   bonus bDelayrate,-20;
}