Poenitentia Vatia [2], лук (Renewal)

Poenitentia Vatia [2] (POENETENTIA_VATIA) – оружие.

Poenitentia Vatia [2], лук (Renewal)

A bow filled with the pain of grief.
------------------------
ATK + 10%.
Increase Rhythm Shooting damage by 10%.
------------------------
For every 2 refine level, increase Severe Rainstorm damage by 3%.
------------------------
When refined to +7 or higher, increase long ranged physical damage by 10%.
------------------------
When refined to +9 or higher, increase Severe Rainstorm damage by additional 30%.
------------------------
When refined to +11 or higher, reduce cooldown of Severe Rainstorm by 2 seconds.
------------------------
[Grade Bonus]
[Grade D] Increase Rhythm Shooting damage by additional 5%.
[Grade C] Increase Rhythm Shooting damage by additional 8%. P.ATK + 1.
[Grade B] Increase Rhythm Shooting damage by additional 12%. CON + 1.
------------------------

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

  • ID: 31907
  • Код: POENETENTIA_VATIA
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 5
  • Атака: 250
  •  
  • Требуемый уровень: 230
  • Профессии: bard, dancer
  • Вес: 100

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",10;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",3*(.@r/2);
if (.@r>=7) {
   bonus bLongAtkRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",30;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,1;
      bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",8;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bCon,1;
         bonus2 bSkillAtk,"TR_RHYTHMSHOOTING",12;
      }
   }
}