Chifres decepados de um poderoso Kirin. Dizem que os Kirin, benevolentes criaturas quiméricas, simbolizam bons presságios. -------------------------- AGI +2. Velocidade de ataque +2%. Habilita [Aumentar Agilidade] nv. 3. Resistência as raças Demônio e Morto-Vivo +2%. Resistência as raças Humanoide, Humano, Peixe, Doram e Bruto +1%. -------------------------- AGI base 100 ou mais: Velocidade de ataque +5% adicional. -------------------------- Conjunto [Anti-Atraso 1] Velocidade de ataque +1. Resistência as raças Humanoide, Humano, Demônio, Morto-Vivo, Peixe, Doram e Bruto +1% adicional. -------------------------- Conjunto [Anti-Atraso 2] Velocidade de ataque +1. Resistência as raças Humanoide, Humano, Demônio, Morto-Vivo, Peixe, Doram e Bruto +1% adicional. -------------------------- Tipo: Acessório DEF: 3 DEFM: 0 Peso: 50 Nível necessário: 50 Classes: Todas
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%.
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 Attack delay 1 Kirin Horn[1] Aspd + 1 Reduces damage taken from Demi-Human, Brute, Fish, Demon, and Undead race enemies by 1%. Set Bonus Attack delay 2 Kirin Horn[1] Aspd + 1 Reduces damage taken from Demi-Human, Brute, Fish, Demon, and Undead race enemies by 1%. ------------- Class: Accessory Weight: 50 Requires Level: 50 Usable By: All Jobs
|
Allowed in player purchase shop:
|
Summons monster:
|
Bind On Equip:
|
Stacking restriction in inventory:
|
|
Stacking restriction in cart:
|
Stacking restriction in storage:
|
Stacking restriction in guild storage:
|
Can be dropped:
|
|
Can be traded:
|
Can be traded with partner:
|
Can be sold to NPC:
|
Can be placed in the cart:
|
|
Can be placed in the storage:
|
Can be placed in guild storage:
|
Can be put in a mail:
|
Can be put in an auction:
|
|
Delay:
|
|
|
|
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;
}
|