Poenitentia Ensis [2], двуручный меч (Renewal)

Poenitentia Ensis [2] (POENITENTIA_ENSIS) – оружие.

Poenitentia Ensis [2], двуручный меч (Renewal)

A two-handed sword filled with the pain of grief.
------------------------
ATK + 10%.
Increase Storm Slash damage by 10%.
------------------------
For every 2 refine level, increase Ignition Break damage by 3%.
------------------------
When refined to +7 or higher, reduce variable casting time by 10%.
------------------------
When refined to +9 or higher, increase Ignition Break damage by additional 25%.
------------------------
When refined to +11 or higher, reduce Ignition Break cooldown by 0.7 seconds.
------------------------
[Grade Bonus]
[Grade D] Increase Storm Slash damage by additional 5%.
[Grade C] Increase Storm Slash damage by additional 8%. P.ATK + 1.
[Grade B] Increase Storm Slash damage by additional 12%. POW + 2.
------------------------

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

  • ID: 31701
  • Код: POENITENTIA_ENSIS
  • Тип: оружие
  • Подтип: двуручный меч
  • Уровень оружия: 5
  • Атака: 315
  •  
  • Требуемый уровень: 230
  • Профессии: knight
  • Вес: 220

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"DK_STORMSLASH",10;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",3*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"RK_IGNITIONBREAK",25;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-700;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSkillAtk,"DK_STORMSLASH",5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,1;
      bonus2 bSkillAtk,"DK_STORMSLASH",8;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPow,2;
         bonus2 bSkillAtk,"DK_STORMSLASH",12;
      }
   }
}