
RENEWAL / ITEMS
Kirin Horn [1]
#28501Armor
Horn_Of_Kirin
TypeArmor
Equipment positionAccessory
GenderBoth
Weight50
Buy price20 z
Sell price10 z
DEF3
Slots1
Required level50
Armor level1
Description
The horn of the legendary beast.
Class: Accessory
Weight: 50
Requires Level: 50
Usable By: All Jobs
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%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
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;
}