Medical Scrubs [1], броня (Renewal)
Medical Scrubs [1] (HOLY_COAT) – броня.
![Medical Scrubs [1], броня (Renewal) Medical Scrubs [1], броня (Renewal)](/images/db/items/picture/15205.png)
Clothing worn by medics working in the battlefields.
Property: Neutral
Required Mdef + 10
Reduces the cast delay of skills by 10%.
Increases the recovery rate of recovery skills by 2%.
Increases the recovery rate of incoming recovery skills by 1%.
If upgrade level is +7 or higher,
Def + 50
Increases the recovery rate of recovery skills by an additional 4%.
Increases the recovery rate of incoming recovery skills by an additional 2%.
This item is indestructible in battle.
If upgrade level is +8 or higher,
Additional Def + 100
Increases physical damage on Demi-Human race targets by 7%.
Increases the recovery rate of recovery skills by an additional 6%.
Increases the recovery rate of incoming recovery skills by an additional 3%.
If upgrade level is +9 or higher,
Additional Def + 150
Increases the recovery rate of incoming recovery skills by an additional 3%.
Increases resistance to Stone Curse by 50%.
Set Bonus
Argiope Card
Medical Scrubs
If upgrade level is +9 or higher,
Immune to Frozen.
Базовые свойства предмета
- ID: 23942
 - Код: HOLY_COAT
 - Тип: броня
 - Уровень брони: 1
 - Защита: 50
 - Требуемый уровень: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 100
 
Скрипт
.@r = getrefine();
bonus bMdef,10;
bonus bDelayrate,-10;
.@val = 1;
if (.@r >= 7) {
   .@def = 50;
   bonus bUnbreakableArmor,1;
   .@val += 2;
   if (.@r >= 8) {
      .@def += 100;
      .@val += 3;
      bonus2 bSubRace,RC_DemiHuman,7;
      bonus2 bSubRace,RC_Player_Human,7;
      if (.@r >= 9) {
         .@def += 150;
         .@val += 4;
         bonus2 bResEff,Eff_Stone,5000;
      }
   }
   bonus bDef,.@def;
}
bonus bHealPower,2*.@val;
bonus bHealPower2,.@val;
bonus bAddItemHealRate,.@val;