Crimson Rose [2], револьвер (Renewal)

Crimson Rose [2] (CRIMSON_ROSE) – оружие.

Crimson Rose [2], револьвер (Renewal)

The revolver decorated with red roses used by those who have reached the master's level.
It seems to resonate with the boots of an ancient hero.

ATK + 10 per 2 refine rate.
Reduce delay after attack by 3% per 3 refine rate.
When refined to +7 or higher, ASPD + 1, ATK + 5%.
When refined to +9 or higher, increase critical damage by 20%.
When refined to +11 or higher, when using Hit Barrel, increase ranged physical damage by 15%, CRI + 20 for 60s
Weapon level : 4
Required level : 100

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

  • ID: 29144
  • Код: CRIMSON_ROSE
  • Тип: оружие
  • Подтип: револьвер
  • Уровень оружия: 4
  • Атака: 150
  •  
  • Требуемый уровень: 100
  • Профессии: rebellion
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 70

Скрипт

.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bAspdRate,3*(.@r/3);
if (.@r >= 7) {
   bonus bAspd,1;
   bonus bAtkRate,5;
   if (.@r >= 9) {
      bonus bCritAtkRate,20;
      if (.@r >= 11) {
         autobonus3 "{ bonus bCritical,20; bonus bLongAtkRate,15; }",1000,60000,"RL_HEAT_BARREL";
      }
   }
}