Amazing Grace [1], броня (Renewal)

Amazing Grace [1] (AEGIS_450291) – броня.

 

Prayer to the Lord saved me from many difficulties.
The grace of the Lord will be with me on this path ahead.
------------------------
ASPD + 10%.
------------------------
For every level of Oratio learned,
INT + 3 , MATK + 15.
------------------------
For every level of Clearance learned,
Increase magic damage against all size enemies by 14%.
------------------------
For total level of Lauda Agnus and Lauda Ramus learned,
Increase rate of outgoing recovery skills by 3%.
Increase rate of incoming recovery skills and items by 3%.
------------------------
When refined to +5 or higher,
Increase damage of Judex and Adoramus by 50%.
------------------------
When refined to +7 or higher,
Increase damage of Judex and Adoramus by additional 50%.
------------------------
When refined to +10 or higher,
Increase Holy proprety magic damage by 15%.
Armor can't be destroyed in battle.
------------------------
Def : 100

Базовые свойства предмета

  • ID: 30344
  • Код: AEGIS_450291
  • Тип: броня
  • Уровень брони: 1
  • Защита: 100
  •  
  • Требуемый уровень: 100
  • Вес: 100

Скрипт

.@r = getrefine();
.@a = getskilllv("AB_ORATIO");
.@b = getskilllv("AB_CLEARANCE");
.@c = getskilllv("AB_LAUDAAGNUS");
.@d = getskilllv("AB_LAUDARAMUS");
bonus bAspdRate,10;
bonus bInt,3*.@a;
bonus bMatk,15*.@a;
bonus2 bMagicAddRace,RC_All,14*.@b;
bonus bHealPower,3*(.@c+.@d);
bonus bHealPower2,3*(.@c+.@d);
bonus bAddItemHealRate,3*(.@c+.@d);
if (.@r>=5) {
   bonus2 bSkillAtk,"AB_ADORAMUS",50;
   bonus2 bSkillAtk,"AB_JUDEX",50;
}
if (.@r>=7) {
   bonus2 bSkillAtk,"AB_ADORAMUS",50;
   bonus2 bSkillAtk,"AB_JUDEX",50;
}
if (.@r>=10) {
   bonus2 bMagicAtkEle,Ele_Holy,15;
   bonus bUnbreakableArmor;
}