Ultio-OS
| Item ID | 16089 | Name | Ultio-OS |
|
A blunt decorated with an orb with a black glow.
_______________________ Indestructible in battle _______________________ MATK +170 MATK +3% _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 7%). _______________________ Refine Level +9: Increases damage of Adoramus by 20%. _______________________ Refine Level +11: Increases Magical Damage with Holy element by 15%. _______________________ Type: Mace Attack: 150 Weight: 120 Weapon Level: 4 _______________________ Requirement: Base Level 130 Archbishop |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Ultio_Spes_OS | ||
| 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 | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@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;
}
}
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,5; bonus bVariableCastrate,-3*(.@r/2); |
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,5; bonus bVariableCastrate,-3*(.@r/2); |
||||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,5; bonus2 bSkillAtk,"AB_JUDEX",3*(.@r_weapon/2); |
||||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bMagicAtkEle,Ele_Holy,5; bonus2 bSkillAtk,"AB_JUDEX",3*(.@r_weapon/2); |
||||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||||
|
bonus bBaseAtk,200; bonus bMatk,200; |
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bMatk,30;
if (.@r>=12) {
bonus2 bSkillCooldown,"AB_ADORAMUS",-500;
bonus2 bIgnoreMdefRaceRate,RC_Demon,15;
bonus2 bIgnoreMdefRaceRate,RC_Undead,15;
}
|
||||||
|
bonus2 bSkillCooldown,"AB_ADORAMUS",-1000; bonus2 bMagicAtkEle,Ele_Holy,10*(getequiprefinerycnt(EQI_SHOES)/3); |
||||||
|
bonus2 bSkillCooldown,"AB_ADORAMUS",-1000; |