Safety Lute [2], (Renewal)

Safety Lute [2] (EIN_1HLUTE) – оружие.

Safety Lute [2], (Renewal)

Made to encourage the workers of Einbroch or signal an emergency.
It has many flaws as a guitar but it produces the loudest sound.


Long-ranged DMG +10%.
Severe Rainstorm damage +10%.
When refined to +7 or higher, ATK +40, Variable Cast Time -10%.
When refined to +9 or higher, Additional Severe Rainstorm damage +15%.
When physically attacking, create a chance to gain additional DMG +15% on enemies of all sizes for 10 sec.
When refined to +11 or higher, Severe Rainstorm cooldown -2 sec. and After-cast delay -20%.

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

  • ID: 29083
  • Код: EIN_1HLUTE
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 170
  • Профессии: bard, dancer
  • Вес: 140

Скрипт

.@r = getrefine();
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus bBaseAtk,40;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",15;
   autobonus "{ bonus2 bAddSize,Size_All,15; }",1,10000,BF_WEAPON;
}
if (.@r>=11) {
   bonus bDelayrate,-20;
   bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
}