Splendid Swift Armor [1], броня (Renewal)
Splendid Swift Armor [1] (OVERWHELM_AGI_ARMOR) – броня.
![Splendid Swift Armor [1], броня (Renewal) Splendid Swift Armor [1], броня (Renewal)](/images/db/items/picture/15353.png)
Armor with power of quickness.
ATK + 50.
Increases Aspd (Reduce delay after attack by 2%) per 3 refine rates.
If refined to +7 or higher, pierces 30% of physical DEF on Brute, Demon.
If refined to +9 or higher, increases physical damage dealt to Brute, Demon by 10%.
If refined to +11 or higher, increases physical damage dealt to Wind, Earth by 10%.
When equipped with Temporal Agi Boots[1] or Modified Agi Boots[1],
ASPD + 1.
If the sum of refine rate is 21 or higher,
Pierces additional 20% of physical DEF on Brute, Demon type monsters.
DEF : 120
Item Move Restrictions:
Drop
NPC Sale
RODEX
Базовые свойства предмета
- ID: 24027
 - Код: OVERWHELM_AGI_ARMOR
 - Тип: броня
 - Уровень брони: 1
 - Защита: 120
 - Требуемый уровень: 1
 
- Вес: 200
 
Скрипт
.@r = getrefine();
bonus bBaseAtk,50;
if (.@r > 2)
   bonus bAspdRate,.@r/3*2;
if (.@r > 6) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,30;
   bonus2 bIgnoreDefRaceRate,RC_Demon,30;
}
if (.@r > 8) {
   bonus2 bAddRace,RC_Brute,10;
   bonus2 bAddRace,RC_Demon,10;
}
if (.@r > 10) {
   bonus2 bAddEle,Ele_Earth,10;
   bonus2 bAddEle,Ele_Wind,10;
}