Abyss Staff [1], двуручный посох (Renewal)

Abyss Staff [1] (VARIANT_STAFF) – оружие.

 

A combination of Survivor's Rods.


DEX +2, INT +2.
Indestructible.
MATK +240, MHP +600
Matk + 1% per 2 refine rate.


If refine rate is 7 or higher, increases magical damage against small and medium size monsters by 15%.


If refine rate is 9 or higher, reduces damage taken from small and medium size monsters by 15%.


If refine rate is 11 or higher, reduces damage taken from water, wind, earth and fire property monsters by 15%.


If equipped with Illusion Survivor's Manteau, MATK +50.
If both Illusion Survivor's Staff and Manteau are +7 or higher,
Water/Wind/Earth/Fire Magic damage +10%.
If their combined upgrade levels are 18 or higher, Magic damage +15% on Water/Wind/Earth/Fire enemies.
If their combined upgrade levels are 22 or higher, post-skill delay -15%.

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

  • ID: 21414
  • Код: VARIANT_STAFF
  • Тип: оружие
  • Подтип: двуручный посох
  • Уровень оружия: 4
  • Атака: 120
  • Магическая атака: 270
  •  
  • Требуемый уровень: 165
  • Профессии: novice, priest, super_novice, wizard
  • Вес: 240

Скрипт

bonus2 bSubRace,RC_Player_Human,30;
.@r = getrefine();
bonus bHealPower,.@r*2;
if (.@r>=7) {
   bonus bMatkRate,5;
   bonus2 bSubRace,RC_Player_Human,5;
}
if (.@r>=9) {
   bonus bMatkRate,5;
   bonus2 bSubRace,RC_Player_Human,5;
}
bonus bUnbreakableWeapon;