Glorious Destruction Staff, двуручный посох (Pre-Renewal)

Glorious Destruction Staff (KRIEGER_TWOHAND_STAFF1) – оружие.

Glorious Destruction Staff, двуручный посох (Pre-Renewal)

A weapon that has been designed specifically for battles against humans.
Account Bound
Magic Property: Neutral
Matk + 1% per upgrade level of the item.
Increases magical damage on Demi-Human race targets by 15%.
Bypass 25% of hard magic defense of Demi-Human race targets when performing a magical attack.
Increases magical damage on Human Player race targets by 15%.
Bypass 25% of hard magic defense of Human Player race targets when performing a magical attack.
This item is indestructible in battle.
If upgrade level is +6 or higher,
Bypass an additional 5% of hard magic defense of Demi-Human race targets when performing a magical attack.
Bypass an additional 5% of hard magic defense of Human Player race targets when performing a magical attack.
Enables Level 1 Destruction.
If upgrade level is +9 or higher,
Adds a 20% chance of casting Level 10 Safety Wall on the user when using Lord of Vermillion, Meteor Storm or Storm Gust.

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

  • ID: 4722
  • Код: KRIEGER_TWOHAND_STAFF1
  • Тип: оружие
  • Подтип: двуручный посох
  • Уровень оружия: 4
  • Атака: 70
  •  
  • Требуемый уровень: 80
  • Профессии: acolyte, mage, monk, priest, sage, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMatkRate,15 + .@r;
bonus2 bMagicAddRace,RC_DemiHuman,15;
bonus2 bMagicAddRace,RC_Player_Human,15;
bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,25;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,25;
bonus bUnbreakableWeapon;
if (.@r>5) {
   bonus2 bMagicAddRace,RC_DemiHuman,(.@r-5)*2;
   bonus2 bMagicAddRace,RC_Player_Human,(.@r-5)*2;
   bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,5+(.@r-5)*2;
   bonus2 bIgnoreMdefRaceRate,RC_Player_Human,5+(.@r-5)*2;
}
if (.@r>8) {
   bonus5 bAutoSpellOnSkill,"WZ_STORMGUST","MG_SAFETYWALL",10,200,1;
   bonus5 bAutoSpellOnSkill,"WZ_METEOR","MG_SAFETYWALL",10,200,1;
   bonus5 bAutoSpellOnSkill,"WZ_VERMILION","MG_SAFETYWALL",10,200,1;
}