Ultio-OS [2], булава (Renewal)
Ultio-OS [2] (ULTIO_SPES_OS) – оружие.
![Ultio-OS [2], булава (Renewal) Ultio-OS [2], булава (Renewal)](/images/db/items/picture/16089.png)
A mace decorated with a lustrous black orb.
Matk + 170
Matk + 3%
If upgrade level is +7 or higher, Aspd +7%.
If upgrade level is +9 or higher, increases the damage of Adoramus by 20%.
If upgrade level is +11 or higher, increases the damage of Holy property magical attacks on targets by 15%.
This item is indestructible in battle.
Скрипт
.@r = getrefine();
bonus bMatkRate,3;
bonus bUnbreakableWeapon;
if (.@r >= 7) {
bonus bAspdRate,7;
if (.@r >= 9) {
bonus2 bSkillAtk,"AB_ADORAMUS",20;
if (.@r >= 11) {
bonus2 bMagicAtkEle,Ele_Holy,15;
}
}
}