
RENEWAL / ITEMS
Amazing Grace [1]
#450291Armor
Amazing_Grace
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level100
Armor level1
Description
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 race 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.
------------------------
Type : Armor
Def : 100
Weight : 100
Required Level : 100
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@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;
}