Lesser Guild Member's Guitar, (Renewal)

Lesser Guild Member's Guitar (WOE_INSTRUMENT1_Z) – оружие.

 

Heavy one-handed spear held by the White Knights.
It's an ordinary weapon with no special features, but it's influenced by Himelmez and has magical energy.
------------------------
Increases long ranged physical damage by 1% per refine rate.
------------------------
If refine rate is 9 or higher, increases Vanishing Point damage by 20%.
------------------------
If refine rate is 11 or higher, increases physical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Guardian Knight Spear
King Schmidt's Suit
King Schmidt's Manteau

Atk + 30,
Has a chance to gain bonus long ranged physical damage by 10% for 10 seconds when dealing physical damage.

If the sum of refine rate of set is 30 or higher, increases physical damage against holy and undead property enemies by 20%.
------------------------
Weapon Lv : 4

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

  • ID: 29078
  • Код: WOE_INSTRUMENT1_Z
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 3
  • Атака: 70
  •  
  • Требуемый уровень: 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";
}