Temporal Agi Manteau [1], броня (Renewal)
Temporal Agi Manteau [1] (TEMPORAL_M_AGI) – броня.
![Temporal Agi Manteau [1], броня (Renewal) Temporal Agi Manteau [1], броня (Renewal)](/images/db/items/picture/20964.png)
A curious manteau that was obviously made a long time ago but has no wear and tear.
It boosts the power of AGI.
Atk + 10 and increases critical damage by 3% per 2 refine rate.
Increases physical damage against all size enemies by 5% per 4 refine rate.
If refine rate is 7 or higher, additional Atk + 7%.
If refine rate is 9 or higher, ignores physical and magical defense of brute and demon race monsters by 20%.
If refine rate is 11 or higher, ignores physical and magical defense of brute and demon race monsters by additional 10%.
When equipped with Temporal Agi Boots [1] or Modified Agi Boots [1],
increases critical damage by 7%, if refine rate of boots is 10 or higher, ignores physical and magical defense of brute and demon race monsters by 30%.
Required Lv: 100
Базовые свойства предмета
- ID: 26456
 - Код: TEMPORAL_M_AGI
 - Тип: броня
 - Уровень брони: 1
 - Защита: 38
 - Требуемый уровень: 100
 
- Вес: 40
 
Скрипт
.@r = getrefine();
bonus bCritAtkRate,3*(.@r/2);
bonus bBaseAtk,10*(.@r/2);
bonus2 bAddSize,Size_All,5*(.@r/4);
if (.@r>=7) {
   bonus bAtkRate,7;
}
if (.@r>=9) {
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
   bonus2 bIgnoreMdefRaceRate,RC_Demon,20;
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreMdefRaceRate,RC_Brute,20;
}
if (.@r>=11) {
   bonus2 bIgnoreDefRaceRate,RC_Demon,10;
   bonus2 bIgnoreMdefRaceRate,RC_Demon,10;
   bonus2 bIgnoreDefRaceRate,RC_Brute,10;
   bonus2 bIgnoreMdefRaceRate,RC_Brute,10;
}