Adonus Booster Wand, посох (Renewal)
Adonus Booster Wand (AN_B_WAND) – оружие.

Can't be refined by normal means.
Can't be destroyed.
Matk + 2%, Matk + 160.
Matk + 3 per refine rate.
Matk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases holy property magical damage by 1% per each level of Meditation user learned.
If refine rate is 9 or higher, reduces variable casting time by 10%, increases Magnus Exorcismus and Adoramus 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 additional 15%.
If refine rate is 13 or higher, increases Magnus Exorcismus and Adoramus damage by additional 15%.
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,2;
bonus bMatk,(3*.@r)+3*(min(BaseLevel,195)/15);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Holy,getskilllv("HP_MEDITATIO");
}
if (.@r>=9) {
bonus bVariableCastrate,-10;
bonus2 bSkillAtk,"PR_MAGNUS",25;
bonus2 bSkillAtk,"AB_ADORAMUS",25;
}
if (.@r>=11) {
bonus2 bMagicAddSize,Size_All,15;
bonus2 bMagicAtkEle,Ele_Holy,15;
}
if (.@r>=13) {
bonus2 bSkillAtk,"PR_MAGNUS",15;
bonus2 bSkillAtk,"AB_ADORAMUS",15;
}