King's Mail [1], броня (Renewal)
King's Mail [1] (KINGS_MAIL) – броня.
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: 24044
 - Код: KINGS_MAIL
 - Тип: броня
 - Уровень брони: 1
 - Защита: 180
 - Требуемый уровень: 130
 - Профессии: crusader
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 150
 
Скрипт
.@r = getrefine();
bonus bDefEle,Ele_Holy;
bonus bMdef,10;
bonus2 bSubRace,RC_Demon,15;
bonus2 bSubRace,RC_Undead,15;
if (.@r>=6) {
   bonus bMaxHPrate,5;
   bonus bHealPower,10;
   bonus bHealPower2,10;
   bonus bAddItemHealRate,10;
}
if (.@r>=8) {
   bonus bMaxHPrate,5;
   bonus bHealPower,10;
   bonus bHealPower2,10;
   bonus bAddItemHealRate,10;
}