
RENEWAL / ITEMS
Seraphim Robe [1]
#20815Armor
SeraphimRobe
TypeArmor
Equipment positionGarment
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF18
Slots1
Required level1
Armor level1
Description
A muffler worn by a rebellious priest who betrayed the gods.
Class: Garment
Defense: 18
Weight: 30
Required Level: 90
Required Jobs: All Jobs
Max HP + 10%
Increases the damage of Neutral property magical attacks on targets by 5%.
Increases damage taken from Holy property attacks by 3% per level of Faith known.
If upgrade level is +7 or higher,
Increases the damage of Neutral property magical attacks on targets by an additional 10%.
Reduces damage taken from Holy and Shadow property attacks by 20%.
If upgrade level is +9 or higher,
Increases the damage of Neutral property magical attacks on targets by an additional 10%.
Reduces damage taken from Holy and Shadow property attacks by an additional 20%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
bonus bMaxHPrate,10;
bonus2 bMagicAtkEle,Ele_Neutral,5;
.@r = getrefine();
.@s = getskilllv("CR_TRUST");
if (.@r > 6) {
bonus2 bSubEle,Ele_Dark,20;
bonus2 bSubEle,Ele_Holy,20;
bonus2 bMagicAtkEle,Ele_Neutral,10;
}
if (.@r > 8) {
bonus2 bSubEle,Ele_Dark,10;
bonus2 bSubEle,Ele_Holy,10;
bonus bVariableCastrate,-5;
}
if (.@s > 0) {
bonus2 bSubEle,Ele_Holy,-.@s*3;
}