Officer's Hat [1], броня (Renewal)
Officer's Hat [1] (OFFICER_CAP) – броня.
![Officer's Hat [1], броня (Renewal) Officer's Hat [1], броня (Renewal)](/images/db/items/picture/400011.png)
High ranking officer's hat.
Restrained color tone with gold decorations.
Consumes 10 Hp every 5 sec when equipped.
ATK + 5, MATK + 5 per 2 refine rates.
When refined to +7 or higher, ATK + 5%, MATK + 5%.
When refined to +9 or higher, when physical attack, adds 5% chance to absorb HP equivalent to 5% damage, adds 1% chance to absorb SP equivalent to 3% damage.
When magical attack, adds 4% chance to recover 300 HP per second for four times.
When magical attack, adds 4% chance to recover 70 SP per second for four times.
Required level: 1
Базовые свойства предмета
- ID: 29168
 - Код: OFFICER_CAP
 - Тип: броня
 - Уровень брони: 1
 - Защита: 35
 
- Вес: 40
 
Скрипт
.@r = getrefine();
bonus2 bHPLossRate,10,5000;
bonus bMatk,5*(.@r/2);
bonus bBaseAtk,5*(.@r/2);
if (.@r>=7) {
   bonus bMatkRate,5;
   bonus bAtkRate,5;
}
if (.@r>=9) {
   bonus2 bHPDrainRate,50,5;
   bonus2 bSPDrainRate,10,3;
   autobonus "{ bonus2 bHPRegenRate,300,1000; }",40,4000,BF_MAGIC;
   autobonus "{ bonus2 bSPRegenRate,70,1000; }",40,4000,BF_MAGIC;
}