Virtual Bow-OS [2], лук (Renewal)
Virtual Bow-OS [2] (VIRTUAL_BOW_OS) – оружие.
![Virtual Bow-OS [2], лук (Renewal) Virtual Bow-OS [2], лук (Renewal)](/images/db/items/picture/18178.png)
A seemingly stringless bow.
It only reveals its sunset-colored string when pulled.
Atk +3%
If upgrade level is +7 or higher,
Increases long-ranged physical damage on targets by an additional 7%.
If upgrade level is +9 or higher,
Increases the damage of Arrow Storm by 30%.
If upgrade level is +11 or higher,
Increases the damage of Arrow Storm by an additional +20%.
Скрипт
.@r = getrefine();
bonus bAtkRate,3;
if (.@r >= 7) {
   bonus bLongAtkRate,7;
   if (.@r >= 9) {
      .@dmg = 30;
      if (.@r >= 11) {
         .@dmg += 20;
      }
      bonus2 bSkillAtk,"RA_ARROWSTORM",.@dmg;
   }
}