Patent Ray Knuckle [2], кастет (Renewal)

Patent Ray Knuckle [2] (UP_RAY_KNUCKLE) – оружие.

Patent Ray Knuckle [2], кастет (Renewal)

Knuckle with shining ore blades 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.

ATK + 15 per 2 refine rates.
Increase damage of Tiger Cannon by 4% per 3 refine rates.
When refined to +7 or higher, increase damage of Tiger Cannon by additional 15%, Gates of Hell by 20%.
When refined to +9 or higher, reduce cooltime of Tiger Cannon by 1 sec.
When refined to +11 or higher, MHP + 10%, increase damage of Gates of Hell by 15%.
When equipped with Great Hero's Boots, VIT + 10, ATK + 7% Áõ°¡.

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

  • ID: 31535
  • Код: UP_RAY_KNUCKLE
  • Тип: оружие
  • Подтип: кастет
  • Уровень оружия: 4
  • Атака: 205
  •  
  • Требуемый уровень: 150
  • Профессии: monk
  • Вес: 80

Скрипт

.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus2 bSkillAtk,"SR_TIGERCANNON",4*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"SR_TIGERCANNON",15;
   bonus2 bSkillAtk,"SR_GATEOFHELL",20;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000;
}
if (.@r>=11) {
   bonus bMaxHPrate,10;
   bonus2 bSkillAtk,"SR_GATEOFHELL",15;
}