Prana Boots [1], броня (Renewal)
Prana Boots [1] (AAEGIS_470206) – броня.
Shoes that amplify the life energy that resides in all living things.
------------------------
Reduce damage taken from demihuman monsters (except players) by 5%.
------------------------
Increase recovery rate of received healing and recovery items by 30%.
------------------------
For every refine level, MHP + 1000, INT + 3, DEX + 3.
------------------------
When refined to +9 or higher, additional MHP + 15%, DEF + 100, reduce damage taken from Players by 10%.
------------------------
When refined to +11 or higher, additional MHP + 15%, additional DEF + 100, reduce damage taken from normal and boss monsters by 5%.
------------------------
Def : 50
Базовые свойства предмета
- ID: 30531
 - Код: AAEGIS_470206
 - Тип: броня
 - Уровень брони: 1
 - Защита: 50
 - Требуемый уровень: 100
 
- Вес: 100
 
Скрипт
.@r = getrefine();
bonus bMdef,15;
bonus2 bSubRace,RC_DemiHuman,5;
bonus bHealPower2,30;
bonus bAddItemHealRate,30;
bonus bInt,3*.@r;
bonus bDex,3*.@r;
bonus bMaxHP,1000*.@r;
if (.@r>=5) {
   bonus bDef,100;
   bonus bMaxHPrate,15;
   bonus2 bSubRace,RC_Player_Human,10;
}
if (.@r>=7) {
   bonus bDef,100;
   bonus bMaxHPrate,15;
   bonus2 bSubClass,Class_Boss,5;
   bonus2 bSubClass,Class_Normal,5;
}