Intermediate Guild Member's Guitar [1], (Renewal)
Intermediate Guild Member's Guitar [1] (WOE_INSTRUMENT2_Z) – оружие.
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: 31570
 - Код: WOE_INSTRUMENT2_Z
 - Тип: оружие
 - Подтип:
 - Уровень оружия: 3
 - Атака: 90
 - Требуемый уровень: 70
 - Профессии: bard, dancer
 
- Вес: 40
 
Скрипт
.@r = getrefine();
bonus2 bAddRace,RC_Player_Human,15+.@r;
bonus2 bAddRace,RC_Player_Doram,15+.@r;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5;
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Player_Human,15;
   bonus2 bAddRace,RC_Player_Doram,15;
}
if (.@r>=10) {
   bonus bHit,20+(.@r-10);
   bonus bVariableCastrate,-30;
   autobonus3 "{ .@r = getrefine(); bonus2 bSkillAtk,\"BA_MUSICALSTRIKE\",30+(.@r-10); }",1000,60000,"BD_ADAPTATION";
}