God's Armor

Item ID 15237 Name God's Armor
Legendary armor said to have been brought to life by the hands of the gods.
The blessings of the gods will keep unclean people away.
_______________________
Physical attacks restore 5 SP when defeating Undead race.
_______________________
Decreases damage taken from Undead race by 5%.
_______________________
Decreases damage taken from Shadow elemental attacks by 15%.
_______________________
For each Refine Level:
Physical attacks restore additional 2 SP when defeating Undead race.
Decreases damage taken from Undead race by additional 1%.
Decreases damage taken from Shadow elemental attacks by additional 2%.
_______________________
Refine Level +8:
Indestructible in battle
Enables the use of Level 3 Auto Guard.
_______________________
Refine Level +10:
Prevents knock-back effect.
_______________________
Type: Armor
Defense: 100
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 99
Weapon Level 0 Identifier Gods_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 99
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSPGainRace,RC_Undead,5+(2*.@r);
bonus2 bSubRace,RC_Undead,5+.@r;
bonus2 bSubEle,Ele_Dark,15+(2*.@r);
if (.@r>=8) {
   skill "CR_AUTOGUARD",3;
   bonus bUnbreakableArmor;
   if (.@r>=10) {
       bonus bNoKnockback;
   }
}