Vellum Arc Wand, двуручный посох (Renewal)

Vellum Arc Wand (VELUM_ARC_WAND) – оружие.

Vellum Arc Wand, двуручный посох (Renewal)

A two-handed staff that has been designed specifically for battles against players.
Magic Property: Neutral
This item is indestructible in battle.
Stats during WoE, WoE TE, PvP
Increases magical damage on Human Player and Doram Player race targets by 25%.
Bypass 25% of hard magic defense of Human Player and Doram Player race targets when performing a magical attack.
If upgrade level is +6 or higher,
Matk + 15%
If upgrade level is +9 or higher,
Reduces the variable casting time of skills by 20%.
Reduces the fixed casting time of skills by 0.2 seconds.

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

  • ID: 21377
  • Код: VELUM_ARC_WAND
  • Тип: оружие
  • Подтип: двуручный посох
  • Уровень оружия: 4
  • Атака: 110
  • Магическая атака: 220
  •  
  • Требуемый уровень: 95
  • Профессии: acolyte, mage, monk, priest, sage, soul_linker, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 80

Скрипт

bonus bUnbreakableWeapon;
bonus2 bMagicAddRace,RC_Player_Human,25;
bonus2 bMagicAddRace,RC_Player_Doram,25;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,25;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,25;
.@r = getrefine();
if (.@r>5) {
   bonus bMatkRate,15;
}
if (.@r>8) {
   bonus bVariableCastrate,-20;
   bonus bFixedCast,-200;
}