Ritual Robe [1], броня (Renewal)
Ritual Robe [1] (RITE_ROBE) – броня.
![Ritual Robe [1], броня (Renewal) Ritual Robe [1], броня (Renewal)](/images/db/items/picture/15384.png)
An angel's raiment where the power of holy prayers once dwelt. It is worn during ritual ceremonies, etc.
Max HP + 5%
Reduces the global delay of skills by 10%.
Increases the recovery rate of recovery skills by 5%.
If upgrade level is +7 or higher,
Additional Max HP + 5%.
Increases the recovery rate of recovery skills by an additional 5%.
If upgrade level is +8 or higher,
Additional Max HP + 5%.
Increases the recovery rate of recovery skills by an additional 10%.
Reduces the SP cost of skills by 10%.
Immune to Sleep.
If upgrade level is +9 or higher,
Additional Max HP + 5%.
Increases the recovery rate of recovery skills by an additional 10%.
Set Bonus
Ritual Robe
Bathory Card
Immune to Freeze.
Базовые свойства предмета
- ID: 24042
- Код: RITE_ROBE
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 100
- Цена покупки: 10 з
- Цена продажи: 5 з
- Вес: 40
Скрипт
.@r = getrefine(); bonus bHealPower,5; bonus bDelayrate,-10; bonus bMaxHPrate,5; if (.@r>=7) { bonus bMaxHPrate,5; bonus bHealPower,5; } if (.@r>=8) { bonus bMaxHPrate,5; bonus bHealPower,10; bonus bUseSPrate,-10; bonus2 bResEff,Eff_Sleep,10000; } if (.@r>=9) { bonus bMaxHPrate,5; bonus bHealPower,10; }