Gemini Violin [1], (Renewal)

Gemini Violin [1] (GEMINI_VIOLIN_J) – оружие.

 

Shell that makes mysterious sounds.
It seems to resonate with Ancient Hero Boots.
MATK + 190.
Matk + 10 per 2 refine rate.
Increases increases neutral property magical damage damage by 4% per 3 refine rate.
If refine rate is 9 or higher, increases Reverberation and Metallic Sound damage by 10%.
If refine rate is 11 or higher, reduces fixed casting time of Reverberation by 0.5 seconds.
When equipped with Ancient Hero Boots, when dealing physical or magical damage, has a chance to gain Int + 20 and Matk + 15% for 7 seconds.
Weapon Lv: 4
Required Lv: 100
Required

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

  • ID: 31571
  • Код: GEMINI_VIOLIN_J
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 10
  • Магическая атака: 10
  •  
  • Профессии: bard, dancer
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,40+BaseLevel;
bonus bMatk,40+BaseLevel;
bonus bDelayrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) {
   bonus bAtkRate,50;
   bonus bMatkRate,25;
   bonus2 bSkillAtk,"CG_ARROWVULCAN",200;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
      bonus2 bIgnoreMdefRaceRate,RC_All,.@val;
   }
}