Booster Mace [2], булава (Renewal)

Booster Mace [2] (BOOST_HALL) – оружие.

Booster Mace [2], булава (Renewal)

Special blunt weapon prepared for your rapid growth.
Indestructible.
MATK + 160
ATK + 3%
Holy property magic damage increased by 3%.
Increases ATK + 2, MATK + 2 per refine rate.
Increases ATK + 3, MATK + 3 per 15 base levels up to level 180.
If refine rate is +7 or higher, increases Holy property magic damage by additional 1% per level of Meditatio.
If refine rate is +9 or higher, increases physical and magical damage to enemies of all sizes by 10%.

When equipped with Defiant Booster set (Robe, Muffler, Shoes, and Earrings),
MATK + 20
Increases Judex damage by 30%.
Adoramus damage increases by 1% per 15 base levels up to level 180.
When using Magnificat, additionally increases Adoramus damage by 20% for 60 seconds.

When equipped with Range Booster set (Suit, Manteau, Boots, and Brooch),
ASPD + 2
Increase critical damage by 10%.
Duple light damage increased by 2% per 15 base levels up to level 180.
When using Magnificat, additionally increases Duple Light damage by 35% for 60 seconds.

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

  • ID: 31642
  • Код: BOOST_HALL
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 160
  • Магическая атака: 160
  •  
  • Требуемый уровень: 100
  • Профессии: priest
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMatk,160;
bonus bUnbreakableWeapon;
bonus2 bMagicAtkEle,Ele_Holy,3;
bonus bAtkRate,3;
bonus bMatk,2*.@r;
bonus bBaseAtk,2*.@r;
bonus bMatk,3*(min(BaseLevel,180)/15);
bonus bBaseAtk,3*(min(BaseLevel,180)/15);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,getskilllv("HP_MEDITATIO");
}
if (.@r>=9) {
   bonus2 bAddSize,Size_All,10;
   bonus2 bMagicAddSize,Size_All,10;
}