Barrel Helm [1], броня (Renewal)
Barrel Helm [1] (BARREL_HELM) – броня.
The eyes of the Azure witch that show the power of ice.
[Item Function]
This costume can be enchanted at Eden 2nd floor with NPC Costama Girl (Located on 33, 185)
Базовые свойства предмета
- ID: 24935
 - Код: BARREL_HELM
 - Тип: броня
 - Уровень брони: 1
 - Защита: 59
 - Требуемый уровень: 60
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 42
 
Скрипт
bonus bVit,5;
bonus bHPrecovRate,-10;
.@r = getrefine();
if (.@r >= 7) {
   bonus bDef,100;
   skill "CR_AUTOGUARD",1;
}
if (.@r >= 8) {
   bonus2 bSubRace,RC_DemiHuman,10;
   bonus2 bSubRace,RC_Player_Human,10;
   if (BaseJob == Job_SuperNovice) {
      skill "CR_AUTOGUARD",5;
   }
}