Paradise Arch Bishop Staff, посох (Renewal)

Paradise Arch Bishop Staff (3PARA_ROD_AB) – оружие.

Paradise Arch Bishop Staff, посох (Renewal)

Matk + 180.
Can't be refined.
Matk + 5%, can't be destroyed, reduces variable casting time by 1% per each level of Meditation user learned.
If the user's base level is 105 or higher, increases holy property magical damage by 10%, increases Adoramus damage by 25%.
If the user's base level is 110 or higher, increases holy property magical damage by additional 15%, increases magical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Adoramus damage by additional 15%.

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

  • ID: 31453
  • Код: 3PARA_ROD_AB
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 150
  • Магическая атака: 180
  •  
  • Требуемый уровень: 100
  • Профессии: priest
  • Вес: 1

Скрипт

.@l = BaseLevel;
.@a = getskilllv("HP_MEDITATIO");
bonus bMatkRate,5;
bonus bUnbreakableWeapon;
bonus bVariableCastrate,-1*.@a;
if (.@l>=105) {
   bonus2 bMagicAtkEle,Ele_Holy,10;
   bonus2 bSkillAtk,"AB_ADORAMUS",25;
   if (.@l>=110) {
      bonus2 bMagicAtkEle,Ele_Holy,15;
      bonus2 bMagicAddSize,Size_All,15;
      if (.@l>=115)
         bonus2 bSkillAtk,"AB_ADORAMUS",15;
   }
}