Artwork unavailable
RENEWAL / ITEMS
God's Armor [1]
#15237Armor
Gods_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price20 z
Sell price10 z
DEF100
Slots1
Required level99
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}
}