Shoes of Purge [1], броня (Renewal)
Shoes of Purge [1] (SHOES_OF_JUDEX_) – броня.
Mdef + 15.
MaxHP + 3%, MaxSP + 3%.
Reduces skill cooldown of High Heal by 1 second.
If user learned Oratio level 10, reduces casting time by 50%, reduces delay after skill by 50%.
If user learned Clearance level 5, increases magical damage against all property monsters by 25%, increases Judex damage as percentage equal to base level by 15 seconds when using Offertorium.
Mdef + 10 and increases heal effectiveness by 8% per each level of Lauda Agnus and Lauda Ramus user learned.
If refine rate is 5 or higher, MaxHP + 7%, MaxSP + 7%, reduces delay after skill by 10%.
If refine rate is 7 or higher, MaxHP + 10%, MaxSP + 10%, reduces delay after skill by 10%.
Базовые свойства предмета
- ID: 30468
- Код: SHOES_OF_JUDEX_
- Тип: броня
- Уровень брони: 1
- Защита: 15
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 50
Скрипт
.@r = getrefine();
bonus bUnbreakableShoes;
bonus bMdef,15+(10*(getskilllv("AB_LAUDAAGNUS")+getskilllv("AB_LAUDARAMUS")));
bonus bHealPower,8*(getskilllv("AB_LAUDAAGNUS")+getskilllv("AB_LAUDARAMUS"));
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSkillCooldown,"AB_HIGHNESSHEAL",-1000;
if (getskilllv("AB_ORATIO") == 10) {
bonus bVariableCastrate,-50;
bonus bDelayrate,-50;
}
if (getskilllv("AB_CLEARANCE") == 5) {
bonus2 bMagicAddEle,Ele_All,25;
autobonus3 "{ bonus2 bSkillAtk,\"AB_JUDEX\",BaseLevel; }",1000,15000,"AB_OFFERTORIUM";
}
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bDelayrate,-10;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDelayrate,-10;
}