Dupledex Booster Mace, булава (Renewal)

Dupledex Booster Mace (DD_B_MACE) – оружие.

Dupledex Booster Mace, булава (Renewal)

Can't be refined by normal means.
Can't be destroyed.
Atk + 2%, Matk + 2%, Matk + 160.
Atk + 3 and Matk + 3 per refine rate.
Atk + 3 and Matk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases melee physical damage and holy property magical damage by 1% per each level of Meditation user learned.
If refine rate is 9 or higher, reduces variable casting time and global cooldown by 10%, increases Judex and Duple Light damage by 25%.
If refine rate is 11 or higher, increases magical damage against all size enemies by 15%, increases holy property magical damage by 15%.
If refine rate is 13 or higher, increases Judex and Duple Light damage by additional 15%.

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

  • ID: 31649
  • Код: DD_B_MACE
  • Тип: оружие
  • Подтип: булава
  • Уровень оружия: 4
  • Атака: 190
  •  
  • Требуемый уровень: 100
  • Профессии: priest
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,2;
bonus bAtkRate,2;
bonus bMatk,160+(3*.@r)+3*(min(BaseLevel,195)/15);
bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,getskilllv("HP_MEDITATIO");
   bonus bShortAtkRate,getskilllv("HP_MEDITATIO");
}
if (.@r>=9) {
   bonus bVariableCastrate,-10;
   bonus bDelayrate,-10;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25;
   bonus2 bSkillAtk,"AB_JUDEX",25;
}
if (.@r>=11) {
   bonus2 bMagicAddSize,Size_All,15;
   bonus2 bMagicAtkEle,Ele_Holy,15;
}
if (.@r>=13) {
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15;
   bonus2 bSkillAtk,"AB_JUDEX",15;
}