Kirin Horn [1], броня (Renewal)
Kirin Horn [1] (HORN_OF_KIRIN) – броня.
![Kirin Horn [1], броня (Renewal) Kirin Horn [1], броня (Renewal)](/images/db/items/picture/28501.png)
The horn of the legendary beast.
Agi + 2
Aspd + 2%
Enables Level 6 Increase Agility.
Reduces damage taken from Demi-Human, Brute and Fish race enemies by 1%.
Reduces damage taken from Demon and Undead race enemies by 2%.
If the user's base Agi is 100 or higher,
Additional Aspd + 5%
Set Bonus
ASPD 1
Kirin Horn [1]
Aspd + 1
Reduces damage taken from Demi-Human, Brute, Fish, Demon, and Undead race enemies by 1%.
Set Bonus
ASPD 2
Kirin Horn [1]
Aspd + 1
Reduces damage taken from Demi-Human, Brute, Fish, Demon, and Undead race enemies by 1%.
Базовые свойства предмета
- ID: 27899
 - Код: HORN_OF_KIRIN
 - Тип: броня
 - Уровень брони: 1
 - Защита: 3
 - Требуемый уровень: 50
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 50
 
Скрипт
bonus bAgi,2;
bonus bAspdRate,2;
bonus2 bSubRace,RC_DemiHuman,1;
bonus2 bSubRace,RC_Brute,1;
bonus2 bSubRace,RC_Player_Doram,1;
bonus2 bSubRace,RC_Fish,1;
bonus2 bSubRace,RC_Player_Human,1;
bonus2 bSubRace,RC_Demon,2;
bonus2 bSubRace,RC_Undead,2;
skill "AL_INCAGI",6;
if (readparam(bAgi)>=100) {
   bonus bAspdRate,5;
}