Patent Meteor Striker [2], булава (Renewal)

Patent Meteor Striker [2] (UP_METEOR_STRIKER) – оружие.

Patent Meteor Striker [2], булава (Renewal)

A hammer made of rare ore found in a meteorite
After seeing the stronger strength, he began to show his natural ability.
It seems to resonate with the boots of the great hero.

Cannot be destroyed.
ATK + 15 per 2 refine rates.
Increase damage of Vulcan Arm, Boost Knuckle by 10% per 3 refine rates.
When refined to +7 or higher, increase damage of Vulcan Arm, Boost Knuckle by 15% .
When refined to +9 or higher, Increase damage of Arms Cannon by 15% .
When refined to +11 or higher, increase ranged physical damage by 15%, reduce variable casting by 15%.
When equipped with Great Hero's Boots, STR + 10, increase ranged physical damage by 5%.

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

  • ID: 31650
  • Код: UP_METEOR_STRIKER
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 320
  •  
  • Требуемый уровень: 150
  • Профессии: blacksmith
  • Вес: 350

Скрипт

bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"NC_VULCANARM",.@r/3*10;
bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",.@r/3*10;
if (.@r>=7) {
   bonus2 bSkillAtk,"NC_VULCANARM",15;
   bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"NC_ARMSCANNON",25;
}
if (.@r>=11) {
   bonus bLongAtkRate,15;
   bonus bVariableCastrate,-15;
}