Seraphim Robe [1], броня (Renewal)
Seraphim Robe [1] (SERAPHIMROBE) – броня.
![Seraphim Robe [1], броня (Renewal) Seraphim Robe [1], броня (Renewal)](/images/db/items/picture/20815.png)
A muffler worn by a rebellious priest who betrayed the gods.
Required 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%.
Базовые свойства предмета
- ID: 26353
- Код: SERAPHIMROBE
- Тип: броня
- Уровень брони: 1
- Защита: 18
- Требуемый уровень: 1
- Вес: 30
Скрипт
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; }