Ultio-OSAD
| Item ID | 590044 | Name | Ultio-OSAD |
|
An upgraded mace decorated with an orb with a black glow.
_______________________ Indestructible in battle _______________________ MATK +170 MATK +5% _______________________ Refine Level +7: Decreases Variable Casting Time by 10%. _______________________ Refine Level +9: Increases damage of Adoramus by 30%. Increases damage of Judex by 25%. _______________________ Refine Level +11: Increases Magical Damage with Holy element by 15%. Decreases After Skill Delay by 15%. _______________________ Type: Mace Attack: 150 Weight: 120 Weapon Level: 5 _______________________ Requirement: Base Level 170 Archbishop |
|---|---|---|---|---|---|
| Weapon Level | 5 | Identifier | Ultio_Spes_AD | ||
| Attack | 150 | Type | Weapon - Mace | ||
| MATK | 170 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Priest | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 120 | Min Equip Level | 170 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSkillAtk,"AB_JUDEX",25;
bonus2 bSkillAtk,"AB_ADORAMUS",30;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Holy,15;
bonus bDelayrate,-15;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,7; bonus2 bSkillAtk,"AB_JUDEX",5*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,7; bonus2 bSkillAtk,"AB_ADORAMUS",5*(.@r_weapon/2); |