Uma antiga história contada pelos monges revelava detalhes de como Capitolina foi canonizada pela Igreja de Prontera. Infelizmente, essa história se perdeu e até hoje poucos conhecem o motivo da Abadia se chamar Santa Capitolina. -------------------------- Velocidade de ataque +10%. Dano de [Judex e Adoramus] +20%. Custo de SP de [Judex] e [Adoramus] -15. -------------------------- Refino +9 ou mais: Velocidade de ataque +5% adicional. Dano de [Judex] e [Adoramus] +30% adicional. Refino +11 ou mais: Velocidade de ataque +5% adicional. Dano de [Judex] e [Adoramus] +50% adicional. -------------------------- Ao aprender [Gênese] nv.5: Dano mágico contra monstros Chefes +25%. -------------------------- A cada nível de [Oratio]: Conjuração variável de [Judex] e [Adoramus] -5%. -------------------------- A cada nível de [Lauda Ramus]: Dano mágico contra oponentes de propriedade Neutro, Terra, Maldito e Fantasma +5%. -------------------------- A cada nível de [Lauda Agnus]: Dano mágico contra oponentes de propriedade Neutro, Terra, Maldito e Fantasma +5%. -------------------------- A cada refino: Dano mágico contra as raças Humano e Humanoide +2%. -------------------------- Tipo: Equip. para Cabeça Equipa em: Topo DEF: 12 DEFM: 15 Peso: 60 Nível necessário: 100 Classes: Todas
A crown with the sacred aura. Class: Headgear Position: Upper Defense: 12 Weight: 60 Requires Level: 100 Usable By: All Jobs Mdef + 15 Aspd + 10% Reduces the SP cost of Adoramus and Judex by 15. Increases the damage of Adoramus and Judex by 20%. Reduces the variable casting time of Adoramus and Judex by 5% per level of Oratio known.
If Clearance is level 5, increases magical damage on boss monsters by 25%. Increases magical damage on Earth, Ghost, Neutral and Undead property targets by 5% per level of Lauda Agnus and Lauda Ramus known For every upgrade level of Sacred Crown, increases magical damage on Demi-Human race targets by 2%.
If Sacred Crown upgrade level is +7 or higher, Aspd + 5% Increases the damage of Adoramus and Judex by an additional 30%.
If upgrade level is +9 or higher, Additional Aspd + 5%. Increases the damage of Adoramus and Judex by an additional 50%.
If upgrade level is +10 or higher, nullifies the number of Gemstones required for certain skills.
A crown with the sacred aura. Class: Headgear Position: Upper Defense: 12 Weight: 60 Requires Level: 100 Usable By: All Jobs Mdef + 15 Aspd + 10% Reduces the SP cost of Adoramus and Judex by 15. Increases the damage of Adoramus and Judex by 20%. Reduces the variable casting time of Adoramus and Judex by 5% per level of Oratio known. If Clearance is level 5, increases magical damage on boss monsters by 25%. Increases magical damage on Earth, Ghost, Neutral and Undead property targets by 5% per level of Lauda Agnus and Lauda Ramus known For every upgrade level of Sacred Crown, increases magical damage on Demi-Human race targets by 2%. If Sacred Crown upgrade level is +7 or higher, Aspd + 5% Increases the damage of Adoramus and Judex by an additional 30%. If upgrade level is +9 or higher, Additional Aspd + 5%. Increases the damage of Adoramus and Judex by an additional 50%. If upgrade level is +10 or higher, nullifies the number of Gemstones required for certain skills.
|
Autorisé dans la boutique d'achat des joueurs:
|
Invoque un monstre:
|
Lié à l'équipement:
|
Restriction d'empilement dans l'inventaire:
|
|
Restriction d'empilement dans le chariot:
|
Restriction d'empilement dans le stockage:
|
Restriction d'empilement dans le stockage de guilde:
|
Peut être laché:
|
|
Peut être échangé:
|
Peut être échangé avec un partenaire:
|
Peut être vendu à un PNJ:
|
Peut être placé dans le chariot:
|
|
Peut être placé dans le stockage:
|
Peut être placé dans le stockage de guilde:
|
Peut être mis dans un courrier:
|
Peut être mis aux enchères:
|
|
Délai:
|
|
|
|
.@r = getrefine();
.@a = 5*(getskilllv("AB_LAUDAAGNUS")+getskilllv("AB_LAUDARAMUS"));
.@dmg = 20;
.@aspd = 10;
bonus bMdef,15;
bonus2 bSkillUseSP,"AB_JUDEX",15;
bonus2 bSkillUseSP,"AB_ADORAMUS",15;
bonus2 bVariableCastrate,"AB_JUDEX",-5*getskilllv("AB_ORATIO");
bonus2 bVariableCastrate,"AB_ADORAMUS",-5*getskilllv("AB_ORATIO");
if (getskilllv("AB_CLEARANCE") >= 5) {
bonus2 bMagicAddClass,Class_Boss,25;
}
bonus2 bMagicAddEle,Ele_Undead,.@a;
bonus2 bMagicAddEle,Ele_Ghost,.@a;
bonus2 bMagicAddEle,Ele_Earth,.@a;
bonus2 bMagicAddEle,Ele_Neutral,.@a;
bonus2 bMagicAddRace,RC_DemiHuman,2*.@r;
bonus2 bMagicAddRace,RC_Player_Human,2*.@r;
if (.@r >= 7) {
.@dmg += 30;
.@aspd += 5;
if (.@r >= 9) {
.@dmg += 50;
.@aspd += 5;
if (.@r >= 10) {
bonus bNoGemStone;
}
}
}
bonus bAspdRate,.@aspd;
bonus2 bSkillAtk,"AB_JUDEX",.@dmg;
bonus2 bSkillAtk,"AB_ADORAMUS",.@dmg;
|