Sacred Crown, броня (Renewal)
Sacred Crown (CROWN_OF_SAINT_JP) – броня.

A crown with the sacred aura.
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.
Базовые свойства предмета
- ID: 25109
- Код: CROWN_OF_SAINT_JP
- Тип: броня
- Уровень брони: 1
- Защита: 12
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 60
Скрипт
.@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;