Intermediate Guild Member's Morning Star [1], булава (Renewal)

Intermediate Guild Member's Morning Star [1] (WOE_CLUB_2_Z) – оружие.

 

Mace that is said to have been used by a saint.
It seems to resonate with Ancient Hero Boots.
Cannot be destroyed in battle.
MATK + 165, MATK + 3%.
Increases holy property magical damage by 1% per 2 refine rate.
Increases Adoramus damage by 5% per 3 refine rate.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases holy property magical damage by additional 10%
When equipped with Ancient Hero Boots, when dealing magical damage, has a chance to gain Int + 20 and Matk + 15% for 7 seconds.
Weapon Lv: 4
Required Lv: 100
Required

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

  • ID: 31645
  • Код: WOE_CLUB_2_Z
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 3
  • Атака: 130
  •  
  • Требуемый уровень: 70
  • Профессии: acolyte, alchemist, blacksmith, crusader, knight, merchant, monk, priest, swordman
  • Вес: 90

Скрипт

.@r = getrefine();
bonus2 bAddRace,RC_Player_Human,20+.@r;
bonus2 bAddRace,RC_Player_Doram,20+.@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) {
   bonus2 bAddEff,Eff_Stun,200*getskilllv("PR_MACEMASTERY");
   bonus bAspdRate,10;
}