Diferencia entre revisiones de «Pruebas»
Sin resumen de edición |
|||
| (No se muestran 24 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
== | = Habilidades Pasivas Activas de Pets = | ||
__TOC__ | |||
{| class="wikitable | |||
! | == Alcance de esta página == | ||
Esta página documenta únicamente las entradas que en la tabla actual tienen '''`Enabled: true`'''. | |||
Total de pasivas activas documentadas: '''82'''. | |||
'''Importante:''' `Weight` es el peso relativo usado durante el sorteo entre pasivas elegibles. No representa por sí mismo un porcentaje directo de probabilidad. | |||
Cuando una entrada no posee `Conditions`, se considera una pasiva general y puede ser elegible para cualquier pet. | |||
Las familias marcadas en el archivo como tipos nuevos o de prueba se describen aquí tal como están configuradas en YAML; que estén en `Enabled: true` no sustituye la necesidad de que su tipo exista en el parser/C++ correspondiente. | |||
== Resumen por familia == | |||
{| class="wikitable sortable" | |||
! Familia | |||
! Cantidad activa | |||
|- | |||
| Generales ofensivas | |||
| 11 | |||
|- | |- | ||
| Elementales — daño mágico | |||
| 10 | |||
|- | |- | ||
| Elementales — daño físico | |||
| | | 10 | ||
|- | |- | ||
| | | Raciales — daño físico | ||
| | | 12 | ||
|- | |- | ||
| | | Raciales — daño mágico | ||
| | | 12 | ||
|- | |- | ||
| | | Zeny / farming | ||
| | | 3 | ||
|- | |- | ||
| Estados ofensivos | |||
| 6 | |||
|- | |- | ||
| Ignorar DEF / MDEF | |||
| | | 4 | ||
|- | |- | ||
| | | Ataques normales especiales | ||
| | | 2 | ||
|- | |- | ||
| | | EXP por raza | ||
| | | 12 | ||
|} | |||
== Generales ofensivas == | |||
Pasivas generales sin `Conditions`: pueden entrar al sorteo de cualquier pet elegible. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
|''' | | 102 | ||
| | | '''Valentía''' | ||
| Ataque físico del pet +10%. | |||
| Cualquier pet | |||
| <code>PetAtkRate</code> (Value: 10) | |||
| 15 | |||
|- | |- | ||
| 103 | |||
| '''Sabiduría arcana''' | |||
| Ataque mágico del pet +10%. | |||
| Cualquier pet | |||
| <code>PetMatkRate</code> (Value: 10) | |||
| 15 | |||
|- | |- | ||
| 104 | |||
|''' | | '''Versátil''' | ||
| | | Ataque físico y mágico del pet +7%. | ||
| Cualquier pet | |||
| <code>PetAtkRate</code> (Value: 7)<br><code>PetMatkRate</code> (Value: 7) | |||
| 10 | |||
|- | |- | ||
|''' | | 105 | ||
| | | '''Berserker''' | ||
| Ataque físico +10%, pero ataque mágico -10%. | |||
| Cualquier pet | |||
| <code>PetAtkRate</code> (Value: 10)<br><code>PetMatkRate</code> (Value: -10) | |||
| 8 | |||
|- | |- | ||
|''' | | 106 | ||
| | | '''Gran hechicero''' | ||
| Ataque mágico +10%, pero ataque físico -10%. | |||
| Cualquier pet | |||
| <code>PetMatkRate</code> (Value: 10)<br><code>PetAtkRate</code> (Value: -10) | |||
| 8 | |||
|- | |- | ||
|''' | | 107 | ||
| | | '''Instinto asesino''' | ||
Probabilidad de | | Probabilidad de crítico del pet +10%. | ||
| Cualquier pet | |||
| <code>PetCriticalRate</code> (Value: 10) | |||
| 15 | |||
|- | |- | ||
| 108 | |||
| '''Golpe decisivo''' | |||
| Daño crítico del pet +15%. | |||
| Cualquier pet | |||
| <code>PetCritAtkRate</code> (Value: 15) | |||
| 12 | |||
|- | |- | ||
| 109 | |||
|''' | | '''Ojo de halcón''' | ||
| | | Precisión del pet +10%. | ||
| Cualquier pet | |||
| <code>PetHitRate</code> (Value: 10) | |||
| 15 | |||
|- | |||
| 110 | |||
| '''Duelista''' | |||
| Daño de corto alcance del pet +10%. | |||
| Cualquier pet | |||
| <code>PetShortAtkRate</code> (Value: 10) | |||
| 12 | |||
|- | |- | ||
|''' | | 111 | ||
| | | '''Tirador experto''' | ||
| Daño de largo alcance del pet +10%. | |||
| Cualquier pet | |||
| <code>PetLongAtkRate</code> (Value: 10) | |||
| 12 | |||
|- | |- | ||
|''' | | 112 | ||
| | | '''Frenesí''' | ||
| Velocidad de ataque del pet +7%. | |||
| Cualquier pet | |||
| <code>PetAspdRate</code> (Value: 7) | |||
| 10 | |||
|} | |||
== Elementales — daño mágico == | |||
Solo son elegibles para pets cuyo elemento coincida con `Conditions.Elements`. El bonus aumenta daño mágico contra el elemento defensivo indicado. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
|''' | | 401 | ||
| | | '''Dominallamas''' | ||
| Pet Fire: causa +10% de daño mágico contra enemigos Earth. | |||
| Elemento: Fire | |||
| <code>PetMagicAddEle</code> (Element: Earth, Value: 10) | |||
| 20 | |||
|- | |- | ||
| 402 | |||
| '''Reinamares''' | |||
| Pet Water: causa +10% de daño mágico contra enemigos Fire. | |||
| Elemento: Water | |||
| <code>PetMagicAddEle</code> (Element: Fire, Value: 10) | |||
| 20 | |||
|- | |- | ||
| 403 | |||
|''' | | '''Imperatierra''' | ||
| | | Pet Earth: causa +10% de daño mágico contra enemigos Wind. | ||
| Elemento: Earth | |||
| <code>PetMagicAddEle</code> (Element: Wind, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 404 | ||
| | | '''Imperarrayos''' | ||
| Pet Wind: causa +10% de daño mágico contra enemigos Water. | |||
| Elemento: Wind | |||
| <code>PetMagicAddEle</code> (Element: Water, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 405 | ||
| | | '''Luz soberana''' | ||
| Pet Holy: causa +10% de daño mágico contra enemigos Undead. | |||
| Elemento: Holy | |||
| <code>PetMagicAddEle</code> (Element: Undead, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 406 | ||
| | | '''Inframonarca''' | ||
| Pet Dark: causa +10% de daño mágico contra enemigos Holy. | |||
| Elemento: Dark | |||
| <code>PetMagicAddEle</code> (Element: Holy, Value: 10) | |||
| 20 | |||
|- | |- | ||
| 407 | |||
| '''Señor de la cripta''' | |||
| Pet Undead: causa +10% de daño mágico contra enemigos Holy. | |||
| Elemento: Undead | |||
| <code>PetMagicAddEle</code> (Element: Holy, Value: 10) | |||
| 20 | |||
|- | |- | ||
| 408 | |||
|''' | | '''Espectromante''' | ||
| | | Pet Ghost: causa +10% de daño mágico contra enemigos Ghost. | ||
| Elemento: Ghost | |||
| <code>PetMagicAddEle</code> (Element: Ghost, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 409 | ||
| | | '''Plaga corrosiva''' | ||
| Pet Poison: causa +10% de daño mágico contra enemigos Earth. | |||
| Elemento: Poison | |||
| <code>PetMagicAddEle</code> (Element: Earth, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 410 | ||
| | | '''Virtuoso''' | ||
| Pet Neutral: causa +10% de daño mágico contra enemigos Poison. | |||
| Elemento: Neutral | |||
| <code>PetMagicAddEle</code> (Element: Poison, Value: 10) | |||
| 20 | |||
|} | |||
== Elementales — daño físico == | |||
Solo son elegibles para pets cuyo elemento coincida con `Conditions.Elements`. El bonus aumenta daño físico contra el elemento defensivo indicado. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
|''' | | 411 | ||
| | | '''Colmillo volcánico''' | ||
| Pet Fire: causa +10% de daño físico contra enemigos Earth. | |||
| Elemento: Fire | |||
| <code>PetAddEle</code> (Element: Earth, Value: 10) | |||
| 20 | |||
|- | |- | ||
| 412 | |||
| '''Colmillo abisal''' | |||
| Pet Water: causa +10% de daño físico contra enemigos Fire. | |||
| Elemento: Water | |||
| <code>PetAddEle</code> (Element: Fire, Value: 10) | |||
| 20 | |||
|- | |- | ||
| 413 | |||
|''' | | '''Puño tectónico''' | ||
| | | Pet Earth: causa +10% de daño físico contra enemigos Wind. | ||
| Elemento: Earth | |||
| <code>PetAddEle</code> (Element: Wind, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 414 | ||
| | | '''Garra de tormenta''' | ||
| Pet Wind: causa +10% de daño físico contra enemigos Water. | |||
| Elemento: Wind | |||
| <code>PetAddEle</code> (Element: Water, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 415 | ||
| | | '''Castigo divino''' | ||
| Pet Holy: causa +10% de daño físico contra enemigos Undead. | |||
| Elemento: Holy | |||
| <code>PetAddEle</code> (Element: Undead, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 416 | ||
| | | '''Golpe profano''' | ||
| Pet Dark: causa +10% de daño físico contra enemigos Holy. | |||
| Elemento: Dark | |||
| <code>PetAddEle</code> (Element: Holy, Value: 10) | |||
| 20 | |||
|- | |||
| 417 | |||
| '''Garra maldita''' | |||
| Pet Undead: causa +10% de daño físico contra enemigos Holy. | |||
| Elemento: Undead | |||
| <code>PetAddEle</code> (Element: Holy, Value: 10) | |||
| 20 | |||
|- | |- | ||
| 418 | |||
| '''Filo espectral''' | |||
| Pet Ghost: causa +10% de daño físico contra enemigos Ghost. | |||
| Elemento: Ghost | |||
| <code>PetAddEle</code> (Element: Ghost, Value: 10) | |||
| 20 | |||
|- | |- | ||
| 419 | |||
|''' | | '''Mordida corrosiva''' | ||
| | | Pet Poison: causa +10% de daño físico contra enemigos Earth. | ||
| Elemento: Poison | |||
| <code>PetAddEle</code> (Element: Earth, Value: 10) | |||
| 20 | |||
|- | |- | ||
|''' | | 420 | ||
| | | '''Fuerza primigenia''' | ||
| Pet Neutral: causa +10% de daño físico contra enemigos Poison. | |||
| Elemento: Neutral | |||
| <code>PetAddEle</code> (Element: Poison, Value: 10) | |||
| 20 | |||
|} | |||
== Raciales — daño físico == | |||
Solo son elegibles para pets de la raza indicada en `Conditions.Races`. El bonus aumenta daño físico contra la raza objetivo. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
|''' | | 601 | ||
| | | '''Azote demoníaco''' | ||
| Pet Angel: causa +10% de daño físico contra enemigos Demon. | |||
| Raza: Angel | |||
| <code>PetAddRace</code> (Race: Demon, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 602 | ||
| | | '''Señor del caos''' | ||
| Pet Demon: causa +10% de daño físico contra enemigos Formless. | |||
| Raza: Demon | |||
| <code>PetAddRace</code> (Race: Formless, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 603 | |||
| '''Profanador celestial''' | |||
| Pet Formless: causa +10% de daño físico contra enemigos Angel. | |||
| Raza: Formless | |||
| <code>PetAddRace</code> (Race: Angel, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 604 | |||
|''' | | '''Devorador de flora''' | ||
| | | Pet Insect: causa +10% de daño físico contra enemigos Plant. | ||
| Raza: Insect | |||
| <code>PetAddRace</code> (Race: Plant, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 605 | ||
| | | '''Azote de las aguas''' | ||
| Pet Plant: causa +10% de daño físico contra enemigos Fish. | |||
| Raza: Plant | |||
| <code>PetAddRace</code> (Race: Fish, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 606 | ||
| | | '''Devorador de insectos''' | ||
| Pet Fish: causa +10% de daño físico contra enemigos Insect. | |||
| Raza: Fish | |||
| <code>PetAddRace</code> (Race: Insect, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 607 | ||
| | | '''Plaga de los vivos''' | ||
| Pet Undead: causa +10% de daño físico contra enemigos DemiHuman. | |||
| Raza: Undead | |||
| <code>PetAddRace</code> (Race: DemiHuman, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 608 | |||
| '''Cazador de bestias''' | |||
| Pet DemiHuman: causa +10% de daño físico contra enemigos Beast. | |||
| Raza: DemiHuman | |||
| <code>PetAddRace</code> (Race: Brute, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 609 | |||
|''' | | '''Devorador de muertos''' | ||
| | | Pet Beast: causa +10% de daño físico contra enemigos Undead. | ||
| Raza: Brute | |||
| <code>PetAddRace</code> (Race: Undead, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 610 | ||
| | | '''Matadragones feérico''' | ||
| Pet Fairy: causa +10% de daño físico contra enemigos Dragon. | |||
| Raza: Fairy | |||
| <code>PetAddRace</code> (Race: Dragon, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 611 | ||
| | | '''Quebrantatitán''' | ||
| Pet Dragon: causa +10% de daño físico contra enemigos Giant. | |||
| Raza: Dragon | |||
| <code>PetAddRace</code> (Race: Giant, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 612 | ||
| | | '''Aplastahadas''' | ||
| Pet Giant: causa +10% de daño físico contra enemigos Fairy. | |||
| Raza: Giant | |||
| <code>PetAddRace</code> (Race: Fairy, Value: 10) | |||
| 10 | |||
|} | |||
== Raciales — daño mágico == | |||
Solo son elegibles para pets de la raza indicada en `Conditions.Races`. El bonus aumenta daño mágico contra la raza objetivo. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
| 613 | |||
| '''Azote demoníaco arcano''' | |||
| Pet Angel: causa +10% de daño mágico contra enemigos Demon. | |||
| Raza: Angel | |||
| <code>PetMagicAddRace</code> (Race: Demon, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 614 | |||
|''' | | '''Caos arcano''' | ||
| | | Pet Demon: causa +10% de daño mágico contra enemigos Formless. | ||
| Raza: Demon | |||
| <code>PetMagicAddRace</code> (Race: Formless, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 615 | ||
| | | '''Profanación celestial''' | ||
| Pet Formless: causa +10% de daño mágico contra enemigos Angel. | |||
| Raza: Formless | |||
| <code>PetMagicAddRace</code> (Race: Angel, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 616 | ||
| | | '''Plaga mística''' | ||
| Pet Insect: causa +10% de daño mágico contra enemigos Plant. | |||
| Raza: Insect | |||
| <code>PetMagicAddRace</code> (Race: Plant, Value: 10) | |||
| 10 | |||
|- | |||
| 617 | |||
| '''Marea de raíces''' | |||
| Pet Plant: causa +10% de daño mágico contra enemigos Fish. | |||
| Raza: Plant | |||
| <code>PetMagicAddRace</code> (Race: Fish, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 618 | ||
| | | '''Marea exterminadora''' | ||
| Pet Fish: causa +10% de daño mágico contra enemigos Insect. | |||
| Raza: Fish | |||
| <code>PetMagicAddRace</code> (Race: Insect, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 619 | |||
| '''Maldición de los vivos''' | |||
| Pet Undead: causa +10% de daño mágico contra enemigos DemiHuman. | |||
| Raza: Undead | |||
| <code>PetMagicAddRace</code> (Race: DemiHuman, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 620 | |||
|''' | | '''Hechicero de bestias''' | ||
| | | Pet DemiHuman: causa +10% de daño mágico contra enemigos Beast. | ||
| Raza: DemiHuman | |||
| <code>PetMagicAddRace</code> (Race: Brute, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 621 | ||
| | | '''Purga salvaje''' | ||
| Pet Beast: causa +10% de daño mágico contra enemigos Undead. | |||
| Raza: Brute | |||
| <code>PetMagicAddRace</code> (Race: Undead, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 622 | ||
| | | '''Encantadragones''' | ||
| Pet Fairy: causa +10% de daño mágico contra enemigos Dragon. | |||
| Raza: Fairy | |||
| <code>PetMagicAddRace</code> (Race: Dragon, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 623 | ||
| | | '''Ruina de titanes''' | ||
| Pet Dragon: causa +10% de daño mágico contra enemigos Giant. | |||
| Raza: Dragon | |||
| <code>PetMagicAddRace</code> (Race: Giant, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 624 | |||
| '''Ruina feérica''' | |||
| Pet Giant: causa +10% de daño mágico contra enemigos Fairy. | |||
| Raza: Giant | |||
| <code>PetMagicAddRace</code> (Race: Fairy, Value: 10) | |||
| 10 | |||
|} | |||
== Zeny / farming == | |||
Entradas habilitadas en la tabla de pruebas. No tienen `Conditions`, por lo que son generales. El diseño indica que el Zeny se acredita al dueño del pet. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
| 700 | |||
|''' | | '''Buscador de fortuna''' | ||
| | | Al matar un monstruo, el pet tiene 15% de probabilidad de obtener 50~150 Zeny para su dueño. | ||
| Cualquier pet | |||
| <code>PetGetZenyNum</code> (Min: 50, Max: 150, Chance: 15%) | |||
| 15 | |||
|- | |- | ||
|''' | | 701 | ||
| | | '''Cazatesoros''' | ||
| Al matar un monstruo, el pet tiene 10% de probabilidad de obtener 100~300 Zeny para su dueño. | |||
| Cualquier pet | |||
| <code>PetGetZenyNum</code> (Min: 100, Max: 300, Chance: 10%) | |||
| 10 | |||
|- | |- | ||
|''' | | 702 | ||
| | | '''Fortuna dorada''' | ||
| Al matar un monstruo, el pet tiene 5% de probabilidad de obtener 300~700 Zeny para su dueño. | |||
| Cualquier pet | |||
| <code>PetGetZenyNum</code> (Min: 300, Max: 700, Chance: 5%) | |||
| 5 | |||
|} | |||
== Estados ofensivos == | |||
Entradas habilitadas en la tabla de pruebas. Aplican una probabilidad de causar el estado indicado mediante ataques del pet. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
|''' | | 900 | ||
| | | '''Colmillo venenoso''' | ||
| Los ataques del pet tienen 5% de probabilidad de causar Poison. | |||
| Cualquier pet | |||
| <code>PetAddEff</code> (Status: Poison, Chance: 5%) | |||
| 12 | |||
|- | |- | ||
| 901 | |||
| '''Impacto paralizante''' | |||
| Los ataques del pet tienen 3% de probabilidad de causar Stun. | |||
| Cualquier pet | |||
| <code>PetAddEff</code> (Status: Stun, Chance: 3%) | |||
| 8 | |||
|- | |- | ||
| 902 | |||
|''' | | '''Maldición''' | ||
| | | Los ataques del pet tienen 5% de probabilidad de causar Curse. | ||
| Cualquier pet | |||
| <code>PetAddEff</code> (Status: Curse, Chance: 5%) | |||
| 10 | |||
|- | |- | ||
|''' | | 903 | ||
| | | '''Golpe cegador''' | ||
| Los ataques del pet tienen 5% de probabilidad de causar Blind. | |||
| Cualquier pet | |||
| <code>PetAddEff</code> (Status: Blind, Chance: 5%) | |||
| 10 | |||
|- | |- | ||
|''' | | 904 | ||
| | | '''Herida profunda''' | ||
| Los ataques del pet tienen 5% de probabilidad de causar Bleeding. | |||
| Cualquier pet | |||
| <code>PetAddEff</code> (Status: Bleeding, Chance: 5%) | |||
| 10 | |||
|- | |- | ||
|''' | | 905 | ||
| | | '''Silenciador''' | ||
| Los ataques del pet tienen 3% de probabilidad de causar Silence. | |||
| Cualquier pet | |||
| <code>PetAddEff</code> (Status: Silence, Chance: 3%) | |||
| 8 | |||
|} | |||
== Ignorar DEF / MDEF == | |||
Entradas habilitadas en la tabla de pruebas. Son pasivas ofensivas: reducen la DEF o MDEF efectiva del objetivo para el daño del pet. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
|''' | | 1000 | ||
| | | '''Perforador''' | ||
| Los ataques físicos del pet ignoran 5% de la DEF enemiga. | |||
| Cualquier pet | |||
| <code>PetIgnoreDefRate</code> (Value: 5) | |||
| 10 | |||
|- | |- | ||
| 1001 | |||
| '''Rompearmaduras''' | |||
| Los ataques físicos del pet ignoran 10% de la DEF enemiga. | |||
| Cualquier pet | |||
| <code>PetIgnoreDefRate</code> (Value: 10) | |||
| 5 | |||
|- | |- | ||
| 1002 | |||
|''' | | '''Penetración arcana''' | ||
| | | La magia del pet ignora 5% de la MDEF enemiga. | ||
| Cualquier pet | |||
| <code>PetIgnoreMDefRate</code> (Value: 5) | |||
| 10 | |||
|- | |- | ||
|''' | | 1003 | ||
| | | '''Rompehechizos''' | ||
| La magia del pet ignora 10% de la MDEF enemiga. | |||
| Cualquier pet | |||
| <code>PetIgnoreMDefRate</code> (Value: 10) | |||
| 5 | |||
|} | |||
== Ataques normales especiales == | |||
Entradas habilitadas en la tabla de pruebas. Actualmente las activas corresponden a doble ataque; las entradas Splash deshabilitadas no se incluyen aquí. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
|''' | | 1100 | ||
| | | '''Golpe gemelo''' | ||
| Los ataques normales del pet tienen 5% de probabilidad de atacar dos veces. | |||
| Cualquier pet | |||
| <code>PetDoubleRate</code> (Value: 5) | |||
| 10 | |||
|- | |||
| 1101 | |||
| '''Golpe duplicado''' | |||
| Los ataques normales del pet tienen 7% de probabilidad de atacar dos veces. | |||
| Cualquier pet | |||
| <code>PetDoubleRate</code> (Value: 7) | |||
| 5 | |||
|} | |||
== EXP por raza == | |||
Entradas habilitadas en la tabla de pruebas. No tienen condición sobre la raza del pet: cualquier pet puede obtenerlas. El bonus se aplica a la porción de Base/Job EXP generada por ese pet contra la raza indicada y entregada al dueño. | |||
{| class="wikitable sortable" style="width:100%;" | |||
! ID | |||
! Pasiva | |||
! Descripción | |||
! Elegibilidad | |||
! Datos técnicos | |||
! Weight | |||
|- | |- | ||
|''' | | 1200 | ||
| | | '''Estudioso de Formless''' | ||
| La EXP generada por este pet contra Formless aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Formless, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 1201 | ||
| | | '''Cazador de muertos''' | ||
| La EXP generada por este pet contra Undead aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Undead, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 1202 | |||
| '''Naturalista''' | |||
| La EXP generada por este pet contra Brute aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Brute, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 1203 | |||
|''' | | '''Botánico''' | ||
| | | La EXP generada por este pet contra Plant aumenta 10%. | ||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Plant, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 1204 | ||
| | | '''Entomólogo''' | ||
| La EXP generada por este pet contra Insect aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Insect, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 1205 | ||
| | | '''Ictiólogo''' | ||
| La EXP generada por este pet contra Fish aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Fish, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 1206 | ||
| | | '''Demonólogo''' | ||
| La EXP generada por este pet contra Demon aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Demon, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 1207 | ||
| | | '''Antropólogo''' | ||
| La EXP generada por este pet contra DemiHuman aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: DemiHuman, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 1208 | |||
| '''Teólogo''' | |||
| La EXP generada por este pet contra Angel aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Angel, Value: 10) | |||
| 10 | |||
|- | |- | ||
| 1209 | |||
|''' | | '''Draconólogo''' | ||
| | | La EXP generada por este pet contra Dragon aumenta 10%. | ||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Dragon, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 1210 | ||
| | | '''Feerólogo''' | ||
| La EXP generada por este pet contra Fairy aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Fairy, Value: 10) | |||
| 10 | |||
|- | |- | ||
|''' | | 1211 | ||
| | | '''Titanólogo''' | ||
| La EXP generada por este pet contra Giant aumenta 10%. | |||
| Cualquier pet | |||
| <code>PetExpAddRace</code> (Race: Giant, Value: 10) | |||
| 10 | |||
|} | |||
= Fichas descriptivas = | |||
Las siguientes fichas presentan cada pasiva activa de forma individual. Se conserva el efecto configurado en el YAML y se aclara quién puede obtenerla. | |||
== Fichas: Generales ofensivas == | |||
=== 102 — Valentía === | |||
;Descripción | |||
:Ataque físico del pet +10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:15 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAtkRate</code> (Value: 10) | |||
=== 103 — Sabiduría arcana === | |||
;Descripción | |||
:Ataque mágico del pet +10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:15 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMatkRate</code> (Value: 10) | |||
=== 104 — Versátil === | |||
;Descripción | |||
:Ataque físico y mágico del pet +7%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAtkRate</code> (Value: 7) | |||
:<code>PetMatkRate</code> (Value: 7) | |||
=== 105 — Berserker === | |||
;Descripción | |||
:Ataque físico +10%, pero ataque mágico -10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:8 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAtkRate</code> (Value: 10) | |||
:<code>PetMatkRate</code> (Value: -10) | |||
=== 106 — Gran hechicero === | |||
;Descripción | |||
:Ataque mágico +10%, pero ataque físico -10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:8 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMatkRate</code> (Value: 10) | |||
:<code>PetAtkRate</code> (Value: -10) | |||
=== 107 — Instinto asesino === | |||
;Descripción | |||
:Probabilidad de crítico del pet +10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:15 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetCriticalRate</code> (Value: 10) | |||
=== 108 — Golpe decisivo === | |||
;Descripción | |||
:Daño crítico del pet +15%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:12 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetCritAtkRate</code> (Value: 15) | |||
=== 109 — Ojo de halcón === | |||
;Descripción | |||
:Precisión del pet +10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:15 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetHitRate</code> (Value: 10) | |||
=== 110 — Duelista === | |||
;Descripción | |||
:Daño de corto alcance del pet +10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:12 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetShortAtkRate</code> (Value: 10) | |||
=== 111 — Tirador experto === | |||
;Descripción | |||
:Daño de largo alcance del pet +10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:12 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetLongAtkRate</code> (Value: 10) | |||
=== 112 — Frenesí === | |||
;Descripción | |||
:Velocidad de ataque del pet +7%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAspdRate</code> (Value: 7) | |||
== Fichas: Elementales — daño mágico == | |||
=== 401 — Dominallamas === | |||
;Descripción | |||
:Pet Fire: causa +10% de daño mágico contra enemigos Earth. | |||
;Elegibilidad | |||
:Elemento: Fire | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Earth, Value: 10) | |||
=== 402 — Reinamares === | |||
;Descripción | |||
:Pet Water: causa +10% de daño mágico contra enemigos Fire. | |||
;Elegibilidad | |||
:Elemento: Water | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Fire, Value: 10) | |||
=== 403 — Imperatierra === | |||
;Descripción | |||
:Pet Earth: causa +10% de daño mágico contra enemigos Wind. | |||
;Elegibilidad | |||
:Elemento: Earth | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Wind, Value: 10) | |||
=== 404 — Imperarrayos === | |||
;Descripción | |||
:Pet Wind: causa +10% de daño mágico contra enemigos Water. | |||
;Elegibilidad | |||
:Elemento: Wind | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Water, Value: 10) | |||
=== 405 — Luz soberana === | |||
;Descripción | |||
:Pet Holy: causa +10% de daño mágico contra enemigos Undead. | |||
;Elegibilidad | |||
:Elemento: Holy | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Undead, Value: 10) | |||
=== 406 — Inframonarca === | |||
;Descripción | |||
:Pet Dark: causa +10% de daño mágico contra enemigos Holy. | |||
;Elegibilidad | |||
:Elemento: Dark | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Holy, Value: 10) | |||
=== 407 — Señor de la cripta === | |||
;Descripción | |||
:Pet Undead: causa +10% de daño mágico contra enemigos Holy. | |||
;Elegibilidad | |||
:Elemento: Undead | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Holy, Value: 10) | |||
=== 408 — Espectromante === | |||
;Descripción | |||
:Pet Ghost: causa +10% de daño mágico contra enemigos Ghost. | |||
;Elegibilidad | |||
:Elemento: Ghost | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Ghost, Value: 10) | |||
=== 409 — Plaga corrosiva === | |||
;Descripción | |||
:Pet Poison: causa +10% de daño mágico contra enemigos Earth. | |||
;Elegibilidad | |||
:Elemento: Poison | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Earth, Value: 10) | |||
=== 410 — Virtuoso === | |||
;Descripción | |||
:Pet Neutral: causa +10% de daño mágico contra enemigos Poison. | |||
;Elegibilidad | |||
:Elemento: Neutral | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddEle</code> (Element: Poison, Value: 10) | |||
== Fichas: Elementales — daño físico == | |||
=== 411 — Colmillo volcánico === | |||
;Descripción | |||
:Pet Fire: causa +10% de daño físico contra enemigos Earth. | |||
;Elegibilidad | |||
:Elemento: Fire | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Earth, Value: 10) | |||
=== 412 — Colmillo abisal === | |||
;Descripción | |||
:Pet Water: causa +10% de daño físico contra enemigos Fire. | |||
;Elegibilidad | |||
:Elemento: Water | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Fire, Value: 10) | |||
=== 413 — Puño tectónico === | |||
;Descripción | |||
:Pet Earth: causa +10% de daño físico contra enemigos Wind. | |||
;Elegibilidad | |||
:Elemento: Earth | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Wind, Value: 10) | |||
=== 414 — Garra de tormenta === | |||
;Descripción | |||
:Pet Wind: causa +10% de daño físico contra enemigos Water. | |||
;Elegibilidad | |||
:Elemento: Wind | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Water, Value: 10) | |||
=== 415 — Castigo divino === | |||
;Descripción | |||
:Pet Holy: causa +10% de daño físico contra enemigos Undead. | |||
;Elegibilidad | |||
:Elemento: Holy | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Undead, Value: 10) | |||
=== 416 — Golpe profano === | |||
;Descripción | |||
:Pet Dark: causa +10% de daño físico contra enemigos Holy. | |||
;Elegibilidad | |||
:Elemento: Dark | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Holy, Value: 10) | |||
=== 417 — Garra maldita === | |||
;Descripción | |||
:Pet Undead: causa +10% de daño físico contra enemigos Holy. | |||
;Elegibilidad | |||
:Elemento: Undead | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Holy, Value: 10) | |||
=== 418 — Filo espectral === | |||
;Descripción | |||
:Pet Ghost: causa +10% de daño físico contra enemigos Ghost. | |||
;Elegibilidad | |||
:Elemento: Ghost | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Ghost, Value: 10) | |||
=== 419 — Mordida corrosiva === | |||
;Descripción | |||
:Pet Poison: causa +10% de daño físico contra enemigos Earth. | |||
;Elegibilidad | |||
:Elemento: Poison | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Earth, Value: 10) | |||
=== 420 — Fuerza primigenia === | |||
;Descripción | |||
:Pet Neutral: causa +10% de daño físico contra enemigos Poison. | |||
;Elegibilidad | |||
:Elemento: Neutral | |||
;Peso de sorteo | |||
:20 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEle</code> (Element: Poison, Value: 10) | |||
== Fichas: Raciales — daño físico == | |||
=== 601 — Azote demoníaco === | |||
;Descripción | |||
:Pet Angel: causa +10% de daño físico contra enemigos Demon. | |||
;Elegibilidad | |||
:Raza: Angel | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Demon, Value: 10) | |||
=== 602 — Señor del caos === | |||
;Descripción | |||
:Pet Demon: causa +10% de daño físico contra enemigos Formless. | |||
;Elegibilidad | |||
:Raza: Demon | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Formless, Value: 10) | |||
=== 603 — Profanador celestial === | |||
;Descripción | |||
:Pet Formless: causa +10% de daño físico contra enemigos Angel. | |||
;Elegibilidad | |||
:Raza: Formless | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Angel, Value: 10) | |||
=== 604 — Devorador de flora === | |||
;Descripción | |||
:Pet Insect: causa +10% de daño físico contra enemigos Plant. | |||
;Elegibilidad | |||
:Raza: Insect | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Plant, Value: 10) | |||
=== 605 — Azote de las aguas === | |||
;Descripción | |||
:Pet Plant: causa +10% de daño físico contra enemigos Fish. | |||
;Elegibilidad | |||
:Raza: Plant | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Fish, Value: 10) | |||
=== 606 — Devorador de insectos === | |||
;Descripción | |||
:Pet Fish: causa +10% de daño físico contra enemigos Insect. | |||
;Elegibilidad | |||
:Raza: Fish | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Insect, Value: 10) | |||
=== 607 — Plaga de los vivos === | |||
;Descripción | |||
:Pet Undead: causa +10% de daño físico contra enemigos DemiHuman. | |||
;Elegibilidad | |||
:Raza: Undead | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: DemiHuman, Value: 10) | |||
=== 608 — Cazador de bestias === | |||
;Descripción | |||
:Pet DemiHuman: causa +10% de daño físico contra enemigos Beast. | |||
;Elegibilidad | |||
:Raza: DemiHuman | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Brute, Value: 10) | |||
=== 609 — Devorador de muertos === | |||
;Descripción | |||
:Pet Beast: causa +10% de daño físico contra enemigos Undead. | |||
;Elegibilidad | |||
:Raza: Brute | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Undead, Value: 10) | |||
=== 610 — Matadragones feérico === | |||
;Descripción | |||
:Pet Fairy: causa +10% de daño físico contra enemigos Dragon. | |||
;Elegibilidad | |||
:Raza: Fairy | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Dragon, Value: 10) | |||
=== 611 — Quebrantatitán === | |||
;Descripción | |||
:Pet Dragon: causa +10% de daño físico contra enemigos Giant. | |||
;Elegibilidad | |||
:Raza: Dragon | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Giant, Value: 10) | |||
=== 612 — Aplastahadas === | |||
;Descripción | |||
:Pet Giant: causa +10% de daño físico contra enemigos Fairy. | |||
;Elegibilidad | |||
:Raza: Giant | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddRace</code> (Race: Fairy, Value: 10) | |||
== Fichas: Raciales — daño mágico == | |||
=== 613 — Azote demoníaco arcano === | |||
;Descripción | |||
:Pet Angel: causa +10% de daño mágico contra enemigos Demon. | |||
;Elegibilidad | |||
:Raza: Angel | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Demon, Value: 10) | |||
=== 614 — Caos arcano === | |||
;Descripción | |||
:Pet Demon: causa +10% de daño mágico contra enemigos Formless. | |||
;Elegibilidad | |||
:Raza: Demon | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Formless, Value: 10) | |||
=== 615 — Profanación celestial === | |||
;Descripción | |||
:Pet Formless: causa +10% de daño mágico contra enemigos Angel. | |||
;Elegibilidad | |||
:Raza: Formless | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Angel, Value: 10) | |||
=== 616 — Plaga mística === | |||
;Descripción | |||
:Pet Insect: causa +10% de daño mágico contra enemigos Plant. | |||
;Elegibilidad | |||
:Raza: Insect | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Plant, Value: 10) | |||
=== 617 — Marea de raíces === | |||
;Descripción | |||
:Pet Plant: causa +10% de daño mágico contra enemigos Fish. | |||
;Elegibilidad | |||
:Raza: Plant | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Fish, Value: 10) | |||
=== 618 — Marea exterminadora === | |||
;Descripción | |||
:Pet Fish: causa +10% de daño mágico contra enemigos Insect. | |||
;Elegibilidad | |||
:Raza: Fish | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Insect, Value: 10) | |||
=== 619 — Maldición de los vivos === | |||
;Descripción | |||
:Pet Undead: causa +10% de daño mágico contra enemigos DemiHuman. | |||
;Elegibilidad | |||
:Raza: Undead | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: DemiHuman, Value: 10) | |||
=== 620 — Hechicero de bestias === | |||
;Descripción | |||
:Pet DemiHuman: causa +10% de daño mágico contra enemigos Beast. | |||
;Elegibilidad | |||
:Raza: DemiHuman | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Brute, Value: 10) | |||
=== 621 — Purga salvaje === | |||
;Descripción | |||
:Pet Beast: causa +10% de daño mágico contra enemigos Undead. | |||
;Elegibilidad | |||
:Raza: Brute | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Undead, Value: 10) | |||
=== 622 — Encantadragones === | |||
;Descripción | |||
:Pet Fairy: causa +10% de daño mágico contra enemigos Dragon. | |||
;Elegibilidad | |||
:Raza: Fairy | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Dragon, Value: 10) | |||
=== 623 — Ruina de titanes === | |||
;Descripción | |||
:Pet Dragon: causa +10% de daño mágico contra enemigos Giant. | |||
;Elegibilidad | |||
:Raza: Dragon | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Giant, Value: 10) | |||
=== 624 — Ruina feérica === | |||
;Descripción | |||
:Pet Giant: causa +10% de daño mágico contra enemigos Fairy. | |||
;Elegibilidad | |||
:Raza: Giant | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetMagicAddRace</code> (Race: Fairy, Value: 10) | |||
== Fichas: Zeny / farming == | |||
=== 700 — Buscador de fortuna === | |||
;Descripción | |||
:Al matar un monstruo, el pet tiene 15% de probabilidad de obtener 50~150 Zeny para su dueño. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:15 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetGetZenyNum</code> (Min: 50, Max: 150, Chance: 15%) | |||
=== 701 — Cazatesoros === | |||
;Descripción | |||
:Al matar un monstruo, el pet tiene 10% de probabilidad de obtener 100~300 Zeny para su dueño. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetGetZenyNum</code> (Min: 100, Max: 300, Chance: 10%) | |||
=== 702 — Fortuna dorada === | |||
;Descripción | |||
:Al matar un monstruo, el pet tiene 5% de probabilidad de obtener 300~700 Zeny para su dueño. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:5 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetGetZenyNum</code> (Min: 300, Max: 700, Chance: 5%) | |||
== Fichas: Estados ofensivos == | |||
=== 900 — Colmillo venenoso === | |||
;Descripción | |||
:Los ataques del pet tienen 5% de probabilidad de causar Poison. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:12 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEff</code> (Status: Poison, Chance: 5%) | |||
=== 901 — Impacto paralizante === | |||
;Descripción | |||
:Los ataques del pet tienen 3% de probabilidad de causar Stun. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:8 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEff</code> (Status: Stun, Chance: 3%) | |||
=== 902 — Maldición === | |||
;Descripción | |||
:Los ataques del pet tienen 5% de probabilidad de causar Curse. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEff</code> (Status: Curse, Chance: 5%) | |||
=== 903 — Golpe cegador === | |||
;Descripción | |||
:Los ataques del pet tienen 5% de probabilidad de causar Blind. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEff</code> (Status: Blind, Chance: 5%) | |||
=== 904 — Herida profunda === | |||
;Descripción | |||
:Los ataques del pet tienen 5% de probabilidad de causar Bleeding. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEff</code> (Status: Bleeding, Chance: 5%) | |||
=== 905 — Silenciador === | |||
;Descripción | |||
:Los ataques del pet tienen 3% de probabilidad de causar Silence. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:8 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetAddEff</code> (Status: Silence, Chance: 3%) | |||
== Fichas: Ignorar DEF / MDEF == | |||
=== 1000 — Perforador === | |||
;Descripción | |||
:Los ataques físicos del pet ignoran 5% de la DEF enemiga. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetIgnoreDefRate</code> (Value: 5) | |||
=== 1001 — Rompearmaduras === | |||
;Descripción | |||
:Los ataques físicos del pet ignoran 10% de la DEF enemiga. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:5 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetIgnoreDefRate</code> (Value: 10) | |||
=== 1002 — Penetración arcana === | |||
;Descripción | |||
:La magia del pet ignora 5% de la MDEF enemiga. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetIgnoreMDefRate</code> (Value: 5) | |||
=== 1003 — Rompehechizos === | |||
;Descripción | |||
:La magia del pet ignora 10% de la MDEF enemiga. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:5 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetIgnoreMDefRate</code> (Value: 10) | |||
== Fichas: Ataques normales especiales == | |||
=== 1100 — Golpe gemelo === | |||
;Descripción | |||
:Los ataques normales del pet tienen 5% de probabilidad de atacar dos veces. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetDoubleRate</code> (Value: 5) | |||
=== 1101 — Golpe duplicado === | |||
;Descripción | |||
:Los ataques normales del pet tienen 7% de probabilidad de atacar dos veces. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:5 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetDoubleRate</code> (Value: 7) | |||
== Fichas: EXP por raza == | |||
=== 1200 — Estudioso de Formless === | |||
;Descripción | |||
:La EXP generada por este pet contra Formless aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Formless, Value: 10) | |||
=== 1201 — Cazador de muertos === | |||
;Descripción | |||
:La EXP generada por este pet contra Undead aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Undead, Value: 10) | |||
=== 1202 — Naturalista === | |||
;Descripción | |||
:La EXP generada por este pet contra Brute aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Brute, Value: 10) | |||
=== 1203 — Botánico === | |||
;Descripción | |||
:La EXP generada por este pet contra Plant aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Plant, Value: 10) | |||
=== 1204 — Entomólogo === | |||
;Descripción | |||
:La EXP generada por este pet contra Insect aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Insect, Value: 10) | |||
=== 1205 — Ictiólogo === | |||
;Descripción | |||
:La EXP generada por este pet contra Fish aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Fish, Value: 10) | |||
=== 1206 — Demonólogo === | |||
;Descripción | |||
:La EXP generada por este pet contra Demon aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Demon, Value: 10) | |||
=== 1207 — Antropólogo === | |||
;Descripción | |||
:La EXP generada por este pet contra DemiHuman aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: DemiHuman, Value: 10) | |||
=== 1208 — Teólogo === | |||
;Descripción | |||
:La EXP generada por este pet contra Angel aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Angel, Value: 10) | |||
=== 1209 — Draconólogo === | |||
;Descripción | |||
:La EXP generada por este pet contra Dragon aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Dragon, Value: 10) | |||
=== 1210 — Feerólogo === | |||
;Descripción | |||
:La EXP generada por este pet contra Fairy aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Fairy, Value: 10) | |||
=== 1211 — Titanólogo === | |||
;Descripción | |||
:La EXP generada por este pet contra Giant aumenta 10%. | |||
;Elegibilidad | |||
:Cualquier pet | |||
;Peso de sorteo | |||
:10 | |||
;Estado | |||
:Habilitada (`Enabled: true`) | |||
;Bonificación configurada | |||
:<code>PetExpAddRace</code> (Race: Giant, Value: 10) | |||
= Notas funcionales relevantes = | |||
* Las pasivas de HP, DEF, MDEF, FLEE, resistencias y velocidad de movimiento no forman parte de esta selección activa documentada. | |||
* `PetAspdRate` sí aparece en una pasiva activa: modifica velocidad de ataque, no velocidad de movimiento. | |||
* Las pasivas de EXP por raza activas (`1200–1211`) no tienen `Conditions`; por tanto, según el YAML, pueden ser sorteadas para cualquier pet. | |||
* Para que la EXP producida por daño del pet pueda llegar al dueño, la configuración del servidor debe contemplar `pet_attack_exp_to_master: yes`. | |||
* Las entradas `PetAutoSpell`, `PetSplashRange` y `PetExpAddClass` que aparecen deshabilitadas en la tabla de pruebas fueron omitidas de esta página por estar en `Enabled: false`. | |||
[[Categoría:Tenarius Online]] | |||
[[Categoría:Pets]] | |||
[[Categoría:Habilidades pasivas]] | |||
<!-- BUILD: PALADIN - PALADIN DE AUTO CASTEO --> | |||
<div id="paladin---paladin-de-auto-casteo"></div> | |||
<div style="background:linear-gradient(180deg,#fbf8f0 0%,#f4ecdc 100%); border:2px solid #c8a35f; border-radius:28px; padding:26px; margin:34px 0 36px 0; box-shadow:0 12px 34px rgba(10,32,74,.16);"> | |||
<!-- CABECERA DE LA BUILD --> | |||
<div style="background:linear-gradient(135deg,#081a3a 0%,#102a57 48%,#163d74 100%); border:1px solid #c8a35f; border-radius:24px; padding:22px; margin:0 0 24px 0; box-shadow:0 10px 24px rgba(7,20,48,.18);"> | |||
<div style="display:flex; flex-wrap:wrap; gap:14px; align-items:flex-end; justify-content:space-between;"> | |||
<div style="flex:1 1 620px;"> | |||
<div style="font-size:27px; font-weight:900; color:#f3dfb1; margin-bottom:8px;"> | |||
Paladin - Paladin de Auto Casteo | |||
</div> | |||
<div style="font-size:14px; color:#eef3ff; line-height:1.7;"> | |||
Build propuesta por <strong>Valefor</strong>, enfocada en Híbrido físico + mágico. Este tipo de Paladin de Auto Casteo, se enfoca en mobear una cantidad grande de monstruos, ya que entre mas monstruos esten haciendole daño, mayor sera la cantidad de skills auto casteadas y el daño que se va a realizar. La build que dejo aqui, está basada en el farmeo en Magma Dungeon 2, pero pueden variar piezas de equipo segun el mapa. | |||
</div> | |||
</div> | |||
<div style="flex:0 0 auto; text-align:right; line-height:2;"> | |||
<span style="display:inline-block; margin:2px 3px; padding:6px 12px; border-radius:999px; background:#0f2954; border:1px solid #c8a35f;">[[#top|<span style="color:#ffffff;">↑ Inicio</span>]]</span> | |||
<span style="display:inline-block; margin:2px 3px; padding:6px 12px; border-radius:999px; background:#7c5bc7; border:1px solid #c8a35f;">[[#builds|<span style="color:#ffffff;">↩ Builds</span>]]</span> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- DATOS GENERALES DE LA BUILD --> | |||
<div style="display:flex; flex-wrap:wrap; gap:14px; margin-bottom:24px;"> | |||
<div style="flex:1 1 220px; background:#ffffff; border:1px solid #d6bb84; border-left:7px solid #315a9c; border-radius:18px; padding:16px; box-shadow:0 6px 16px rgba(10,32,74,.08);"> | |||
<div style="font-size:18px; font-weight:900; color:#0f2954; margin-bottom:6px;">Propuesto por</div> | |||
Valefor | |||
</div> | |||
<div style="flex:1 1 220px; background:#ffffff; border:1px solid #d6bb84; border-left:7px solid #7c5bc7; border-radius:18px; padding:16px; box-shadow:0 6px 16px rgba(10,32,74,.08);"> | |||
<div style="font-size:18px; font-weight:900; color:#0f2954; margin-bottom:6px;">Job</div> | |||
Paladin | |||
</div> | |||
<div style="flex:1 1 220px; background:#ffffff; border:1px solid #d6bb84; border-left:7px solid #c79b2b; border-radius:18px; padding:16px; box-shadow:0 6px 16px rgba(10,32,74,.08);"> | |||
<div style="font-size:18px; font-weight:900; color:#0f2954; margin-bottom:6px;">Enfoque</div> | |||
Híbrido físico + mágico | |||
</div> | |||
</div> | |||
<!-- STATS --> | |||
<div style="background:#ffffff; border:1px solid #d6bb84; border-radius:22px; padding:20px; margin:0 0 24px 0; box-shadow:0 6px 16px rgba(10,32,74,.08);"> | |||
<div style="font-size:23px; font-weight:900; color:#0f2954; margin-bottom:14px;">Stats</div> | |||
<div style="overflow-x:auto;"> | |||
{| class="wikitable" style="width:100%; text-align:center; border-collapse:collapse; background:#f9fafc; border:1px solid #bcc4d1; margin:0;" | |||
! style="background:#0f2954; color:#ffffff;" | STR | |||
! style="background:#0f2954; color:#ffffff;" | AGI | |||
! style="background:#0f2954; color:#ffffff;" | VIT | |||
! style="background:#0f2954; color:#ffffff;" | INT | |||
! style="background:#0f2954; color:#ffffff;" | DEX | |||
! style="background:#0f2954; color:#ffffff;" | LUK | |||
|- | |- | ||
| | | 73 || 1 || 90 || 79 || 2 || 2 | ||
|} | |||
</div> | |||
</div> | |||
<!-- NOTAS --> | |||
<div style="background:#fff8e6; border:1px solid #d6bb84; border-left:7px solid #c79b2b; border-radius:20px; padding:18px 20px; margin:0 0 24px 0; box-shadow:0 6px 16px rgba(10,32,74,.08); line-height:1.9;"> | |||
<div style="font-size:22px; font-weight:900; color:#0f2954; margin-bottom:10px;">Notas</div> | |||
<strong>Descripción:</strong> Este tipo de Paladin de Auto Casteo, se enfoca en mobear una cantidad grande de monstruos, ya que entre mas monstruos esten haciendole daño, mayor sera la cantidad de skills auto casteadas y el daño que se va a realizar. La build que dejo aqui, está basada en el farmeo en Magma Dungeon 2, pero pueden variar piezas de equipo segun el mapa. | |||
<br><br> | |||
<strong>Extra:</strong> | |||
Como la ando usando para farmear en Magma Dungeon 02, llevo el Set Shadow - Ignition Vanguard. Se recomienda un pet que te permita auto castear cold bolt. | |||
</div> | |||
<!-- CAPTURAS DE EQUIPO --> | |||
<div style="background:#ffffff; border:1px solid #d6bb84; border-radius:24px; padding:22px; margin:0 0 24px 0; box-shadow:0 8px 24px rgba(10,32,74,.10);"> | |||
<div style="font-size:24px; font-weight:900; color:#0f2954; margin-bottom:14px; border-bottom:2px solid #c8a35f; padding-bottom:8px;"> | |||
Capturas de equipo | |||
</div> | |||
<div style="display:flex; flex-wrap:wrap; gap:18px; align-items:flex-start;"> | |||
<div style="flex:1 1 520px; min-width:300px; background:#fbf8f0; border:1px solid #d6bb84; border-radius:20px; padding:16px; text-align:center; box-shadow:0 4px 12px rgba(10,32,74,.06); margin:0 auto;"> | |||
<div style="font-size:18px; font-weight:900; color:#0f2954; margin-bottom:10px;">Build y equipo</div> | |||
[[Archivo:A003_buildyequipo_paladin_Valefor_Paladin de Auto Casteo.jpg|center|520px]] | |||
</div> | |||
<div style="flex:1 1 520px; min-width:300px; background:#fbf8f0; border:1px solid #d6bb84; border-radius:20px; padding:16px; text-align:center; box-shadow:0 4px 12px rgba(10,32,74,.06); margin:0 auto;"> | |||
<div style="font-size:18px; font-weight:900; color:#0f2954; margin-bottom:10px;">Shadow Gear</div> | |||
[[Archivo:A003_shadowgear_paladin_Valefor_Paladin de Auto Casteo.jpg|center|520px]] | |||
</div> | |||
</div> | |||
</div> | |||
<!-- EQUIPO DETALLADO --> | |||
<div style="background:#ffffff; border:1px solid #d6bb84; border-radius:24px; padding:22px; margin:0 0 24px 0; box-shadow:0 8px 24px rgba(10,32,74,.10);"> | |||
<div style="font-size:24px; font-weight:900; color:#0f2954; margin-bottom:14px; border-bottom:2px solid #c8a35f; padding-bottom:8px;"> | |||
Equipo detallado | |||
</div> | |||
<div style="overflow-x:auto;"> | |||
{| class="wikitable" style="width:100%; font-size:90%; border-collapse:collapse; background:#f9fafc; border:1px solid #bcc4d1; margin:0;" | |||
! style="background:#0f2954; color:#ffffff;" | Slot | |||
! style="background:#0f2954; color:#ffffff;" | Item | |||
|- | |- | ||
| | | Hat (Top) || Vanilmirth Hat<br><small>ID: 5289 • Notas: Para auto casteo de bolts</small> | ||
| | |||
|- | |- | ||
| Middle || Ice Wing Ear<br><small>ID: 5610 • Notas: Auto castea cold bolt</small> | |||
|- | |- | ||
| Low || Lunalight Orb<br><small>ID: 40960 • Enchants: Luminous</small> | |||
| | |||
| | |||
|- | |- | ||
| | | Arma derecha || Elemental Sword<br><small>ID: 13414 • Cards: 3 Hunter Fly • Enchants: Life Steal</small> | ||
| | |||
|- | |- | ||
| | | Escudo / Arma izquierda || Shield of Naga<br><small>ID: 2134 • Cards: Enchanted Peach Tree • Notas: Para auto curar, el escudo tiene chance de reflejar ataque fisico y lo que refleja es 3% x refine</small> | ||
| | |||
|- | |- | ||
| | | Armadura || Armor of Naga<br><small>ID: 2389 • Cards: Swordman Rune • Notas: Uso esa armadura porque tiene chance de darme ataque +20</small> | ||
| | |||
|- | |- | ||
| | | Garment || Valkyrian Manteau<br><small>ID: 2524 • Cards: Kasa • Notas: La tengo con Kasa Card que permite auto castear fire ball o fire bolt nivel 5, el garment es el que hace la magia porque refleja 5% del daño fisico recibido, asi que va si o si</small> | ||
| | |||
|- | |- | ||
| Zapatos || Beach Sandals<br><small>ID: 2441 • Enchants: Runa Defensa +10 • Notas: como ando en magma, estoy usando Beach Sandals, que da 10 % de resistencia a fuego, con runa de Defensa.</small> | |||
|- | |- | ||
| Accesorio 1 || Ring Of Flame Lord<br><small>ID: 2678</small> | |||
| | |||
| | |||
|- | |- | ||
| | | Accesorio 2 || Ring Of Resonance<br><small>ID: 2679</small> | ||
| | |} | ||
</div> | |||
</div> | |||
<!-- CAPTURAS DE SKILLS --> | |||
<div style="background:#ffffff; border:1px solid #d6bb84; border-radius:24px; padding:22px; margin:0 0 24px 0; box-shadow:0 8px 24px rgba(10,32,74,.10);"> | |||
<div style="font-size:24px; font-weight:900; color:#0f2954; margin-bottom:14px; border-bottom:2px solid #c8a35f; padding-bottom:8px;"> | |||
Capturas de skills | |||
</div> | |||
<div style="display:flex; flex-wrap:wrap; gap:18px; align-items:flex-start;"> | |||
<div style="flex:1 1 440px; min-width:300px; background:#fbf8f0; border:1px solid #d6bb84; border-radius:20px; padding:16px; text-align:center; box-shadow:0 4px 12px rgba(10,32,74,.06); margin:0 auto;"> | |||
<div style="font-size:18px; font-weight:900; color:#0f2954; margin-bottom:10px;">Skill pestaña 1</div> | |||
[[Archivo:A003_skill1_paladin_Valefor_Paladin de Auto Casteo.jpg|center|520px]] | |||
</div> | |||
<div style="flex:1 1 440px; min-width:300px; background:#fbf8f0; border:1px solid #d6bb84; border-radius:20px; padding:16px; text-align:center; box-shadow:0 4px 12px rgba(10,32,74,.06); margin:0 auto;"> | |||
<div style="font-size:18px; font-weight:900; color:#0f2954; margin-bottom:10px;">Skill pestaña 2</div> | |||
[[Archivo:A003_skill2_paladin_Valefor_Paladin de Auto Casteo.jpg|center|520px]] | |||
</div> | |||
</div> | |||
</div> | |||
<!-- SKILLS DETALLADAS --> | |||
<div style="background:#ffffff; border:1px solid #d6bb84; border-radius:24px; padding:22px; margin:0 0 4px 0; box-shadow:0 8px 24px rgba(10,32,74,.10);"> | |||
<div style="font-size:24px; font-weight:900; color:#0f2954; margin-bottom:14px; border-bottom:2px solid #c8a35f; padding-bottom:8px;"> | |||
Skills detalladas | |||
</div> | |||
<div style="display:flex; flex-wrap:wrap; gap:18px; align-items:flex-start;"> | |||
<div style="flex:1 1 520px; min-width:320px;"> | |||
<div style="font-size:21px; font-weight:900; color:#0f2954; margin:0 0 12px 0;">Swordman</div> | |||
<div style="overflow-x:auto; margin-bottom:18px;"> | |||
{| class="wikitable" style="width:100%; font-size:90%; border-collapse:collapse; background:#f9fafc; border:1px solid #bcc4d1; margin:0;" | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
|- | |- | ||
| | | Auto Berserk || 1 || Bash || 10 || Endure || 10 || Fatal Blow || 1 | ||
| | |- | ||
| Increase HP Recovery || 10 || Magnum Break || 4 || Moving HP Recovery || 1 || Provoke || 5 | |||
|- | |- | ||
| | | Sword Mastery || 10 || || || || || || | ||
| | |} | ||
</div> | |||
</div> | |||
<div style="flex:1 1 520px; min-width:320px;"> | |||
<div style="font-size:21px; font-weight:900; color:#0f2954; margin:0 0 12px 0;">Crusader</div> | |||
<div style="overflow-x:auto; margin-bottom:18px;"> | |||
{| class="wikitable" style="width:100%; font-size:90%; border-collapse:collapse; background:#f9fafc; border:1px solid #bcc4d1; margin:0;" | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
|- | |- | ||
| | | Auto Guard || 5 || Cavalry Mastery || 5 || Cure || 1 || Demon Bane || 5 | ||
| | |||
|- | |- | ||
| Divine Protection || 5 || Faith || 10 || Heal || 10 || Peco Peco Ride || 1 | |||
|- | |- | ||
| Providence || 5 || Reflect Shield || 10 || Shield Boomerang || 3 || Shrink || 1 | |||
| | |} | ||
| | |||
</div> | |||
</div> | |||
<div style="flex:1 1 520px; min-width:320px;"> | |||
<div style="font-size:21px; font-weight:900; color:#0f2954; margin:0 0 12px 0;">Paladin</div> | |||
<div style="overflow-x:auto; margin-bottom:18px;"> | |||
{| class="wikitable" style="width:100%; font-size:90%; border-collapse:collapse; background:#f9fafc; border:1px solid #bcc4d1; margin:0;" | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
! style="background:#0f2954; color:#ffffff;" | Skill | |||
! style="background:#0f2954; color:#ffffff;" | Lv | |||
|- | |- | ||
| | | Shield Chain || 3 || || || || || || | ||
| | |} | ||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- FIN BUILD: PALADIN - PALADIN DE AUTO CASTEO --> | |||
<!-- CIERRE --> | |||
<div style="clear:both; background:linear-gradient(135deg,#081a3a 0%,#102a57 48%,#163d74 100%); color:white; border:1px solid #c8a35f; border-radius:22px; padding:24px; text-align:center; margin:30px 0 10px 0; box-shadow:0 10px 26px rgba(0,0,0,.18);"> | |||
<div style="font-size:24px; font-weight:900; margin-bottom:8px; color:#f3dfb1;"> | |||
Paladin Tenarius RO | |||
</div> | |||
<div style="font-size:15px; line-height:1.8; color:#eef3ff;"> | |||
Build enfocada en Híbrido físico + mágico, pensada para adaptar equipo, stats y skills según el objetivo del personaje. | |||
</div> | |||
<div style="margin-top:16px; line-height:2;"> | |||
<span style="display:inline-block; margin:2px 3px; padding:7px 14px; border-radius:999px; background:#0f2954; border:1px solid #c8a35f;">[[#top|<span style="color:#ffffff;">↑ Volver al inicio</span>]]</span> | |||
</div> | |||
</div> | |||
</div> | |||
==caramelos== | |||
=== '''Caramelos de Ataque''' === | |||
{| class="wikitable" style="width:100%;" | |||
! style="width:6%;" | Imagen !! style="width:27%;" | Detalles !! style="width:6%;" | Imagen !! style="width:27%;" | Detalles !! style="width:6%;" | Imagen !! style="width:27%;" | Detalles | |||
|- | |- | ||
|''' | | [[Archivo:ARC_Candy2.png|64px]] | ||
| | | '''ARC 01: Bash'''<br/>'''Aprende:''' Bash Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 20 Orange<br/><br/>'''Mascotas compatibles:'''<br/>- Picky<br/>- Chonchon | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 02: Double Strafe'''<br/>'''Aprende:''' Double Strafe Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 20 Grape<br/><br/>'''Mascotas compatibles:'''<br/>- Harpy | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 03: Envenom'''<br/>'''Aprende:''' Envenom Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 20 Strawberry<br/><br/>'''Mascotas compatibles:'''<br/>- Ancient Worm | |||
|- | |- | ||
|''' | | [[Archivo:ARC_Candy2.png|64px]] | ||
| | | '''ARC 04: Arrow Shower'''<br/>'''Aprende:''' Arrow Shower Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 20 Lemon<br/><br/>'''Mascotas compatibles:'''<br/>- Condor (M)<br/>- Condor | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 05: Soul Strike'''<br/>'''Aprende:''' Soul Strike Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 10 Red Chile<br/><br/>'''Mascotas compatibles:'''<br/>- Whispering<br/>- Incarnation of Morroc<br/>- Evil Nymph<br/>- Wish Maiden<br/>- Dame of Sentinel | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 06: Double Attack'''<br/>'''Aprende:''' Double Attack Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Apple Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Dame of Sentinel<br/>- Mutant Dragonoid | |||
|- | |- | ||
|''' | | [[Archivo:ARC_Candy2.png|64px]] | ||
| | | '''ARC 07: Throw Stone'''<br/>'''Aprende:''' Throw Stone Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Banana Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Condor (M)<br/>- Condor<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Zombie<br/>- Skeleton | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 08: Magnum Break'''<br/>'''Aprende:''' Magnum Break Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Grape Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Incarnation of Morroc<br/>- Mutant Dragonoid | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 09: Charge Arrow'''<br/>'''Aprende:''' Charge Arrow Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Royal Jelly<br/><br/>'''Mascotas compatibles:'''<br/>- Condor (M)<br/>- Condor<br/>- Gryphon<br/>- Gryphon Peco | |||
|- | |- | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 10: Frost Diver'''<br/>'''Aprende:''' Frost Diver Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Carrot Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Aquaring | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 11: Fire Bolt'''<br/>'''Aprende:''' Fire Bolt Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Mix Orange Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Magmaring | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 12: Holy Light'''<br/>'''Aprende:''' Holy Light Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Lemon Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Evil Nymph<br/>- Wish Maiden<br/>- Dame of Sentinel<br/>- Dark Priest<br/>- Necromancer | |||
|- | |- | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
|''' | | '''ARC 13: Cold Bolt'''<br/>'''Aprende:''' Cold Bolt Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Ginseng Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Aquaring | ||
| | | [[Archivo:ARC_Candy2.png|64px]] | ||
| '''ARC 14: Fire Ball'''<br/>'''Aprende:''' Fire Ball Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Strawberry Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Magmaring | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 15: Thunder Storm'''<br/>'''Aprende:''' Thunder Storm Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Unripe Fruit Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Owl Baron<br/>- Owl Duke<br/>- Wind Ghost | |||
|- | |- | ||
|''' | | [[Archivo:ARC_Candy2.png|64px]] | ||
| | | '''ARC 16: Stone Curse'''<br/>'''Aprende:''' Stone Curse Lv. 3<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Prickly Fruit Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Zombie<br/>- Skeleton | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 17: Decrease Agility'''<br/>'''Aprende:''' Decrease Agility Lv. 3<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Red Prickly Fruit Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Dame of Sentinel<br/>- Whispering<br/>- Lunatic | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 18: Lightning Bolt'''<br/>'''Aprende:''' Lightning Bolt Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Yam Juice [LQ]<br/><br/>'''Mascotas compatibles:'''<br/>- Wind Ghost<br/>- Gryphon<br/>- Gryphon Peco<br/>- Dark Priest<br/>- Necromancer | |||
|- | |- | ||
|''' | | [[Archivo:ARC_Candy2.png|64px]] | ||
| | | '''ARC 19: Esma'''<br/>'''Aprende:''' Esma Lv. 3<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 20 Banana<br/><br/>'''Mascotas compatibles:'''<br/>- Dark Priest<br/>- Bloody Butterfly (Creamy Fear)<br/>- Bloody Butterfly (Dustiness)<br/>- Luciola Vespa (Creamy)<br/>- Luciola Vespa (Hornet)<br/>- Evil Nymph<br/>- Harpy | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 20: Lex Aeterna'''<br/>'''Aprende:''' Lex Aeterna Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Fungalix<br/><br/>'''Mascotas compatibles:'''<br/>- Incarnation of Morroc<br/>- Evil Nymph<br/>- Wish Maiden<br/>- Owl Baron<br/>- Owl Duke | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 21: Jupitel Thunder'''<br/>'''Aprende:''' Jupitel Thunder Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Thornux<br/><br/>'''Mascotas compatibles:'''<br/>- Ancient Worm<br/>- Mistress<br/>- Wind Ghost | |||
|- | |- | ||
|''' | | [[Archivo:ARC_Candy2.png|64px]] | ||
| | | '''ARC 22: Water Ball'''<br/>'''Aprende:''' Water Ball Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Jellyfish<br/><br/>'''Mascotas compatibles:'''<br/>- Aquaring | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 23: Sonic Blow'''<br/>'''Aprende:''' Sonic Blow Lv. 3<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Lovelush<br/><br/>'''Mascotas compatibles:'''<br/>- Picky<br/>- Lunatic | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 24: Fiber Lock'''<br/>'''Aprende:''' Fiber Lock Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Wingpear<br/><br/>'''Mascotas compatibles:'''<br/>- Argos | |||
|- | |- | ||
|''' | | [[Archivo:ARC_Candy2.png|64px]] | ||
| | | '''ARC 25: Venom Dust'''<br/>'''Aprende:''' Venom Dust Lv. 3<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Dusklune<br/><br/>'''Mascotas compatibles:'''<br/>- Chonchon<br/>- Bloody Butterfly (Creamy Fear)<br/>- Bloody Butterfly (Dustiness) | ||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 26: Earth Spike'''<br/>'''Aprende:''' Earth Spike Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Starbloom<br/><br/>'''Mascotas compatibles:'''<br/>- Pebblering<br/>- Evil Nymph<br/>- Wish Maiden | |||
| [[Archivo:ARC_Candy2.png|64px]] | |||
| '''ARC 27: Wind Blade'''<br/>'''Aprende:''' Wind Blade Lv. 3<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Valiora<br/><br/>'''Mascotas compatibles:'''<br/>- Gryphon<br/>- Gryphon Peco<br/>- Harpy | |||
|} | |||
=== '''Caramelos de Soporte''' === | |||
{| class="wikitable" style="width:100%;" | |||
! style="width:6%;" | Imagen !! style="width:27%;" | Detalles !! style="width:6%;" | Imagen !! style="width:27%;" | Detalles !! style="width:6%;" | Imagen !! style="width:27%;" | Detalles | |||
|- | |- | ||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 01: Energy Coat'''<br/>'''Aprende:''' Energy Coat Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Doomapple<br/><br/>'''Mascotas compatibles:'''<br/>- Wind Ghost<br/>- Zombie<br/>- Skeleton<br/>- Whispering | |||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 02: Angelus'''<br/>'''Aprende:''' Angelus Lv. 3<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Cheese<br/><br/>'''Mascotas compatibles:'''<br/>- Dark Priest<br/>- Necromancer<br/>- Evil Nymph<br/>- Wish Maiden<br/>- Harpy | |||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 03: Increase Agility'''<br/>'''Aprende:''' Increase Agility Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Solmend<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Chonchon<br/>- Dark Priest | |||
|- | |- | ||
| [[Archivo:SRC_Candy2.png|64px]] | |||
|''' | | '''SRC 04: Cure'''<br/>'''Aprende:''' Cure Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Wyvern<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Condor (M)<br/>- Condor<br/>- Zombie<br/>- Skeleton | ||
| | | [[Archivo:SRC_Candy2.png|64px]] | ||
| '''SRC 05: Heal'''<br/>'''Aprende:''' Heal Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Pytafleur<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Condor (M)<br/>- Condor<br/>- Zombie<br/>- Skeleton<br/>- Evil Nymph<br/>- Dame of Sentinel<br/>- Dark Priest | |||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 06: Loud Exclamation'''<br/>'''Aprende:''' Loud Exclamation Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Angelime<br/><br/>'''Mascotas compatibles:'''<br/>- Mutant Dragonoid<br/>- Picky<br/>- Ancient Worm<br/>- Argos | |||
|- | |- | ||
|''' | | [[Archivo:SRC_Candy2.png|64px]] | ||
| | | '''SRC 07: Pneuma'''<br/>'''Aprende:''' Pneuma Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Nebulana<br/><br/>'''Mascotas compatibles:'''<br/>- Whispering<br/>- Bloody Butterfly (Creamy Fear)<br/>- Bloody Butterfly (Dustiness)<br/>- Mistress<br/>- Wind Ghost<br/>- Dark Priest<br/>- Necromancer<br/>- Chonchon | ||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 08: Blessing'''<br/>'''Aprende:''' Blessing Lv. 5<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Windora<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Condor (M)<br/>- Condor<br/>- Zombie<br/>- Skeleton | |||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 09: Safety Wall'''<br/>'''Aprende:''' Safety Wall Lv. 3<br/>'''Sube con temperamento:''' Sí (+2 Lv si tiene temperamento)<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Twiluna<br/><br/>'''Mascotas compatibles:'''<br/>- Whispering<br/>- Harpy<br/>- Evil Nymph<br/>- Wish Maiden | |||
|- | |- | ||
|''' | | [[Archivo:SRC_Candy2.png|64px]] | ||
| | | '''SRC 10: Detoxify'''<br/>'''Aprende:''' Detoxify Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Marecoil<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Condor (M)<br/>- Condor<br/>- Zombie<br/>- Skeleton | ||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 11: Improve Concentration'''<br/>'''Aprende:''' Improve Concentration Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Aeraluma<br/><br/>'''Mascotas compatibles:'''<br/>- Incarnation of Morroc<br/>- Evil Nymph<br/>- Wish Maiden<br/>- Mutant Dragonoid<br/>- Dame of Sentinel<br/>- Gryphon<br/>- Gryphon Peco<br/>- Harpy | |||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 12: Impositio Manus'''<br/>'''Aprende:''' Impositio Manus Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Nectarind<br/><br/>'''Mascotas compatibles:'''<br/>- Spring Rabbit<br/>- Wraith<br/>- Wraith Dead<br/>- Evil Druid<br/>- Blck Loli Ruri<br/>- Blue Loli Ruri | |||
|- | |- | ||
|''' | | [[Archivo:SRC_Candy2.png|64px]] | ||
| | | '''SRC 13: Kyrie Eleison'''<br/>'''Aprende:''' Kyrie Eleison Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 5 Fruberry Z Lunalift<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Condor (M)<br/>- Condor<br/>- Zombie<br/>- Skeleton | ||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 14: Magnificat'''<br/>'''Aprende:''' Magnificat Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 20 Mastela Fruit<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Condor (M)<br/>- Condor<br/>- Zombie<br/>- Skeleton | |||
| [[Archivo:SRC_Candy2.png|64px]] | |||
| '''SRC 15: Suffragium'''<br/>'''Aprende:''' Suffragium Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 20 Yggdrasil Seed<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Condor (M)<br/>- Condor<br/>- Zombie<br/>- Skeleton | |||
|- | |- | ||
|''' | | [[Archivo:SRC_Candy2.png|64px]] | ||
| '''SRC 16: Aspersio'''<br/>'''Aprende:''' Aspersio Lv. 1<br/>'''Sube con temperamento:''' No<br/><br/>'''Receta (Candy Shop):'''<br/>- 50.000 Zeny<br/>- 1 Zettacrystal<br/>- 5 Wrapping Paper<br/>- 5 Wrapping Lace<br/>- 5 Honey<br/>- 15 Yggdrasil Berry<br/><br/>'''Mascotas compatibles:'''<br/>- Poring<br/>- Lunatic<br/>- Picky<br/>- Chonchon<br/>- Condor (M)<br/>- Condor<br/>- Zombie<br/>- Skeleton | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
==prueba wiki== | |||
{| class="wikitable" style="width:100%" | |||
! colspan="2" style="background:#f2f2f2;" | '''Stalker Magico de Arco''' | |||
|- | |- | ||
| colspan="2" | ''Propuesto por:''' Valefor ''' • Job:''' Stalker ''' • Enfoque:''' Ataque mágico ''''' | |||
|- | |- | ||
! | ! colspan="2" style="background:#f2f2f2;" | '''Stats''' | ||
|''' | |||
|- | |- | ||
| | | colspan="2" | | ||
| | {| class="wikitable" style="width:100%; text-align:center;" | ||
! STR !! AGI !! VIT !! INT !! DEX !! LUK | |||
|- | |- | ||
| | | 1 || 99 || 1 || 93 || 40 || 1 | ||
| | |} | ||
|- | |- | ||
|''' | ! colspan="2" style="background:#f2f2f2;" | '''Notas''' | ||
|- | |- | ||
|''' | | colspan="2" | | ||
'''Descripción:''' Este Stalker se basa en el Daño Mágico de Rango, su arma principal es el Arco y se apoya con items de auto casteo de skills mágicas. | |||
<br/>'''Extra:''' Puedes usar algunos de los Pets Nekoring que Auto Castean Bolts para aumentar el spam de estos. Debes usar Libros Rental fabricados por el Oficio Escriba para aumentar el spam de skills. | |||
|- | |- | ||
! style=" | ! style="width:50%;" | '''Build y equipo / Shadow Gear''' | ||
! style="width:50%;" | '''Skills''' | |||
|- | |- | ||
| | |||
'''Build y equipo'''<br/> | |||
| | [[Archivo:A004_buildyequipo_stalker_Valefor_Stalker Magico de Arco.jpg|450px]]<br/> | ||
'''Shadow Gear'''<br/> | |||
[[Archivo:A004_shadowgear_stalker_Valefor_Stalker Magico de Arco.jpg|450px]]<br/> | |||
'''Equipo'''<br/> | |||
{| class="wikitable" style="width:100%; font-size:90%;" | |||
! Slot !! Item !! ID | |||
|- | |- | ||
| | | Hat (Top) || Vanilmirth Hat || 5289 | ||
| | |||
|- | |- | ||
| | | Middle || Ice Wing Ear || 5610 | ||
| | |||
|- | |- | ||
| | | Low || Meteor Protect Cloth || 40843 | ||
| | |||
|- | |- | ||
| | | Arma derecha || +9 Gekkoin Bow<br/><small>Cards: 3 Dancing Marionette • Enchants: Runa de Grupo o Runa de Dragon Fear</small> || 40976 | ||
| | |||
|- | |- | ||
| Escudo / Arma izquierda || — || — | |||
|- | |- | ||
| Armadura || Dragon Vest<br/><small>Cards: Runa de Thief • Enchants: Agi +3</small> || 2399 | |||
| | |||
| | |||
|- | |- | ||
| | | Garment || Dragon Manteau<br/><small>Cards: Baphomet Jr. • Enchants: Runa de Hit +30</small> || 2553 | ||
| | |||
|- | |- | ||
| | | Zapatos || +9 Black Leather Boots<br/><small>Cards: Male Thiefbug</small> || 2425 | ||
| | |||
|- | |- | ||
| | | Accesorio 1 || Ring Of Flame Lord || 2678 | ||
| | |||
|- | |- | ||
|''' | | Accesorio 2 || Mystical Brooch<br/><small>Enchants: Bendición de Artemisa • Notas: Puedes cambiar por Broch con slot con Owl Baron Card</small> || 40195 | ||
| | |}<br/> | ||
| | |||
'''Skill pestaña 1'''<br/> | |||
[[Archivo:A004_skill1_stalker_Valefor_Stalker Magico de Arco.jpg|450px]]<br/> | |||
'''Skill pestaña 2'''<br/> | |||
[[Archivo:A004_skill2_stalker_Valefor_Stalker Magico de Arco.jpg|450px]]<br/> | |||
'''Thief'''<br/> | |||
{| class="wikitable" style="width:100%; font-size:90%;" | |||
! Skill !! Lv !! Skill !! Lv !! Skill !! Lv !! Skill !! Lv | |||
|- | |- | ||
| Back Slide || 1 || Detoxify || 1 || Double Attack || 10 || Envenom || 8 | |||
|- | |- | ||
| Hiding || 10 || Improve Dodge || 10 || Pick Stone || 1 || Sprinkle Sand || 1 | |||
| | |||
| | |||
|- | |- | ||
|''' | | Steal || 10 || Throw Stone || 1 || || || || | ||
| | |}<br/> | ||
'''Rogue'''<br/> | |||
{| class="wikitable" style="width:100%; font-size:90%;" | |||
! Skill !! Lv !! Skill !! Lv !! Skill !! Lv !! Skill !! Lv | |||
|- | |- | ||
| | | Back Stab || 4 || Double Strafing || 5 || Plagiarism || 10 || Raid || 5 | ||
| | |||
|- | |- | ||
|''' | | Remove Trap || 1 || Snatcher || 4 || Steal Coin || 4 || Vulture's Eye || 10 | ||
| | |}<br/> | ||
'''Stalker'''<br/> | |||
{| class="wikitable" style="width:100%; font-size:90%;" | |||
! Skill !! Lv !! Skill !! Lv !! Skill !! Lv !! Skill !! Lv | |||
|- | |- | ||
|''' | | Preserve || 1 || || || || || || | ||
| | |}<br/> | ||
|} | |||
==eeeee== | |||
==='''Mascotas (Original)'''=== | |||
{| class="wikitable mw-collapsible mw-collapsed" style="width: 100%;" | |||
! colspan="3" |[[Archivo:Pets original.png|style=width:99%;]] | |||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Nekoring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan=" | !width: 16.666%;" rowspan="4" |[[Archivo:pet_nekoring.png]] | ||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:Doram_scroll.png]] Nekoring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:nekoring_fruit.gif]] Nekorin Fruit | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:mix_orange_juiceico.gif]] Mix Orange Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Discount Lvl. 5 | ||
Overcharge Lvl. 5 | |||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Pink Nekoring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:pet_pink_nekoring.png]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:Doram_scroll.png]] Pink Nekoring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:pink_nekoring_fruit.gif]] Pink Nekorin Fruit | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:strawberry_juiceico.gif]] Strawberry Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Habilita la Skill Fire Bolt Lvl. 3 | ||
Probabilidad de autocastear Fire Bolt Lvl. 3 | |||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Blue Nekoring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:pet_blue_nekoring.png]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:Doram_scroll.png]] Blue Nekoring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:blue_nekoring_fruit.gif]] Blue Nekorin Fruit | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:strawberry_juiceico.gif]] Strawberry Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Habilita la Skill Cold Bolt Lvl. 3 | ||
Probabilidad de autocastear Cold Bolt Lvl. 3 | |||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Purple Nekoring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:pet_purple_nekoring.png]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:Doram_scroll.png]] Purple Nekoring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:purple_nekoring_fruit.gif]] Purple Nekorin Fruit | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:lemon_juiceico.gif]] Lemon Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Habilita la Skill Heal Lvl. 3 | ||
Probabilidad de autocastear Heal Lvl. 3 | |||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Black Nekoring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:pet_black_nekoring.png]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:Doram_scroll.png]] Black Nekoring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:black_nekoring_fruit.gif]] Black Nekorin Fruit | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:mix_orange_juiceico.gif]] Mix Orange Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Habilita la Skill Endure Lvl. 5 | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Grey Nekoring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:pet_grey_nekoring.png]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:Doram_scroll.png]] Grey Nekoring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:grey_nekoring_fruit.gif]] Grey Nekorin Fruit | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:lemon_juiceico.gif]] Lemon Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Habilita la Skill Back Slide Lvl. 1 | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Green Nekoring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:pet_green_nekoring.png]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:Doram_scroll.png]] Green Nekoring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:green_nekoring_fruit.gif]] Green Nekorin Fruit | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:yam_juiceico.gif]] Yam Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Habilita la Skill Improve Concentration Lvl. 1 | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Cruiser''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:cruiser.gif]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:nekoring_egg.gif]] Cruiser Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:cruisercapture.png]] Cruiser Capture | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:lemon_juiceico.gif]] Lemon Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Critical +5 | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Myst Case''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:myst_case.gif]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:nekoring_egg.gif]] Myst Case Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:mystcasecapture.png]] Myst Case Capture | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:mix_orange_juiceico.gif]] Mix Orange Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Probabilidad de obtener Gift Box al matar monstruos | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Teddy Bear''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:teddy_bear.gif]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:nekoring_egg.gif]] Teddy Bear Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:Teddybearcapture.gif]] Teddy Bear Capture | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:grapejuiceico.gif]] Grape Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Probabilidad 5% de causar curse | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Christmas Jakk''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:1244.gif]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:nekoring_egg.gif]] Christmas Jakk Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:660.png]] Christmas Jakk Capture | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:7097.png]] Burning Heart | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Al matar monstruos raza Demon y Undead, podras obtener Cursed Water | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Santa Poring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:1062.gif]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:nekoring_egg.gif]] Santa Poring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:5302.png]] Santa Poring Capture | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:518.png]] Honey | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Habilita la skill Aspersio Nivel 1 | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Smokie Sock''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="4" |[[Archivo:2379.gif]] | |||
!width: 16.666%;" rowspan=" | |||
|'''Huevo''' | |'''Huevo''' | ||
| | |[[Archivo:nekoring_egg.gif]] Smokie Sock Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |[[Archivo:7034.png]] Smokie Sock Capture | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |[[Archivo:7198.png]] Huge Leaf | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Habilita Perfect Hide | ||
|- | |- | ||
|''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Poring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |[[Archivo:1002_Poring.gif]] | |||
!width: 16.666%;" rowspan="5" | | |||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9001.png Poring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/619.png Unripe Apple | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/531.png Apple Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |AGI + 1, FLEE + 2 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10013.png Backpack | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Drops''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1113_Drops.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9002.png Drops Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/620.png Orange Juice | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/508.png Yellow Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |LUK +2, CRIT +1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10013.png Backpack | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Poporing''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1031_Poporing.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9003.png Poporing Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/621.png Bitter Herb | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/511.png Green Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |LUK + 2, Poison Element Resistance + 10% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10013.png Backpack | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Lunatic''' | ||
|- | |- | ||
!width: 16.666%;" rowspan=" | !width: 16.666%;" rowspan="6" |[[Archivo:1063 Lunatic.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9004.png Lunatic Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/622.png Rainbow Carrot | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/534.png Carrot Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |CRIT + 2, ATK + 2 | ||
|- | |||
|'''Evoluciones''' | |||
|'''Eclipse'''<br/>https://tenarius-ro.com/mid/data/items/icons/622.png 10 Rainbow Carrot<br/>https://tenarius-ro.com/mid/data/items/icons/1555.png 1 Book of the Blazing Sun<br/>https://tenarius-ro.com/mid/data/items/icons/641.png 1 Contract in Shadow<br/><b>Condiciones:</b><br/>Horario: 11:00-13:00, 23:00-01:00 | |||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10007.png Silk Ribbon | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Picky''' | ||
|- | |- | ||
!width: 16.666%;" rowspan=" | !width: 16.666%;" rowspan="6" |[[Archivo:1049 Picky.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9005.png Picky Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/623.png Earthworm the Dude | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/507.png Red Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |STR + 1, ATK + 5 | ||
|- | |||
|'''Evoluciones''' | |||
|'''Peco Peco'''<br/>https://tenarius-ro.com/mid/data/items/icons/7101.png 50 Peco Peco Feather<br/>https://tenarius-ro.com/mid/data/items/icons/4031.png 3 Peco Peco Card<br/>https://tenarius-ro.com/mid/data/items/icons/40291.png 50 Mix Orange Juice [LQ]<br/>https://tenarius-ro.com/mid/data/items/icons/40296.png 30 Prickly Fruit Juice [LQ]<br/>https://tenarius-ro.com/mid/data/items/icons/43135.png 20 Fruberry Z Aeraluma<br/><b>Condiciones:</b><br/>Zonas: moc_fild02: (268,228)-(287,278)<br/><br/>'''Cendrawasih'''<br/>https://tenarius-ro.com/mid/data/items/icons/2726.png 1 Icarus Wings<br/>https://tenarius-ro.com/mid/data/items/icons/925.png 80 Bill of Birds<br/>https://tenarius-ro.com/mid/data/items/icons/7115.png 30 Harpy Feather<br/>https://tenarius-ro.com/mid/data/items/icons/916.png 60 Feather of Birds<br/>https://tenarius-ro.com/mid/data/items/icons/992.png 50 Wind of Verdure<br/><b>Condiciones:</b><br/>Zonas: bra_fild01: (94,205)-(295,295)<br/><br/>'''Comodo'''<br/>https://tenarius-ro.com/mid/data/items/icons/702.png 10 Animal Gore<br/>https://tenarius-ro.com/mid/data/items/icons/903.png 70 Reptile Tongue<br/>https://tenarius-ro.com/mid/data/items/icons/7003.png 70 Anolian Skin<br/>https://tenarius-ro.com/mid/data/items/icons/7123.png 70 Dragon Skin<br/><b>Condiciones:</b><br/>Solo de noche<br/>Zonas: cmd_fild03: (105,186)-(244,242) | cmd_fild03: (142,124)-(236,175)<br/><br/>'''Magnolia'''<br/>https://tenarius-ro.com/mid/data/items/icons/7143.png 20 Glass Tube<br/>https://tenarius-ro.com/mid/data/items/icons/7265.png 70 Dragon Horn<br/>https://tenarius-ro.com/mid/data/items/icons/1035.png 70 Dragon Canine<br/>https://tenarius-ro.com/mid/data/items/icons/1036.png 70 Dragon Scale<br/>https://tenarius-ro.com/mid/data/items/icons/1037.png 70 Dragon Tail<br/><b>Condiciones:</b><br/>Horario: 10:00-13:00, 21:00-01:00<br/>Zonas: alde_alche: (13,12)-(21,19) | |||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10012.png Tiny Egg Shell | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''ChonChon''' | ||
|- | |- | ||
!width: 16.666%;" rowspan=" | !width: 16.666%;" rowspan="6" |[[Archivo:1011 Chonchon.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9006.png ChonChon Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/624.png Rotten Fish | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |AGI + 1, FLEE + 2 | ||
|- | |||
|'''Evoluciones''' | |||
|'''Caterpillar'''<br/>https://tenarius-ro.com/mid/data/items/icons/993.png 50 Green Live<br/>https://tenarius-ro.com/mid/data/items/icons/998.png 70 Iron<br/>https://tenarius-ro.com/mid/data/items/icons/949.png 100 Feather<br/>https://tenarius-ro.com/mid/data/items/icons/508.png 100 Yellow Herb<br/>https://tenarius-ro.com/mid/data/items/icons/742.png 3 Chonchon Doll<br/><b>Condiciones:</b><br/>Solo de noche<br/><br/>'''Fabre'''<br/>https://tenarius-ro.com/mid/data/items/icons/993.png 50 Green Live<br/>https://tenarius-ro.com/mid/data/items/icons/721.png 6 Emerald<br/>https://tenarius-ro.com/mid/data/items/icons/914.png 100 Fluff<br/>https://tenarius-ro.com/mid/data/items/icons/511.png 100 Green Herb<br/>https://tenarius-ro.com/mid/data/items/icons/4002.png 1 Fabre Card<br/><b>Condiciones:</b><br/>Solo de día | |||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10002.png Monster Oxygen Mask | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Steel ChonChon''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1042_Steel_Chonchon.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9007.png Steel ChonChon Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/625.png Rusty Iron | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/1002.png Iron Ore | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |FLEE + 6, AGI - 1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10002.png Monster Oxygen Mask | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Hunter Fly''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1035_Hunter_Fly.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9008.png Hunter Fly Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/626.png Monster Juice | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/716.png Red Gemstone | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |FLEE - 5, Perfect Dodge + 2 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10002.png Monster Oxygen Mask | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Savage Babe''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1167 Savage Babe.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9009.png Savage Babe Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/627.png Sweet Milk | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |VIT +1, HP +50 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10015.png Green Lace | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Baby Desert Wolf''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1107 Baby Desert Wolf.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Baby Desert Wolf Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/628.png Well-Dried Bone | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |INT + 1, SP + 50 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10003.png Transparent Headgear | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Rocker''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1052 Rocker.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9011.png Rocker Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/629.png Singing Flower | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |HP Regen - 5%, HP + 25 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10014.png Rocker Glasses | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Spore''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1014 Spore.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9012.png Spore Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/630.png Dew Laden Moss | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |HIT + 5, ATK - 2 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10017.png Bark Shorts | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Poison Spore''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1077 Poison Spore.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9013.png Poison Spore Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/631.png Deadly Noxious Herb | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |STR + 1, INT + 1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10017.png Bark Shorts | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''PecoPeco''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1019 Peco Peco.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png PecoPeco Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/632.png Fatty Chubby Earthworm | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |HP + 150, SP - 10 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10010.png Battered Pot | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Smokie''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1056 Smokie.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9015.png Smokie Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/633.png Sweet Potato | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |AGI + 1, Perfect Dodge + 1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10019.png Red Scarf | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Yoyo''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1057 Yoyo.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9016.png Yoyo Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/634.png Tropical Banana | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/532.png Banana Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |CRIT + 3, LUK - 1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10018.png Monkey Circlet | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Orc Warrior''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1023 Orc Warrior.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9017.png Orc Warrior Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/635.png Orc Trophy | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ATK + 10, DEF - 3 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10009.png Wild Flower | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Munak''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1026 Munak.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9018.png Munak Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/636.png No Recipient | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |INT + 1, DEF + 1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10008.png Punisher | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Dokebi''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1110 Dokebi.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9019.png Dokebi Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/637.png Old Broom | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |MATK + 1%, ATK - 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10005.png Wig | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Sohee''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1170 Sohee.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9020.png Sohee Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/638.png Silver Knife of Chastity | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |STR + 1, DEX + 1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10016.png Golden Bell | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Isis''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1029 Isis.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9021.png Isis Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/639.png Armlet of Obedience | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |MATK - 1%, ATK + 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10006.png Queen's Hair Ornament | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Petite''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1155 Petite.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9022.png Petite Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/640.png Shining Stone | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |DEF/MDEF - 2, ASPD + 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10011.png Stellar Hairpin | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Deviruchi''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1109 Deviruchi.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9023.png Deviruchi Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/641.png Contracts in Shadow | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/711.png Shoot | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ATK/MATK + 1%, HP/SP - 3% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10004.png Pacifier | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Baphomet Jr.''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1729 Baphomet Jr.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9024.png Baphomet Jr. Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/642.png Book of the Devil | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/518.png Honey | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |DEF/MDEF + 1, Stun Resist - 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10001.png Skull Helm | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Bon Gun''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1188 Bongun.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9025.png Bon Gun Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/659.png Her Heart | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/537.png Pet Food | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |VIT + 1, Stun Resist + 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/10020.png Grave Keeper's Sword | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Zealotus''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1200 Zealotus.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9026.png Zealotus Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/660.png Forbidden Red Candle | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/929.png Immortal Heart | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ATK + 2%, MATK versus Demi-Human targets + 2% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Alice''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1275 Alice.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9027.png Alice Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/661.png Soft Apron | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/504.png White Potion | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |MDEF + 1, Demi-Human Race Resistance + 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Rice Cake''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1815 Rice Cake.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9028.png Rice Cake Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/511.png Green Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Neutral Element Resistance + 1%, HP - 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Christmas Goblin''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |[[Archivo: | !width: 16.666%;" rowspan="5" |[[Archivo:1245 Christmas Goblin.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9029.png Christmas Goblin Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12225.png Sweet Candy Cane | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/911.png Scell | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |HP + 30, Water Element Resistance + 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Green Maiden''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1631 Green Maiden.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9030.png Green Maiden Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12395.png Tantanmen | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6115.png Child Dumpling | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |DEF + 1, Demi-Human Race Resistance + 1% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Spring Rabbit''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |[[Archivo: | !width: 16.666%;" rowspan="5" |[[Archivo:1322 Spring Rabbit.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9031.png Spring Rabbit Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7766.png Bok Choy | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1229: | Línea 3132: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Goblin''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1122 Goblin.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9032.png Goblin Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/14569.png Goblin Ring | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7821.png Green Apple | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1247: | Línea 3150: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Goblin''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1123 Goblin.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9033.png Goblin Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/14570.png Goblin Ring | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7821.png Green Apple | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1265: | Línea 3168: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Goblin''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1125 Goblin.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9034.png Goblin Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/14571.png Goblin Ring | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7821.png Green Apple | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1283: | Línea 3186: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Deleter''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1385 Deleter.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9035.png Deleter Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/14572.png Holy Marble | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7822.png Whole Roast | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1301: | Línea 3204: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Diabolic''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1382 Diabolic.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9036.png Diabolic Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/14573.png Red Burning Stone | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7823.png Meat Kabob | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1319: | Línea 3222: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Wanderer''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1208 Wanderer.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9037.png Wanderer Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/14574.png Vagabond's Skull | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7824.png Spirit Liquor | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1337: | Línea 3240: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''New Year Doll''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |[[Archivo: | !width: 16.666%;" rowspan="5" |[[Archivo:1963 New Year Doll.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9038.png New Year Doll Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/554.png Mochi | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1353: | Línea 3256: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Golem''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |[[Archivo: | !width: 16.666%;" rowspan="5" |[[Archivo:1040 Golem.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9053.png Golem Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/12371.png Lithograph Of Magic | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/6111.png Magic of Stone | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Max HP + 100, Flee - 5 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10035.png Spring | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Marionette''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1143 Marionette.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9043.png Marionette Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/12361.png Tasty Sundae | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/6098.png Small Snow | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |SP Recovery + 3% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10025.png Hairband Of Stars | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Medusa''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |[[Archivo: | !width: 16.666%;" rowspan="5" |[[Archivo:1148 Medusa.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9050.png Medusa Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/12368.png Brilliant Mirror | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/6108.png Apple Pudding | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |VIT + 1, Stone Resist + 5% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10032.png Queen's Coronet | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Whisper''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1179 Whisper.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9045.png Whisper Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12363.png Customized Coffin | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6100.png Chunks of Darkness | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |FLEE + 7, DEF - 3 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10027.png Pet Soul Ring | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Goblin Leader''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1299 Goblin Leader.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9046.png Goblin Leader Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12364.png Staff Of Leader | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6104.png Big Cell | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Damage versus Demi-Human targets + 3% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10028.png Beautiful Badges | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Succubus''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1370 Succubus.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9055.png Succubus Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12373.png Romance Of Boy | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6113.png Flower of Life | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Has a chance to give 5% of damage to recover your HP | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10037.png Black Butterfly Mask | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Incubus''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1374 Incubus.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9052.png Incubus Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12370.png Romance Of Girl | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6110.png Flower of Life | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Max SP + 5% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10034.png Masked Ball | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Nightmare Terror''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1379 Nightmare Terror.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9054.png Nightmare Terror Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12372.png Contract Of Hell | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6112.png Fresh Grass | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Sleep Resist +100% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10036.png Horn Of Hell | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Shinobi''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1401 Shinobi.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9044.png Shinobi Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12362.png Len Cross | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6099.png Roast Rice Cake | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |AGI + 2 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10026.png Tassel for Durumagi | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Miyabi Doll''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1404 Miyabi Doll.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9048.png Miyabi Doll Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12366.png Girl Dolls | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6106.png Strawberry Juice | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |INT + 1, Cast Time -3% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10030.png Summer Fan | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Evil Nymph''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1416 Evil Nymph.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9047.png Evil Nymph Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12365.png Lovely Lotus | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6105.png Morning Dew | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Max SP + 30, SP Recovery + 5% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10029.png Jade Trinket | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Stone Shooter''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1495 Stone Shooter.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9051.png Stone Shooter Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12369.png Oil Palm Fruit | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6109.png Plant Nutrition | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Fire Element Resistance + 3 % | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10033.png Afro | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Dullahan''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1504 Dullahan.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9049.png Dullahan Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12367.png Liquor Bottle | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6107.png Sunset Cocktail | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Critical Damage + 5% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10031.png Ring Of Death | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Loli Ruri''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1505 Loli Ruri.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9042.png Loli Ruri Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12360.png Red Juice | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6097.png Pumpkin Pie | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Max HP + 3%, chance de usar Heal Lv.1 cuando recibe daño físico. | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10024.png Fashion Glasses | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Mao Guai''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1513 Mao Guai.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9040.png Mao Guai Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12358.png Wind Fan | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6095.png Fragance Liquor | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Max SP + 10 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10022.png Gold Earring | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Leaf Cat''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1586 Leaf Cat.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9041.png Leaf Cat Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12359.png Soft Grass | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6096.png Blue Fish | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Brute Race Resistance + 3% | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10023.png Green Jewel Bag | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''White Lady''' '''[NO CAPTURABLE]''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1630 White Lady.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9039.png White Lady Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12357.png Shining Winged Cloth | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6094.png | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1659: | Línea 3562: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10021.png | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Fire Imp''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1837 Fire Imp.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9056.png Fire Imp Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12374.png Flame Ice | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6114.png Gemstone of Fire | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Fire Element Resistance + 2%, Damage versus Fire Element monster + 1 % | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |https://tenarius-ro.com/mid/data/items/icons/10038.png Horn Barrier | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Aquaring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:Aquaring.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9001.png Aquaring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Luk + 1, Critical + 2, Chance De Dropear Crystal Blue | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Ice Titan''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1777_Ice Titan.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Ice Titan Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Luk + 1, Critical + 2, Chance De Dropear Crystal Blue, 1 % Resistencia A Elemento Agua | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Magmaring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1836_Magmaring.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9001.png Magmaring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Luk + 1, Critical + 2, Chance De Dropear Red Blood | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Lava Golem''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1366_Lava Golem.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Lava Golem Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Luk + 1, Critical + 2, Chance De Dropear Red Blood, 1 % Resistencia A Elemento Fuego | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Pebblering''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1784_Stapo.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9001.png Pebblering Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Luk + 1, Critical + 2, Chance De Dropear Green Live | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Stalactic Golem''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1278_Stalactic Golem.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Stalactic Golem Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Luk + 1, Critical + 2, Chance De Dropear Green Live, 1 % Resistencia A Elemento Tierra | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Condor ♂''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1009_Condor.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Condor ♂ Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1803: | Línea 3706: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Hill Wind''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1680_Hill Wind.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Hill Wind Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1821: | Línea 3724: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Raggler''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1254_Raggler.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Raggler Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1839: | Línea 3742: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Hill Wind (Lanza)''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |[https://tenarius-ro.com/mid/data/monsters/1629.gif [[Archivo:1680_Hill Wind.gif]]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Hill Wind (Lanza) Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1857: | Línea 3760: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Condor ♀''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1009_Condor.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Condor ♀ Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1875: | Línea 3778: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Toucan''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:2073_Toucan.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Toucan Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1893: | Línea 3796: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Harpy''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1376_Harpy.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Harpy Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |??? | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1911: | Línea 3814: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Gryphon''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:1259_Gryphon.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9010.png Gryphon Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6249.png Savage Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 1929: | Línea 3832: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Skeleton''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1076.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Skeleton Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Soldier Skeleton''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1028.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Soldier Skeleton Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Pirate Skeleton''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1071.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Pirate Skeleton Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Drake''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1112.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Drake Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Dark Priest''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1198.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Dark Priest Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Necromancer''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1870.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Necromancer Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Archer Skeleton''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1016.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Archer Skeleton Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Skeleton General''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1290.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Skeleton General Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Firelock Soldier''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1403.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Firelock Soldier Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Skeleton Worker''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1469.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Skeleton Worker Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Skeleton Prisoner''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1479.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Skeleton Prisoner Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Wind Ghost''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1263.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Wind Ghost Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Wraith''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1192.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Wraith Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Wraith Dead''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1291.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Wraith Dead Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Evil Druid''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1117.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Evil Druid Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Zombie''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1015.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Zombie Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Mummy''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1041.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Mummy Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Ancient Mummy''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1297.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Ancient Mummy Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Osiris''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1038.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Osiris Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Ghoul''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1036.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Ghoul Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Zombie Master''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1298.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Zombie Master Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Zombie Prisoner''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1480.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Zombie Prisoner Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Ragged Zombie''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1865.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Ragged Zombie Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Zombie Slaughter''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1864.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9014.png Zombie Slaughter Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Miasmalith''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:Miasmalith.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9057.png Miasmalith Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7154.png Poisonous Powder | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Probabilidad de autocastear AS_VENOMDUST Lvl. 3 (30%)<br/>Probabilidad de autocastear AL_HEAL Lvl. 3 (30%) | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Glacierhorn''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:Glacierhorn.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9058.png Glacierhorn Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7561.png Glacial Heart | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Probabilidad de autocastear WZ_FROSTNOVA Lvl. 3 (20%)<br/>Probabilidad de autocastear WZ_WATERBALL Lvl. 2 (30%) | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Shadow Wing''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |[[Archivo:Shadow_Wing.gif]] | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9059.png Shadow Wing Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
| | |ninguno | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7193.png Sprout | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Probabilidad de autocastear WZ_EARTHSPIKE Lvl. 3 (30%)<br/>Probabilidad de autocastear NJ_HUUJIN Lvl. 3 (20%) | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Smokie Gift''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2380.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9128.png Smokie Gift Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/43007.png Smokie Gift Capture | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/1026.png Acorn | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |STR +1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Christmas Orc''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1588.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9129.png Christmas Orc Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/43009.png Christmas Orc Capture | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7564.png Rotten Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |STR +1 | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Black Loli Ruri''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/23308.png | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9354.png Black Loli Ruri Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40174.png Piedra Mineral Negro | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Blue Loli Ruri''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/20940.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9355.png Blue Loli Ruri Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40172.png Piedra Mineral Azul | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Ghostring''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1120.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9356.png Ghostring Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7563.png Bloody Rune | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Giant Whisper''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1186.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9357.png Giant Whisper Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/1001.png Star Dust | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Heirozoist''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1510.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9358.png Hylozoist Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7340.png Will of the Darkness | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Jakk''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1130.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9359.png Jakk Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7225.png Pumpkin Lantern | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Lude''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1509.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9360.png Lude Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/535.png Pumpkin | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Whispering''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/whispering.png | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9361.png Whispering Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/1000.png Star Crumb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Atroce''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1785.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9362.png Atroce Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6249.png Savage Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Eclipse''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1879.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9363.png Eclipse Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/534.png Carrot Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Fenrir''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1013.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9366.png Fenrir Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6249.png Savage Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Incarnation of Morroc''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1918.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9367.png Morocc Incarnation Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40258.png Concentrado Energizante | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Sasquatch''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1243.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9369.png Sasquatch Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/526.png Royal Jelly | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| | |Ninguno | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Werewolf''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1022.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9371.png Were Wolf Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/517.png Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2703: | Línea 4643: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Piamette''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1930.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9368.png Piamette Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/534.png Carrot Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2721: | Línea 4662: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Wish Maiden''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1931.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9373.png Wish Maiden Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40291.png Mix Orange Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2739: | Línea 4680: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Petit''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1155.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9394.png Petit Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40239.png Pez Aguja | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2759: | Línea 4700: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Deleter II''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1385.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9379.png Deleter II Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40238.png Pez de Rio | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2777: | Línea 4718: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Petit II''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1156.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9395.png Petit II Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40248.png Pulpo | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2795: | Línea 4736: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Deleter''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1384.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9378.png Deleter Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40246.png Macarela | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2813: | Línea 4754: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Acidus''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1713.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9374.png Acidus Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40244.png Marlin | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2829: | Línea 4770: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Acidus''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1716.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9375.png Acidus II Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40245.png Estrella de Mar | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2847: | Línea 4789: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Cendrawasih''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2153.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9376.png Cendrawasih Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7193.png Sprout | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2865: | Línea 4808: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Comodo''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2152.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9377.png Comodo Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/517.png Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2883: | Línea 4827: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Draco''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2013.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9380.png Draco Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6249.png Savage Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2901: | Línea 4846: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Drafflesia''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1162.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9381.png Drafflesia Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7564.png Rotten Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2919: | Línea 4865: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Ferus''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1714.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9382.png Ferus Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40236.png Pez Azul | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2937: | Línea 4884: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Ferus''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1717.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9383.png Ferus II Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40237.png Camaron Gigante | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2955: | Línea 4903: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Garden Watcher''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1933.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9384.png Garden Watcher Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/526.png Royal Jelly | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2973: | Línea 4922: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Grand Peco''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1369.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9385.png Grand Peco Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/509.png White Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 2991: | Línea 4941: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Grove''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1687.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9386.png Green Iguana Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/511.png Green Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3009: | Línea 4960: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Magnolia''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1138.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9388.png Magnolia Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/518.png Honey | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3027: | Línea 4979: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Mutant Dragonoid''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1262.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9389.png Mutant Dragon Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40257.png Veneno Concentrado | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3045: | Línea 4998: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Dame of Sentinel''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1700.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9390.png Observation Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12020.png Cursed Water | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3063: | Línea 5017: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Owl Baron''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1295.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9391.png Owl Baron Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/533.png Grape Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3081: | Línea 5036: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Owl Duke''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1320.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9392.png Owl Duke Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40291.png Mix Orange Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3099: | Línea 5055: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Peco Peco''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1019.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9393.png PecoPeco Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/508.png Yellow Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3117: | Línea 5074: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Baroness of Retribution''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1702.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9396.png Retribution Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/12020.png Cursed Water | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3135: | Línea 5093: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Ancient Worm''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1305.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9397.png Ancient Worm Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/521.png Aloe Leaflet | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3153: | Línea 5112: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Angra Mantis''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2133.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9398.png Angra Mantis Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7298.png Fig Leaf | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3171: | Línea 5131: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Antler Scaraba''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2085.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9399.png Antler Scaraba Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/531.png Apple Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3189: | Línea 5150: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Argiope''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1099.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9400.png Argiope Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7194.png Soft Blade of Grass | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3207: | Línea 5169: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Argos''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1100.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9401.png Argos Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40257.png Veneno Concentrado | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3225: | Línea 5188: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Bloody Butterfly''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1408.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9402.png Blood Butterfly CRE Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/526.png Royal Jelly | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3243: | Línea 5207: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Bloody Butterfly''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1408.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9403.png Blood Butterfly DUS Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/526.png Royal Jelly | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3261: | Línea 5226: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Caterpillar''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1300.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9404.png Caterpillar Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/510.png Blue Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3279: | Línea 5245: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Centipede Larva''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1999.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9405.png Centipede Larva Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/514.png Grape | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3297: | Línea 5264: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Centipede''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1987.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9406.png Centipede Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40257.png Veneno Concentrado | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3315: | Línea 5283: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Creamy''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1018.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9407.png Creamy Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6086.png Withered Flower | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3333: | Línea 5302: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Creamy Fear''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1293.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9408.png Cremy Fear Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40292.png Lemon Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3351: | Línea 5321: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Dragon Tail''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1321.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9409.png Dragon Tail Stainer Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40259.png Esencia Herbal | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3369: | Línea 5340: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Dragon Tail''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1321.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9410.png Dragon Tail Steelc Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40256.png Concentrado Herbal | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3387: | Línea 5359: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Dustiness''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1114.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9411.png Dustiness Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/921.png Mushroom Spore | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3405: | Línea 5378: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Fabre''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1007.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9412.png Fabre Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/578.png Strawberry | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3423: | Línea 5397: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Giant Hornet''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1303.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9413.png Giant Hornet Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/533.png Grape Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3441: | Línea 5416: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Giant Spider''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1304.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9414.png Giant Spider Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40255.png Aceite de Flores | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3459: | Línea 5435: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Golden Thief Bug''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1086.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9415.png Golden Bug Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40256.png Concentrado Herbal | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3477: | Línea 5454: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Hornet''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1004.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9416.png Hornet Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/518.png Honey | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3495: | Línea 5473: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Horn''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1128.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9417.png Horn Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/520.png Hinalle Leaflet | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3513: | Línea 5492: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''One-Horned Scaraba''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2083.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9418.png Horn Scaraba Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/521.png Aloe Leaflet | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3531: | Línea 5511: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Iron Fist''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1212.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9419.png Iron Fist Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6249.png Savage Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3549: | Línea 5530: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Killer Mantis''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1294.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9420.png Killer Mantis Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/510.png Blue Herb | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3567: | Línea 5549: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Beetle King''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1494.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9421.png Kind Of Beetle Horn Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/582.png Orange | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3585: | Línea 5568: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Beetle King''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1494.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9422.png Kind Of Beetle MTB Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/578.png Strawberry | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3603: | Línea 5587: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Luciola Vespa''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1994.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9423.png Luciola Vespa CRE Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/526.png Royal Jelly | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3621: | Línea 5606: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Luciola Vespa''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1994.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9424.png Luciola Vespa HOR Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/526.png Royal Jelly | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3639: | Línea 5625: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Mantis''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1139.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9425.png Mantis Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/520.png Hinalle Leaflet | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3657: | Línea 5644: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Mistress''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1059.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9426.png Mistress Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/526.png Royal Jelly | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3675: | Línea 5663: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Pom Spider''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2132.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9427.png Pom Spider Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/531.png Apple Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3693: | Línea 5682: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Porcellio''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1619.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9428.png Porcellio Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/521.png Aloe Leaflet | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3711: | Línea 5701: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Scaraba Queen''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2087.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9429.png Queen Scaraba Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40255.png Aceite de Flores | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3729: | Línea 5720: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Rake Scaraba''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2086.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9430.png Rake Scaraba Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40256.png Concentrado Herbal | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3747: | Línea 5739: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Rake Scaraba''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" | | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/2086.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9440.png Rake Scaraba | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40258.png Concentrado Energizante | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3765: | Línea 5758: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Sage Worm''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1281.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9431.png Sageworm Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/532.png Banana Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3783: | Línea 5777: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Scorpion''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1001.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9432.png Scorpion Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/517.png Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3801: | Línea 5796: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Stainer''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1174.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9433.png Stainer Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/578.png Strawberry | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3819: | Línea 5815: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Thief Bug Female''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1053.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9435.png Thief Bug Female Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/40292.png Lemon Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3837: | Línea 5834: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Thief Bug Male''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1054.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9436.png Thief Bug Male Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/533.png Grape Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3855: | Línea 5853: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Thief Bug''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1051.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9437.png Thief Bug Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/531.png Apple Juice [LQ] | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3873: | Línea 5872: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Tri Joint''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1279.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9438.png Tri Joint Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/7194.png Soft Blade of Grass | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3891: | Línea 5891: | ||
|- | |- | ||
|'''Accesorio''' | |'''Accesorio''' | ||
| | |ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Gryphon ♀''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1259.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9365.png Gryphon Fem Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6249.png Savage Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
| Línea 3911: | Línea 5911: | ||
|Ninguno | |Ninguno | ||
|- | |- | ||
! style="background-color:#ffd454; width: 16.666%;" colspan="3" |''' | ! style="background-color:#ffd454; width: 16.666%;" colspan="3" |'''Gryphon Peco''' | ||
|- | |- | ||
!width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/ | !width: 16.666%;" rowspan="5" |https://tenarius-ro.com/mid/data/monsters/1259.gif | ||
|'''Huevo''' | |'''Huevo''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/9387.png Gryphon Peco Egg | ||
|- | |- | ||
|'''Taming item''' | |'''Taming item''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6267.png Pet Key | ||
|- | |- | ||
|'''Comida''' | |'''Comida''' | ||
|https://tenarius-ro.com/mid/data/items/icons/ | |https://tenarius-ro.com/mid/data/items/icons/6249.png Savage Meat | ||
|- | |- | ||
|'''Bono (Loyal)''' | |'''Bono (Loyal)''' | ||
Revisión actual - 05:44 19 sep 2026
Habilidades Pasivas Activas de Pets
Alcance de esta página
Esta página documenta únicamente las entradas que en la tabla actual tienen `Enabled: true`.
Total de pasivas activas documentadas: 82.
Importante: `Weight` es el peso relativo usado durante el sorteo entre pasivas elegibles. No representa por sí mismo un porcentaje directo de probabilidad.
Cuando una entrada no posee `Conditions`, se considera una pasiva general y puede ser elegible para cualquier pet.
Las familias marcadas en el archivo como tipos nuevos o de prueba se describen aquí tal como están configuradas en YAML; que estén en `Enabled: true` no sustituye la necesidad de que su tipo exista en el parser/C++ correspondiente.
Resumen por familia
| Familia | Cantidad activa |
|---|---|
| Generales ofensivas | 11 |
| Elementales — daño mágico | 10 |
| Elementales — daño físico | 10 |
| Raciales — daño físico | 12 |
| Raciales — daño mágico | 12 |
| Zeny / farming | 3 |
| Estados ofensivos | 6 |
| Ignorar DEF / MDEF | 4 |
| Ataques normales especiales | 2 |
| EXP por raza | 12 |
Generales ofensivas
Pasivas generales sin `Conditions`: pueden entrar al sorteo de cualquier pet elegible.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 102 | Valentía | Ataque físico del pet +10%. | Cualquier pet | PetAtkRate (Value: 10)
|
15 |
| 103 | Sabiduría arcana | Ataque mágico del pet +10%. | Cualquier pet | PetMatkRate (Value: 10)
|
15 |
| 104 | Versátil | Ataque físico y mágico del pet +7%. | Cualquier pet | PetAtkRate (Value: 7)PetMatkRate (Value: 7)
|
10 |
| 105 | Berserker | Ataque físico +10%, pero ataque mágico -10%. | Cualquier pet | PetAtkRate (Value: 10)PetMatkRate (Value: -10)
|
8 |
| 106 | Gran hechicero | Ataque mágico +10%, pero ataque físico -10%. | Cualquier pet | PetMatkRate (Value: 10)PetAtkRate (Value: -10)
|
8 |
| 107 | Instinto asesino | Probabilidad de crítico del pet +10%. | Cualquier pet | PetCriticalRate (Value: 10)
|
15 |
| 108 | Golpe decisivo | Daño crítico del pet +15%. | Cualquier pet | PetCritAtkRate (Value: 15)
|
12 |
| 109 | Ojo de halcón | Precisión del pet +10%. | Cualquier pet | PetHitRate (Value: 10)
|
15 |
| 110 | Duelista | Daño de corto alcance del pet +10%. | Cualquier pet | PetShortAtkRate (Value: 10)
|
12 |
| 111 | Tirador experto | Daño de largo alcance del pet +10%. | Cualquier pet | PetLongAtkRate (Value: 10)
|
12 |
| 112 | Frenesí | Velocidad de ataque del pet +7%. | Cualquier pet | PetAspdRate (Value: 7)
|
10 |
Elementales — daño mágico
Solo son elegibles para pets cuyo elemento coincida con `Conditions.Elements`. El bonus aumenta daño mágico contra el elemento defensivo indicado.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 401 | Dominallamas | Pet Fire: causa +10% de daño mágico contra enemigos Earth. | Elemento: Fire | PetMagicAddEle (Element: Earth, Value: 10)
|
20 |
| 402 | Reinamares | Pet Water: causa +10% de daño mágico contra enemigos Fire. | Elemento: Water | PetMagicAddEle (Element: Fire, Value: 10)
|
20 |
| 403 | Imperatierra | Pet Earth: causa +10% de daño mágico contra enemigos Wind. | Elemento: Earth | PetMagicAddEle (Element: Wind, Value: 10)
|
20 |
| 404 | Imperarrayos | Pet Wind: causa +10% de daño mágico contra enemigos Water. | Elemento: Wind | PetMagicAddEle (Element: Water, Value: 10)
|
20 |
| 405 | Luz soberana | Pet Holy: causa +10% de daño mágico contra enemigos Undead. | Elemento: Holy | PetMagicAddEle (Element: Undead, Value: 10)
|
20 |
| 406 | Inframonarca | Pet Dark: causa +10% de daño mágico contra enemigos Holy. | Elemento: Dark | PetMagicAddEle (Element: Holy, Value: 10)
|
20 |
| 407 | Señor de la cripta | Pet Undead: causa +10% de daño mágico contra enemigos Holy. | Elemento: Undead | PetMagicAddEle (Element: Holy, Value: 10)
|
20 |
| 408 | Espectromante | Pet Ghost: causa +10% de daño mágico contra enemigos Ghost. | Elemento: Ghost | PetMagicAddEle (Element: Ghost, Value: 10)
|
20 |
| 409 | Plaga corrosiva | Pet Poison: causa +10% de daño mágico contra enemigos Earth. | Elemento: Poison | PetMagicAddEle (Element: Earth, Value: 10)
|
20 |
| 410 | Virtuoso | Pet Neutral: causa +10% de daño mágico contra enemigos Poison. | Elemento: Neutral | PetMagicAddEle (Element: Poison, Value: 10)
|
20 |
Elementales — daño físico
Solo son elegibles para pets cuyo elemento coincida con `Conditions.Elements`. El bonus aumenta daño físico contra el elemento defensivo indicado.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 411 | Colmillo volcánico | Pet Fire: causa +10% de daño físico contra enemigos Earth. | Elemento: Fire | PetAddEle (Element: Earth, Value: 10)
|
20 |
| 412 | Colmillo abisal | Pet Water: causa +10% de daño físico contra enemigos Fire. | Elemento: Water | PetAddEle (Element: Fire, Value: 10)
|
20 |
| 413 | Puño tectónico | Pet Earth: causa +10% de daño físico contra enemigos Wind. | Elemento: Earth | PetAddEle (Element: Wind, Value: 10)
|
20 |
| 414 | Garra de tormenta | Pet Wind: causa +10% de daño físico contra enemigos Water. | Elemento: Wind | PetAddEle (Element: Water, Value: 10)
|
20 |
| 415 | Castigo divino | Pet Holy: causa +10% de daño físico contra enemigos Undead. | Elemento: Holy | PetAddEle (Element: Undead, Value: 10)
|
20 |
| 416 | Golpe profano | Pet Dark: causa +10% de daño físico contra enemigos Holy. | Elemento: Dark | PetAddEle (Element: Holy, Value: 10)
|
20 |
| 417 | Garra maldita | Pet Undead: causa +10% de daño físico contra enemigos Holy. | Elemento: Undead | PetAddEle (Element: Holy, Value: 10)
|
20 |
| 418 | Filo espectral | Pet Ghost: causa +10% de daño físico contra enemigos Ghost. | Elemento: Ghost | PetAddEle (Element: Ghost, Value: 10)
|
20 |
| 419 | Mordida corrosiva | Pet Poison: causa +10% de daño físico contra enemigos Earth. | Elemento: Poison | PetAddEle (Element: Earth, Value: 10)
|
20 |
| 420 | Fuerza primigenia | Pet Neutral: causa +10% de daño físico contra enemigos Poison. | Elemento: Neutral | PetAddEle (Element: Poison, Value: 10)
|
20 |
Raciales — daño físico
Solo son elegibles para pets de la raza indicada en `Conditions.Races`. El bonus aumenta daño físico contra la raza objetivo.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 601 | Azote demoníaco | Pet Angel: causa +10% de daño físico contra enemigos Demon. | Raza: Angel | PetAddRace (Race: Demon, Value: 10)
|
10 |
| 602 | Señor del caos | Pet Demon: causa +10% de daño físico contra enemigos Formless. | Raza: Demon | PetAddRace (Race: Formless, Value: 10)
|
10 |
| 603 | Profanador celestial | Pet Formless: causa +10% de daño físico contra enemigos Angel. | Raza: Formless | PetAddRace (Race: Angel, Value: 10)
|
10 |
| 604 | Devorador de flora | Pet Insect: causa +10% de daño físico contra enemigos Plant. | Raza: Insect | PetAddRace (Race: Plant, Value: 10)
|
10 |
| 605 | Azote de las aguas | Pet Plant: causa +10% de daño físico contra enemigos Fish. | Raza: Plant | PetAddRace (Race: Fish, Value: 10)
|
10 |
| 606 | Devorador de insectos | Pet Fish: causa +10% de daño físico contra enemigos Insect. | Raza: Fish | PetAddRace (Race: Insect, Value: 10)
|
10 |
| 607 | Plaga de los vivos | Pet Undead: causa +10% de daño físico contra enemigos DemiHuman. | Raza: Undead | PetAddRace (Race: DemiHuman, Value: 10)
|
10 |
| 608 | Cazador de bestias | Pet DemiHuman: causa +10% de daño físico contra enemigos Beast. | Raza: DemiHuman | PetAddRace (Race: Brute, Value: 10)
|
10 |
| 609 | Devorador de muertos | Pet Beast: causa +10% de daño físico contra enemigos Undead. | Raza: Brute | PetAddRace (Race: Undead, Value: 10)
|
10 |
| 610 | Matadragones feérico | Pet Fairy: causa +10% de daño físico contra enemigos Dragon. | Raza: Fairy | PetAddRace (Race: Dragon, Value: 10)
|
10 |
| 611 | Quebrantatitán | Pet Dragon: causa +10% de daño físico contra enemigos Giant. | Raza: Dragon | PetAddRace (Race: Giant, Value: 10)
|
10 |
| 612 | Aplastahadas | Pet Giant: causa +10% de daño físico contra enemigos Fairy. | Raza: Giant | PetAddRace (Race: Fairy, Value: 10)
|
10 |
Raciales — daño mágico
Solo son elegibles para pets de la raza indicada en `Conditions.Races`. El bonus aumenta daño mágico contra la raza objetivo.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 613 | Azote demoníaco arcano | Pet Angel: causa +10% de daño mágico contra enemigos Demon. | Raza: Angel | PetMagicAddRace (Race: Demon, Value: 10)
|
10 |
| 614 | Caos arcano | Pet Demon: causa +10% de daño mágico contra enemigos Formless. | Raza: Demon | PetMagicAddRace (Race: Formless, Value: 10)
|
10 |
| 615 | Profanación celestial | Pet Formless: causa +10% de daño mágico contra enemigos Angel. | Raza: Formless | PetMagicAddRace (Race: Angel, Value: 10)
|
10 |
| 616 | Plaga mística | Pet Insect: causa +10% de daño mágico contra enemigos Plant. | Raza: Insect | PetMagicAddRace (Race: Plant, Value: 10)
|
10 |
| 617 | Marea de raíces | Pet Plant: causa +10% de daño mágico contra enemigos Fish. | Raza: Plant | PetMagicAddRace (Race: Fish, Value: 10)
|
10 |
| 618 | Marea exterminadora | Pet Fish: causa +10% de daño mágico contra enemigos Insect. | Raza: Fish | PetMagicAddRace (Race: Insect, Value: 10)
|
10 |
| 619 | Maldición de los vivos | Pet Undead: causa +10% de daño mágico contra enemigos DemiHuman. | Raza: Undead | PetMagicAddRace (Race: DemiHuman, Value: 10)
|
10 |
| 620 | Hechicero de bestias | Pet DemiHuman: causa +10% de daño mágico contra enemigos Beast. | Raza: DemiHuman | PetMagicAddRace (Race: Brute, Value: 10)
|
10 |
| 621 | Purga salvaje | Pet Beast: causa +10% de daño mágico contra enemigos Undead. | Raza: Brute | PetMagicAddRace (Race: Undead, Value: 10)
|
10 |
| 622 | Encantadragones | Pet Fairy: causa +10% de daño mágico contra enemigos Dragon. | Raza: Fairy | PetMagicAddRace (Race: Dragon, Value: 10)
|
10 |
| 623 | Ruina de titanes | Pet Dragon: causa +10% de daño mágico contra enemigos Giant. | Raza: Dragon | PetMagicAddRace (Race: Giant, Value: 10)
|
10 |
| 624 | Ruina feérica | Pet Giant: causa +10% de daño mágico contra enemigos Fairy. | Raza: Giant | PetMagicAddRace (Race: Fairy, Value: 10)
|
10 |
Zeny / farming
Entradas habilitadas en la tabla de pruebas. No tienen `Conditions`, por lo que son generales. El diseño indica que el Zeny se acredita al dueño del pet.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 700 | Buscador de fortuna | Al matar un monstruo, el pet tiene 15% de probabilidad de obtener 50~150 Zeny para su dueño. | Cualquier pet | PetGetZenyNum (Min: 50, Max: 150, Chance: 15%)
|
15 |
| 701 | Cazatesoros | Al matar un monstruo, el pet tiene 10% de probabilidad de obtener 100~300 Zeny para su dueño. | Cualquier pet | PetGetZenyNum (Min: 100, Max: 300, Chance: 10%)
|
10 |
| 702 | Fortuna dorada | Al matar un monstruo, el pet tiene 5% de probabilidad de obtener 300~700 Zeny para su dueño. | Cualquier pet | PetGetZenyNum (Min: 300, Max: 700, Chance: 5%)
|
5 |
Estados ofensivos
Entradas habilitadas en la tabla de pruebas. Aplican una probabilidad de causar el estado indicado mediante ataques del pet.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 900 | Colmillo venenoso | Los ataques del pet tienen 5% de probabilidad de causar Poison. | Cualquier pet | PetAddEff (Status: Poison, Chance: 5%)
|
12 |
| 901 | Impacto paralizante | Los ataques del pet tienen 3% de probabilidad de causar Stun. | Cualquier pet | PetAddEff (Status: Stun, Chance: 3%)
|
8 |
| 902 | Maldición | Los ataques del pet tienen 5% de probabilidad de causar Curse. | Cualquier pet | PetAddEff (Status: Curse, Chance: 5%)
|
10 |
| 903 | Golpe cegador | Los ataques del pet tienen 5% de probabilidad de causar Blind. | Cualquier pet | PetAddEff (Status: Blind, Chance: 5%)
|
10 |
| 904 | Herida profunda | Los ataques del pet tienen 5% de probabilidad de causar Bleeding. | Cualquier pet | PetAddEff (Status: Bleeding, Chance: 5%)
|
10 |
| 905 | Silenciador | Los ataques del pet tienen 3% de probabilidad de causar Silence. | Cualquier pet | PetAddEff (Status: Silence, Chance: 3%)
|
8 |
Ignorar DEF / MDEF
Entradas habilitadas en la tabla de pruebas. Son pasivas ofensivas: reducen la DEF o MDEF efectiva del objetivo para el daño del pet.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 1000 | Perforador | Los ataques físicos del pet ignoran 5% de la DEF enemiga. | Cualquier pet | PetIgnoreDefRate (Value: 5)
|
10 |
| 1001 | Rompearmaduras | Los ataques físicos del pet ignoran 10% de la DEF enemiga. | Cualquier pet | PetIgnoreDefRate (Value: 10)
|
5 |
| 1002 | Penetración arcana | La magia del pet ignora 5% de la MDEF enemiga. | Cualquier pet | PetIgnoreMDefRate (Value: 5)
|
10 |
| 1003 | Rompehechizos | La magia del pet ignora 10% de la MDEF enemiga. | Cualquier pet | PetIgnoreMDefRate (Value: 10)
|
5 |
Ataques normales especiales
Entradas habilitadas en la tabla de pruebas. Actualmente las activas corresponden a doble ataque; las entradas Splash deshabilitadas no se incluyen aquí.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 1100 | Golpe gemelo | Los ataques normales del pet tienen 5% de probabilidad de atacar dos veces. | Cualquier pet | PetDoubleRate (Value: 5)
|
10 |
| 1101 | Golpe duplicado | Los ataques normales del pet tienen 7% de probabilidad de atacar dos veces. | Cualquier pet | PetDoubleRate (Value: 7)
|
5 |
EXP por raza
Entradas habilitadas en la tabla de pruebas. No tienen condición sobre la raza del pet: cualquier pet puede obtenerlas. El bonus se aplica a la porción de Base/Job EXP generada por ese pet contra la raza indicada y entregada al dueño.
| ID | Pasiva | Descripción | Elegibilidad | Datos técnicos | Weight |
|---|---|---|---|---|---|
| 1200 | Estudioso de Formless | La EXP generada por este pet contra Formless aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Formless, Value: 10)
|
10 |
| 1201 | Cazador de muertos | La EXP generada por este pet contra Undead aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Undead, Value: 10)
|
10 |
| 1202 | Naturalista | La EXP generada por este pet contra Brute aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Brute, Value: 10)
|
10 |
| 1203 | Botánico | La EXP generada por este pet contra Plant aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Plant, Value: 10)
|
10 |
| 1204 | Entomólogo | La EXP generada por este pet contra Insect aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Insect, Value: 10)
|
10 |
| 1205 | Ictiólogo | La EXP generada por este pet contra Fish aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Fish, Value: 10)
|
10 |
| 1206 | Demonólogo | La EXP generada por este pet contra Demon aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Demon, Value: 10)
|
10 |
| 1207 | Antropólogo | La EXP generada por este pet contra DemiHuman aumenta 10%. | Cualquier pet | PetExpAddRace (Race: DemiHuman, Value: 10)
|
10 |
| 1208 | Teólogo | La EXP generada por este pet contra Angel aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Angel, Value: 10)
|
10 |
| 1209 | Draconólogo | La EXP generada por este pet contra Dragon aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Dragon, Value: 10)
|
10 |
| 1210 | Feerólogo | La EXP generada por este pet contra Fairy aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Fairy, Value: 10)
|
10 |
| 1211 | Titanólogo | La EXP generada por este pet contra Giant aumenta 10%. | Cualquier pet | PetExpAddRace (Race: Giant, Value: 10)
|
10 |
Fichas descriptivas
Las siguientes fichas presentan cada pasiva activa de forma individual. Se conserva el efecto configurado en el YAML y se aclara quién puede obtenerla.
Fichas: Generales ofensivas
102 — Valentía
- Descripción
- Ataque físico del pet +10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 15
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAtkRate(Value: 10)
103 — Sabiduría arcana
- Descripción
- Ataque mágico del pet +10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 15
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMatkRate(Value: 10)
104 — Versátil
- Descripción
- Ataque físico y mágico del pet +7%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAtkRate(Value: 7)PetMatkRate(Value: 7)
105 — Berserker
- Descripción
- Ataque físico +10%, pero ataque mágico -10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 8
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAtkRate(Value: 10)PetMatkRate(Value: -10)
106 — Gran hechicero
- Descripción
- Ataque mágico +10%, pero ataque físico -10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 8
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMatkRate(Value: 10)PetAtkRate(Value: -10)
107 — Instinto asesino
- Descripción
- Probabilidad de crítico del pet +10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 15
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetCriticalRate(Value: 10)
108 — Golpe decisivo
- Descripción
- Daño crítico del pet +15%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 12
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetCritAtkRate(Value: 15)
109 — Ojo de halcón
- Descripción
- Precisión del pet +10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 15
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetHitRate(Value: 10)
110 — Duelista
- Descripción
- Daño de corto alcance del pet +10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 12
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetShortAtkRate(Value: 10)
111 — Tirador experto
- Descripción
- Daño de largo alcance del pet +10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 12
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetLongAtkRate(Value: 10)
112 — Frenesí
- Descripción
- Velocidad de ataque del pet +7%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAspdRate(Value: 7)
Fichas: Elementales — daño mágico
401 — Dominallamas
- Descripción
- Pet Fire: causa +10% de daño mágico contra enemigos Earth.
- Elegibilidad
- Elemento: Fire
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Earth, Value: 10)
402 — Reinamares
- Descripción
- Pet Water: causa +10% de daño mágico contra enemigos Fire.
- Elegibilidad
- Elemento: Water
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Fire, Value: 10)
403 — Imperatierra
- Descripción
- Pet Earth: causa +10% de daño mágico contra enemigos Wind.
- Elegibilidad
- Elemento: Earth
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Wind, Value: 10)
404 — Imperarrayos
- Descripción
- Pet Wind: causa +10% de daño mágico contra enemigos Water.
- Elegibilidad
- Elemento: Wind
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Water, Value: 10)
405 — Luz soberana
- Descripción
- Pet Holy: causa +10% de daño mágico contra enemigos Undead.
- Elegibilidad
- Elemento: Holy
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Undead, Value: 10)
406 — Inframonarca
- Descripción
- Pet Dark: causa +10% de daño mágico contra enemigos Holy.
- Elegibilidad
- Elemento: Dark
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Holy, Value: 10)
407 — Señor de la cripta
- Descripción
- Pet Undead: causa +10% de daño mágico contra enemigos Holy.
- Elegibilidad
- Elemento: Undead
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Holy, Value: 10)
408 — Espectromante
- Descripción
- Pet Ghost: causa +10% de daño mágico contra enemigos Ghost.
- Elegibilidad
- Elemento: Ghost
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Ghost, Value: 10)
409 — Plaga corrosiva
- Descripción
- Pet Poison: causa +10% de daño mágico contra enemigos Earth.
- Elegibilidad
- Elemento: Poison
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Earth, Value: 10)
410 — Virtuoso
- Descripción
- Pet Neutral: causa +10% de daño mágico contra enemigos Poison.
- Elegibilidad
- Elemento: Neutral
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddEle(Element: Poison, Value: 10)
Fichas: Elementales — daño físico
411 — Colmillo volcánico
- Descripción
- Pet Fire: causa +10% de daño físico contra enemigos Earth.
- Elegibilidad
- Elemento: Fire
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Earth, Value: 10)
412 — Colmillo abisal
- Descripción
- Pet Water: causa +10% de daño físico contra enemigos Fire.
- Elegibilidad
- Elemento: Water
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Fire, Value: 10)
413 — Puño tectónico
- Descripción
- Pet Earth: causa +10% de daño físico contra enemigos Wind.
- Elegibilidad
- Elemento: Earth
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Wind, Value: 10)
414 — Garra de tormenta
- Descripción
- Pet Wind: causa +10% de daño físico contra enemigos Water.
- Elegibilidad
- Elemento: Wind
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Water, Value: 10)
415 — Castigo divino
- Descripción
- Pet Holy: causa +10% de daño físico contra enemigos Undead.
- Elegibilidad
- Elemento: Holy
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Undead, Value: 10)
416 — Golpe profano
- Descripción
- Pet Dark: causa +10% de daño físico contra enemigos Holy.
- Elegibilidad
- Elemento: Dark
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Holy, Value: 10)
417 — Garra maldita
- Descripción
- Pet Undead: causa +10% de daño físico contra enemigos Holy.
- Elegibilidad
- Elemento: Undead
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Holy, Value: 10)
418 — Filo espectral
- Descripción
- Pet Ghost: causa +10% de daño físico contra enemigos Ghost.
- Elegibilidad
- Elemento: Ghost
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Ghost, Value: 10)
419 — Mordida corrosiva
- Descripción
- Pet Poison: causa +10% de daño físico contra enemigos Earth.
- Elegibilidad
- Elemento: Poison
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Earth, Value: 10)
420 — Fuerza primigenia
- Descripción
- Pet Neutral: causa +10% de daño físico contra enemigos Poison.
- Elegibilidad
- Elemento: Neutral
- Peso de sorteo
- 20
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEle(Element: Poison, Value: 10)
Fichas: Raciales — daño físico
601 — Azote demoníaco
- Descripción
- Pet Angel: causa +10% de daño físico contra enemigos Demon.
- Elegibilidad
- Raza: Angel
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Demon, Value: 10)
602 — Señor del caos
- Descripción
- Pet Demon: causa +10% de daño físico contra enemigos Formless.
- Elegibilidad
- Raza: Demon
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Formless, Value: 10)
603 — Profanador celestial
- Descripción
- Pet Formless: causa +10% de daño físico contra enemigos Angel.
- Elegibilidad
- Raza: Formless
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Angel, Value: 10)
604 — Devorador de flora
- Descripción
- Pet Insect: causa +10% de daño físico contra enemigos Plant.
- Elegibilidad
- Raza: Insect
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Plant, Value: 10)
605 — Azote de las aguas
- Descripción
- Pet Plant: causa +10% de daño físico contra enemigos Fish.
- Elegibilidad
- Raza: Plant
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Fish, Value: 10)
606 — Devorador de insectos
- Descripción
- Pet Fish: causa +10% de daño físico contra enemigos Insect.
- Elegibilidad
- Raza: Fish
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Insect, Value: 10)
607 — Plaga de los vivos
- Descripción
- Pet Undead: causa +10% de daño físico contra enemigos DemiHuman.
- Elegibilidad
- Raza: Undead
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: DemiHuman, Value: 10)
608 — Cazador de bestias
- Descripción
- Pet DemiHuman: causa +10% de daño físico contra enemigos Beast.
- Elegibilidad
- Raza: DemiHuman
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Brute, Value: 10)
609 — Devorador de muertos
- Descripción
- Pet Beast: causa +10% de daño físico contra enemigos Undead.
- Elegibilidad
- Raza: Brute
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Undead, Value: 10)
610 — Matadragones feérico
- Descripción
- Pet Fairy: causa +10% de daño físico contra enemigos Dragon.
- Elegibilidad
- Raza: Fairy
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Dragon, Value: 10)
611 — Quebrantatitán
- Descripción
- Pet Dragon: causa +10% de daño físico contra enemigos Giant.
- Elegibilidad
- Raza: Dragon
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Giant, Value: 10)
612 — Aplastahadas
- Descripción
- Pet Giant: causa +10% de daño físico contra enemigos Fairy.
- Elegibilidad
- Raza: Giant
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddRace(Race: Fairy, Value: 10)
Fichas: Raciales — daño mágico
613 — Azote demoníaco arcano
- Descripción
- Pet Angel: causa +10% de daño mágico contra enemigos Demon.
- Elegibilidad
- Raza: Angel
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Demon, Value: 10)
614 — Caos arcano
- Descripción
- Pet Demon: causa +10% de daño mágico contra enemigos Formless.
- Elegibilidad
- Raza: Demon
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Formless, Value: 10)
615 — Profanación celestial
- Descripción
- Pet Formless: causa +10% de daño mágico contra enemigos Angel.
- Elegibilidad
- Raza: Formless
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Angel, Value: 10)
616 — Plaga mística
- Descripción
- Pet Insect: causa +10% de daño mágico contra enemigos Plant.
- Elegibilidad
- Raza: Insect
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Plant, Value: 10)
617 — Marea de raíces
- Descripción
- Pet Plant: causa +10% de daño mágico contra enemigos Fish.
- Elegibilidad
- Raza: Plant
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Fish, Value: 10)
618 — Marea exterminadora
- Descripción
- Pet Fish: causa +10% de daño mágico contra enemigos Insect.
- Elegibilidad
- Raza: Fish
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Insect, Value: 10)
619 — Maldición de los vivos
- Descripción
- Pet Undead: causa +10% de daño mágico contra enemigos DemiHuman.
- Elegibilidad
- Raza: Undead
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: DemiHuman, Value: 10)
620 — Hechicero de bestias
- Descripción
- Pet DemiHuman: causa +10% de daño mágico contra enemigos Beast.
- Elegibilidad
- Raza: DemiHuman
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Brute, Value: 10)
621 — Purga salvaje
- Descripción
- Pet Beast: causa +10% de daño mágico contra enemigos Undead.
- Elegibilidad
- Raza: Brute
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Undead, Value: 10)
622 — Encantadragones
- Descripción
- Pet Fairy: causa +10% de daño mágico contra enemigos Dragon.
- Elegibilidad
- Raza: Fairy
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Dragon, Value: 10)
623 — Ruina de titanes
- Descripción
- Pet Dragon: causa +10% de daño mágico contra enemigos Giant.
- Elegibilidad
- Raza: Dragon
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Giant, Value: 10)
624 — Ruina feérica
- Descripción
- Pet Giant: causa +10% de daño mágico contra enemigos Fairy.
- Elegibilidad
- Raza: Giant
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetMagicAddRace(Race: Fairy, Value: 10)
Fichas: Zeny / farming
700 — Buscador de fortuna
- Descripción
- Al matar un monstruo, el pet tiene 15% de probabilidad de obtener 50~150 Zeny para su dueño.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 15
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetGetZenyNum(Min: 50, Max: 150, Chance: 15%)
701 — Cazatesoros
- Descripción
- Al matar un monstruo, el pet tiene 10% de probabilidad de obtener 100~300 Zeny para su dueño.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetGetZenyNum(Min: 100, Max: 300, Chance: 10%)
702 — Fortuna dorada
- Descripción
- Al matar un monstruo, el pet tiene 5% de probabilidad de obtener 300~700 Zeny para su dueño.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 5
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetGetZenyNum(Min: 300, Max: 700, Chance: 5%)
Fichas: Estados ofensivos
900 — Colmillo venenoso
- Descripción
- Los ataques del pet tienen 5% de probabilidad de causar Poison.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 12
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEff(Status: Poison, Chance: 5%)
901 — Impacto paralizante
- Descripción
- Los ataques del pet tienen 3% de probabilidad de causar Stun.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 8
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEff(Status: Stun, Chance: 3%)
902 — Maldición
- Descripción
- Los ataques del pet tienen 5% de probabilidad de causar Curse.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEff(Status: Curse, Chance: 5%)
903 — Golpe cegador
- Descripción
- Los ataques del pet tienen 5% de probabilidad de causar Blind.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEff(Status: Blind, Chance: 5%)
904 — Herida profunda
- Descripción
- Los ataques del pet tienen 5% de probabilidad de causar Bleeding.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEff(Status: Bleeding, Chance: 5%)
905 — Silenciador
- Descripción
- Los ataques del pet tienen 3% de probabilidad de causar Silence.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 8
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetAddEff(Status: Silence, Chance: 3%)
Fichas: Ignorar DEF / MDEF
1000 — Perforador
- Descripción
- Los ataques físicos del pet ignoran 5% de la DEF enemiga.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetIgnoreDefRate(Value: 5)
1001 — Rompearmaduras
- Descripción
- Los ataques físicos del pet ignoran 10% de la DEF enemiga.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 5
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetIgnoreDefRate(Value: 10)
1002 — Penetración arcana
- Descripción
- La magia del pet ignora 5% de la MDEF enemiga.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetIgnoreMDefRate(Value: 5)
1003 — Rompehechizos
- Descripción
- La magia del pet ignora 10% de la MDEF enemiga.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 5
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetIgnoreMDefRate(Value: 10)
Fichas: Ataques normales especiales
1100 — Golpe gemelo
- Descripción
- Los ataques normales del pet tienen 5% de probabilidad de atacar dos veces.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetDoubleRate(Value: 5)
1101 — Golpe duplicado
- Descripción
- Los ataques normales del pet tienen 7% de probabilidad de atacar dos veces.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 5
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetDoubleRate(Value: 7)
Fichas: EXP por raza
1200 — Estudioso de Formless
- Descripción
- La EXP generada por este pet contra Formless aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Formless, Value: 10)
1201 — Cazador de muertos
- Descripción
- La EXP generada por este pet contra Undead aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Undead, Value: 10)
1202 — Naturalista
- Descripción
- La EXP generada por este pet contra Brute aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Brute, Value: 10)
1203 — Botánico
- Descripción
- La EXP generada por este pet contra Plant aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Plant, Value: 10)
1204 — Entomólogo
- Descripción
- La EXP generada por este pet contra Insect aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Insect, Value: 10)
1205 — Ictiólogo
- Descripción
- La EXP generada por este pet contra Fish aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Fish, Value: 10)
1206 — Demonólogo
- Descripción
- La EXP generada por este pet contra Demon aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Demon, Value: 10)
1207 — Antropólogo
- Descripción
- La EXP generada por este pet contra DemiHuman aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: DemiHuman, Value: 10)
1208 — Teólogo
- Descripción
- La EXP generada por este pet contra Angel aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Angel, Value: 10)
1209 — Draconólogo
- Descripción
- La EXP generada por este pet contra Dragon aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Dragon, Value: 10)
1210 — Feerólogo
- Descripción
- La EXP generada por este pet contra Fairy aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Fairy, Value: 10)
1211 — Titanólogo
- Descripción
- La EXP generada por este pet contra Giant aumenta 10%.
- Elegibilidad
- Cualquier pet
- Peso de sorteo
- 10
- Estado
- Habilitada (`Enabled: true`)
- Bonificación configurada
PetExpAddRace(Race: Giant, Value: 10)
Notas funcionales relevantes
- Las pasivas de HP, DEF, MDEF, FLEE, resistencias y velocidad de movimiento no forman parte de esta selección activa documentada.
- `PetAspdRate` sí aparece en una pasiva activa: modifica velocidad de ataque, no velocidad de movimiento.
- Las pasivas de EXP por raza activas (`1200–1211`) no tienen `Conditions`; por tanto, según el YAML, pueden ser sorteadas para cualquier pet.
- Para que la EXP producida por daño del pet pueda llegar al dueño, la configuración del servidor debe contemplar `pet_attack_exp_to_master: yes`.
- Las entradas `PetAutoSpell`, `PetSplashRange` y `PetExpAddClass` que aparecen deshabilitadas en la tabla de pruebas fueron omitidas de esta página por estar en `Enabled: false`.
Paladin - Paladin de Auto Casteo
Build propuesta por Valefor, enfocada en Híbrido físico + mágico. Este tipo de Paladin de Auto Casteo, se enfoca en mobear una cantidad grande de monstruos, ya que entre mas monstruos esten haciendole daño, mayor sera la cantidad de skills auto casteadas y el daño que se va a realizar. La build que dejo aqui, está basada en el farmeo en Magma Dungeon 2, pero pueden variar piezas de equipo segun el mapa.
Valefor
Paladin
Híbrido físico + mágico
| STR | AGI | VIT | INT | DEX | LUK |
|---|---|---|---|---|---|
| 73 | 1 | 90 | 79 | 2 | 2 |
Descripción: Este tipo de Paladin de Auto Casteo, se enfoca en mobear una cantidad grande de monstruos, ya que entre mas monstruos esten haciendole daño, mayor sera la cantidad de skills auto casteadas y el daño que se va a realizar. La build que dejo aqui, está basada en el farmeo en Magma Dungeon 2, pero pueden variar piezas de equipo segun el mapa.
Extra: Como la ando usando para farmear en Magma Dungeon 02, llevo el Set Shadow - Ignition Vanguard. Se recomienda un pet que te permita auto castear cold bolt.
Equipo detallado
| Slot | Item |
|---|---|
| Hat (Top) | Vanilmirth Hat ID: 5289 • Notas: Para auto casteo de bolts |
| Middle | Ice Wing Ear ID: 5610 • Notas: Auto castea cold bolt |
| Low | Lunalight Orb ID: 40960 • Enchants: Luminous |
| Arma derecha | Elemental Sword ID: 13414 • Cards: 3 Hunter Fly • Enchants: Life Steal |
| Escudo / Arma izquierda | Shield of Naga ID: 2134 • Cards: Enchanted Peach Tree • Notas: Para auto curar, el escudo tiene chance de reflejar ataque fisico y lo que refleja es 3% x refine |
| Armadura | Armor of Naga ID: 2389 • Cards: Swordman Rune • Notas: Uso esa armadura porque tiene chance de darme ataque +20 |
| Garment | Valkyrian Manteau ID: 2524 • Cards: Kasa • Notas: La tengo con Kasa Card que permite auto castear fire ball o fire bolt nivel 5, el garment es el que hace la magia porque refleja 5% del daño fisico recibido, asi que va si o si |
| Zapatos | Beach Sandals ID: 2441 • Enchants: Runa Defensa +10 • Notas: como ando en magma, estoy usando Beach Sandals, que da 10 % de resistencia a fuego, con runa de Defensa. |
| Accesorio 1 | Ring Of Flame Lord ID: 2678 |
| Accesorio 2 | Ring Of Resonance ID: 2679 |
Skills detalladas
| Skill | Lv | Skill | Lv | Skill | Lv | Skill | Lv |
|---|---|---|---|---|---|---|---|
| Auto Berserk | 1 | Bash | 10 | Endure | 10 | Fatal Blow | 1 |
| Increase HP Recovery | 10 | Magnum Break | 4 | Moving HP Recovery | 1 | Provoke | 5 |
| Sword Mastery | 10 |
| Skill | Lv | Skill | Lv | Skill | Lv | Skill | Lv |
|---|---|---|---|---|---|---|---|
| Auto Guard | 5 | Cavalry Mastery | 5 | Cure | 1 | Demon Bane | 5 |
| Divine Protection | 5 | Faith | 10 | Heal | 10 | Peco Peco Ride | 1 |
| Providence | 5 | Reflect Shield | 10 | Shield Boomerang | 3 | Shrink | 1 |
| Skill | Lv | Skill | Lv | Skill | Lv | Skill | Lv |
|---|---|---|---|---|---|---|---|
| Shield Chain | 3 |
Paladin Tenarius RO
Build enfocada en Híbrido físico + mágico, pensada para adaptar equipo, stats y skills según el objetivo del personaje.
caramelos
Caramelos de Ataque
Caramelos de Soporte
prueba wiki
eeeee
Mascotas (Original)
| ||
|---|---|---|
| Nekoring | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Discount Lvl. 5
Overcharge Lvl. 5 | |
| Pink Nekoring | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Habilita la Skill Fire Bolt Lvl. 3
Probabilidad de autocastear Fire Bolt Lvl. 3 | |
| Blue Nekoring | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Habilita la Skill Cold Bolt Lvl. 3
Probabilidad de autocastear Cold Bolt Lvl. 3 | |
| Purple Nekoring | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Habilita la Skill Heal Lvl. 3
Probabilidad de autocastear Heal Lvl. 3 | |
| Black Nekoring | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Habilita la Skill Endure Lvl. 5 | |
| Grey Nekoring | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Habilita la Skill Back Slide Lvl. 1 | |
| Green Nekoring | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Habilita la Skill Improve Concentration Lvl. 1 | |
| Cruiser | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Critical +5 | |
| Myst Case | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Probabilidad de obtener Gift Box al matar monstruos | |
| Teddy Bear | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Probabilidad 5% de causar curse | |
| Christmas Jakk | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Al matar monstruos raza Demon y Undead, podras obtener Cursed Water | |
| Santa Poring | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Habilita la skill Aspersio Nivel 1 | |
| Smokie Sock | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Habilita Perfect Hide | |
| Poring | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | AGI + 1, FLEE + 2 | |
| Accesorio | ||
| Drops | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | LUK +2, CRIT +1 | |
| Accesorio | ||
| Poporing | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | LUK + 2, Poison Element Resistance + 10% | |
| Accesorio | ||
| Lunatic | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | CRIT + 2, ATK + 2 | |
| Evoluciones | Eclipse Condiciones: Horario: 11:00-13:00, 23:00-01:00 | |
| Accesorio | ||
| Picky | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | STR + 1, ATK + 5 | |
| Evoluciones | cmd_fild03: (142,124)-(236,175) Magnolia Condiciones: Horario: 10:00-13:00, 21:00-01:00 Zonas: alde_alche: (13,12)-(21,19) | |
| Accesorio | ||
| ChonChon | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | AGI + 1, FLEE + 2 | |
| Evoluciones | Caterpillar Condiciones: Solo de noche Fabre Condiciones: Solo de día | |
| Accesorio | ||
| Steel ChonChon | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | FLEE + 6, AGI - 1 | |
| Accesorio | ||
| Hunter Fly | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | FLEE - 5, Perfect Dodge + 2 | |
| Accesorio | ||
| Savage Babe | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | VIT +1, HP +50 | |
| Accesorio | ||
| Baby Desert Wolf | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | INT + 1, SP + 50 | |
| Accesorio | ||
| Rocker | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | HP Regen - 5%, HP + 25 | |
| Accesorio | ||
| Spore | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | HIT + 5, ATK - 2 | |
| Accesorio | ||
| Poison Spore | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | STR + 1, INT + 1 | |
| Accesorio | ||
| PecoPeco | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | HP + 150, SP - 10 | |
| Accesorio | ||
| Smokie | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | AGI + 1, Perfect Dodge + 1 | |
| Accesorio | ||
| Yoyo | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | CRIT + 3, LUK - 1 | |
| Accesorio | ||
| Orc Warrior | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | ATK + 10, DEF - 3 | |
| Accesorio | ||
| Munak | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | INT + 1, DEF + 1 | |
| Accesorio | ||
| Dokebi | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | MATK + 1%, ATK - 1% | |
| Accesorio | ||
| Sohee | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | STR + 1, DEX + 1 | |
| Accesorio | ||
| Isis | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | MATK - 1%, ATK + 1% | |
| Accesorio | ||
| Petite | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | DEF/MDEF - 2, ASPD + 1% | |
| Accesorio | ||
| Deviruchi | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | ATK/MATK + 1%, HP/SP - 3% | |
| Accesorio | ||
| Baphomet Jr. | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | DEF/MDEF + 1, Stun Resist - 1% | |
| Accesorio | ||
| Bon Gun | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | VIT + 1, Stun Resist + 1% | |
| Accesorio | ||
| Zealotus | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | ATK + 2%, MATK versus Demi-Human targets + 2% | |
| Accesorio | Ninguno | |
| Alice | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | MDEF + 1, Demi-Human Race Resistance + 1% | |
| Accesorio | Ninguno | |
| Rice Cake | ||
| Huevo | ||
| Taming item | Ninguno | |
| Comida | ||
| Bono (Loyal) | Neutral Element Resistance + 1%, HP - 1% | |
| Accesorio | Ninguno | |
| Christmas Goblin | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | HP + 30, Water Element Resistance + 1% | |
| Accesorio | Ninguno | |
| Green Maiden | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | DEF + 1, Demi-Human Race Resistance + 1% | |
| Accesorio | Ninguno | |
| Spring Rabbit | ||
|
Huevo | |
| Taming item | Ninguno | |
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Goblin | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Goblin | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Goblin | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Deleter | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Diabolic | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Wanderer | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| New Year Doll | ||
|
Huevo | |
| Taming item | Ninguno | |
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Golem | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Max HP + 100, Flee - 5 | |
| Accesorio | ||
| Marionette | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | SP Recovery + 3% | |
| Accesorio | ||
| Medusa | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | VIT + 1, Stone Resist + 5% | |
| Accesorio | ||
| Whisper | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | FLEE + 7, DEF - 3 | |
| Accesorio | ||
| Goblin Leader | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Damage versus Demi-Human targets + 3% | |
| Accesorio | ||
| Succubus | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Has a chance to give 5% of damage to recover your HP | |
| Accesorio | ||
| Incubus | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Max SP + 5% | |
| Accesorio | ||
| Nightmare Terror | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Sleep Resist +100% | |
| Accesorio | ||
| Shinobi | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | AGI + 2 | |
| Accesorio | ||
| Miyabi Doll | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | INT + 1, Cast Time -3% | |
| Accesorio | ||
| Evil Nymph | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Max SP + 30, SP Recovery + 5% | |
| Accesorio | ||
| Stone Shooter | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Fire Element Resistance + 3 % | |
| Accesorio | ||
| Dullahan | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Critical Damage + 5% | |
| Accesorio | ||
| Loli Ruri | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Max HP + 3%, chance de usar Heal Lv.1 cuando recibe daño físico. | |
| Accesorio | ||
| Mao Guai | ||
| Huevo | ||
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Max SP + 10 | |
| Accesorio | ||
| Leaf Cat | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Brute Race Resistance + 3% | |
| Accesorio | ||
| White Lady [NO CAPTURABLE] | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ||
| Fire Imp | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Fire Element Resistance + 2%, Damage versus Fire Element monster + 1 % | |
| Accesorio | ||
| Aquaring | ||
| Huevo | ||
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Luk + 1, Critical + 2, Chance De Dropear Crystal Blue | |
| Accesorio | ninguno | |
| Ice Titan | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Luk + 1, Critical + 2, Chance De Dropear Crystal Blue, 1 % Resistencia A Elemento Agua | |
| Accesorio | ninguno | |
| Magmaring | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Luk + 1, Critical + 2, Chance De Dropear Red Blood | |
| Accesorio | ninguno | |
| Lava Golem | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Luk + 1, Critical + 2, Chance De Dropear Red Blood, 1 % Resistencia A Elemento Fuego | |
| Accesorio | ninguno | |
| Pebblering | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Luk + 1, Critical + 2, Chance De Dropear Green Live | |
| Accesorio | ninguno | |
| Stalactic Golem | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Luk + 1, Critical + 2, Chance De Dropear Green Live, 1 % Resistencia A Elemento Tierra | |
| Accesorio | ninguno | |
| Condor ♂ | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Hill Wind | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Raggler | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Hill Wind (Lanza) | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Condor ♀ | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Toucan | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Harpy | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ??? | |
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Gryphon | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Skeleton | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Soldier Skeleton | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Pirate Skeleton | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Drake | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Dark Priest | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Necromancer | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Archer Skeleton | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Skeleton General | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Firelock Soldier | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Skeleton Worker | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Skeleton Prisoner | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Wind Ghost | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Wraith | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Wraith Dead | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Evil Druid | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno
| |
| Zombie | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Mummy | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Ancient Mummy | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Osiris | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Ghoul | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Zombie Master | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Zombie Prisoner | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Ragged Zombie | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Zombie Slaughter | ||
|
Huevo | |
| Taming item | ninguno | |
| Comida | ninguno | |
| Bono (Loyal) | ninguno | |
| Accesorio | ninguno | |
| Miasmalith | ||
| Archivo:Miasmalith.gif | Huevo | |
| Taming item | ninguno | |
| Comida | ||
| Bono (Loyal) | Probabilidad de autocastear AS_VENOMDUST Lvl. 3 (30%) Probabilidad de autocastear AL_HEAL Lvl. 3 (30%) | |
| Accesorio | ninguno | |
| Glacierhorn | ||
| Archivo:Glacierhorn.gif | Huevo | |
| Taming item | ninguno | |
| Comida | ||
| Bono (Loyal) | Probabilidad de autocastear WZ_FROSTNOVA Lvl. 3 (20%) Probabilidad de autocastear WZ_WATERBALL Lvl. 2 (30%) | |
| Accesorio | ninguno | |
| Shadow Wing | ||
| Archivo:Shadow Wing.gif | Huevo | |
| Taming item | ninguno | |
| Comida | ||
| Bono (Loyal) | Probabilidad de autocastear WZ_EARTHSPIKE Lvl. 3 (30%) Probabilidad de autocastear NJ_HUUJIN Lvl. 3 (20%) | |
| Accesorio | ninguno | |
| Smokie Gift | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | STR +1 | |
| Accesorio | ninguno | |
| Christmas Orc | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | STR +1 | |
| Accesorio | ninguno | |
| Black Loli Ruri | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Blue Loli Ruri | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Ghostring | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Giant Whisper | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Heirozoist | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Jakk | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Lude | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Whispering | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Atroce | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Eclipse | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Fenrir | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Incarnation of Morroc | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Sasquatch | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Werewolf | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Piamette | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Wish Maiden | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Petit | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Deleter II | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Petit II | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Deleter | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Acidus | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Acidus | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Cendrawasih | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Comodo | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Draco | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Drafflesia | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Ferus | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Ferus | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Garden Watcher | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Grand Peco | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Grove | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Magnolia | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Mutant Dragonoid | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Dame of Sentinel | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Owl Baron | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Owl Duke | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Peco Peco | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Baroness of Retribution | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Ancient Worm | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Angra Mantis | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Antler Scaraba | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Argiope | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Argos | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Bloody Butterfly | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Bloody Butterfly | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Caterpillar | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Centipede Larva | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Centipede | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Creamy | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Creamy Fear | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Dragon Tail | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Dragon Tail | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Dustiness | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Fabre | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Giant Hornet | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Giant Spider | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Golden Thief Bug | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Hornet | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Horn | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| One-Horned Scaraba | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Iron Fist | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Killer Mantis | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Beetle King | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Beetle King | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Luciola Vespa | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Luciola Vespa | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Mantis | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Mistress | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Pom Spider | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Porcellio | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Scaraba Queen | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Rake Scaraba | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Rake Scaraba | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Sage Worm | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Scorpion | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Stainer | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Thief Bug Female | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Thief Bug Male | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Thief Bug | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Tri Joint | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | ninguno | |
| Gryphon ♀ | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
| Gryphon Peco | ||
|
Huevo | |
| Taming item | ||
| Comida | ||
| Bono (Loyal) | Ninguno | |
| Accesorio | Ninguno | |
aaaaaa
| paladina | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Propuesto por: keee • Job: Paladin • Enfoque: Reflejo / Retaliación | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Stats | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Notas | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Descripción: brgwonbtwnerwg egvwb webwb wb wb wbn web w wr
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Build y equipo / Shadow Gear | Skills | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Skill pestaña 1 Archivo:Skill1 paladin keee paladina.webp Skill pestaña 2 Archivo:Skill2 paladin keee paladina.webp Swordman
Crusader
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
¿Qué implica “evolución ramificada”?
Una mascota no está atada a una sola “versión final”: puede derivar en varias formas dependiendo de cómo la críes.
Cada rama evolutiva ofrece bonos, resistencias o habilidades diferentes, pensadas para estilos de juego variados (soporte, daño, exploración, etc.).
Algunas rutas requieren condiciones previas (cierta afinidad, estadística de personalidad, tipo de alimento, mapa de crianza o hitos de convivencia con el jugador).
| Monster | ¿Cuenta con Evolucion? | Evolucion | Requisitos | ||
|---|---|---|---|---|---|
| Normal | Luminous | Majestic | |||
Poring |
Si | No | No | Magmaring |
|
Pebblering |
|||||
Aquaring |
|||||
Whispering |
|||||
Magmaring |
Si | No | No | Lava Golem |
|
Pebblering |
Si | No | No | Stalactic Golem |
|
Aquaring |
Si | No | No | Ice Titan |
|
Condor ♂ |
Si | No | No | Hill Wind |
|
Raggler |
|||||
Hill Wind (Lanza) |
|||||
Hill Wind |
Si | No | No | Gryphon |
|
Condor ♀ |
Si | No | No | Hill Wind |
|
Toucan |
|||||
Harpy |
|||||
Zombie |
Si | No | No | Ghoul |
|
Mummy |
|||||
Ghoul |
Si | No | No | Zombie Master |
|
Zombie Prisoner |
|||||
Zombie Prisoner |
Si | No | No | Zombie Slaughter |
|
Ragged Zombie |
|||||
Mummy |
Si | No | No | Ancient Mummy |
|
Ancient Mummy |
Si | No | No | Osiris |
|
Skeleton |
Si | No | No | Dark Priest |
|
Soldier Skeleton |
|||||
Archer Skeleton |
|||||
Skeleton Worker |
|||||
Wind Ghost |
|||||
Dark Priest |
Si | No | No | Necromancer |
|
Soldier Skeleton |
Si | No | No | Pirate Skeleton |
|
Pirate Skeleton |
Si | No | No | Drake |
|
Archer Skeleton |
Si | No | No | Skeleton General |
|
Firelock Soldier |
|||||
Skeleton Worker |
Si | No | No | Skeleton Prisoner |
|
Wind Ghost |
Si | No | No | Wraith |
|
Wraith |
Si | No | No | Wraith Dead |
|
Evil Druid |
|||||
Whispering |
Si | No | No | Lude |
|
Hylozoist |
|||||
Giant Whisper |
|||||
Lude |
Si | No | No | Jakk |
|
Hylozoist |
Si | No | No | Blue Loli Ruri |
|
Black Loli Ruri |
|||||
Giant Whisper |
Si | No | No | Ghostring |
|
| Centro de Navegación de Tenarius Online | ||
|---|---|---|
| Beginner's guide | Sistema de Oficios | Set de Equipamiento |
| Inicial | ||
| Recolección | ||
| Artesanía | ||
| Economía | ||
| End's Game | ||
| Misiones | ||
| Changelog | ||
Mascotas (Majestic)
| ||||
|---|---|---|---|---|
| Wolf | ||||
|
Huevo | |||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | MATK −1%, ATK +1 | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
mjolnir_09 |
pay_fild02 |
400 | ||
| Poring | ||||
| Huevo | ||||
| Taming item | ||||
| Comida | ||||
| Bono (Loyal) | LUK +2, CRIT +2 | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
ein_fild07 |
gef_fild05 |
hu_fild06 |
300 | |
| Fabre | ||||
| Huevo | ||||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | HP +150, SP −10 | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
prt_fild02 |
gef_fild07 |
300 | ||
| ChonChon | ||||
| Huevo | ||||
| Taming item | ||||
| Comida | ||||
| Bono (Loyal) | AGI +1, FLEE +3 | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
gef_fild04 |
gef_fild07 |
moc_fild18 |
300 | |
| Lunatic | ||||
| Huevo | ||||
| Taming item | ||||
| Comida | ||||
| Bono (Loyal) | CRIT +2, ATK +5 | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
pay_fild03 |
prt_fild01 |
prt_fild06 |
400 | |
| Miyabi Doll | ||||
|
Huevo | |||
| Taming item | ||||
| Comida | ||||
| Bono (Loyal) | INT +2, Cast Time −3% | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
ama_dun01 |
500 | |||
| Acidus | ||||
|
Huevo | |||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | Dragon Race Resistance +3%, Stun Resistance −1% | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
abyss_02 |
abyss_03 |
500 | ||
| Leaf Cat | ||||
|
Huevo | |||
| Taming item | ||||
| Comida | ||||
| Bono (Loyal) | DEX +1, Brute Race Resistance +3% | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
ayo_dun01 |
ayo_fild02 |
300 | ||
| Vadon | ||||
| Huevo | ||||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | HP Recovery +7%, HP +50 | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
iz_dun01 |
400 | |||
| Orc Warrior | ||||
|
Huevo | |||
| Taming item | ||||
| Comida | ||||
| Bono (Loyal) | ATK +15, DEF −5 | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
gef_fild02 |
gef_fild03 |
350 | ||
| Banshee | ||||
|
Huevo | |||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | MATK +1%, ATK −1 | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
abbey01 |
abbey03 |
600 | ||
| Marse | ||||
|
Huevo | |||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | VIT +1, Stun Resistance +1% | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
iz_dun02 |
300 | |||
| Thara Frog | ||||
| Huevo | ||||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | LUK +3, Poison Element Resistance +10% | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
beach_dun3 |
tur_dun01 |
400 | ||
| Marc | ||||
|
Huevo | |||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | HP +100, Water Element Resistance +1% | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
iz_dun03 |
500 | |||
| Les | ||||
|
Huevo | |||
| Taming item | desconocido | |||
| Comida | desconocido | |||
| Bono (Loyal) | Hit +10, Plant Race Resistance +3% | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
mosk_dun02 |
500 | |||
| Teddy Bear | ||||
| Huevo | ||||
| Taming item | ||||
| Comida | ||||
| Bono (Loyal) | Probabilidad 5% de causar curse | |||
| Accesorio | desconocido | |||
| Área de Aparición | Cantidad para su Invocación | |||
ein_dun02 |
300 | |||
mas pruebas
| Monster | ¿Cuenta con Evolucion? | Evolucion | Requisitos | ||
|---|---|---|---|---|---|
| Normal | Luminous | Majestic | |||
Poring |
Si | No | No | Magmaring |
|
Pebblering |
|||||
Aquaring |
|||||
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1, Cell 1 | Row 1, Cell 2 | Row 1, Cell 3 |
| Row 2, Cell 1 | Row 2, Cell 2 | Row 2, Cell 3 |
Builds Generales
Estas Builds las encuentras en todo server
HP Exorcista
HP Soporte
texto1 esto es solo dando enter
texto2
- esto es usando
- otro formato
texto3
esto es
usando br
- ítem 1
- definición 1
- ítem 2
- definición 2-1
- definición 2-2
- Sangría simple
- Sangría doble
- Sangría múltiple
- Sangría doble
Empieza con un espacio en la primera columna,
(antes del <nowiki>).
Entonces se mantendrá el
<tab>formato.
Esto es ideal para copiar en bloques de código:
def function():
"""documentation string"""
if True:
print True
else:
print False
[
]
Builds Generales
Estas Builds las encuentras en todo server




































































