
RENEWAL / ITEMS
Grace of Seth [1]
#450309Armor
Grace_of_Seth
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF150
Slots1
Required level90
Armor level1
Description
Those who receive the grace of the foreign war god will be freed from all shackles and will gain the power of storms and thunder.
------------------------
SPL + 15, POW + 15.
------------------------
ASPD + 10%.
------------------------
Increase physical and magical damage against Formless and Demi Human race enemies by 40%.
------------------------
Increase physical and magical damage against Human/Doram Player by 40%.
------------------------
Increase physical and magical damage against Neutral and Shadow property enemies by 40%.
------------------------
For every refine level, reduce damage taken from Holy property attacks by 2%.
------------------------
When refined to +11 or higher,
DEF + 300, MDEF + 30.
Reduce damage taken from Human/Doram Player by 7%.
------------------------
When refined to +12 or higher,
Reduce After Cast Delay by 15%.
------------------------
Type: Armor
Def: 150
Weight: 100
Required Level: 90
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();
bonus bUnbreakableArmor;
bonus bMdef,15;
bonus bAspdRate,10;
bonus2 bAddRace,RC_Formless,40;
bonus2 bAddRace,RC_DemiHuman,40;
bonus2 bAddRace,RC_Player_Doram,40;
bonus2 bMagicAddRace,RC_Formless,40;
bonus2 bMagicAddRace,RC_DemiHuman,40;
bonus2 bMagicAddRace,RC_Player_Doram,40;
bonus2 bAddEle,Ele_Dark,40;
bonus2 bAddEle,Ele_Neutral,40;
bonus2 bMagicAddEle,Ele_Dark,40;
bonus2 bMagicAddEle,Ele_Neutral,40;
bonus2 bSubEle,Ele_Holy,2*.@r;
if (.@r>=5) {
bonus bDef,300;
bonus bMdef,30;
bonus2 bSubRace,RC_Player_Human,7;
if (.@r>=7) {
bonus bDelayrate,-15;
}
}