mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-29 18:26:09 +00:00
26 lines
1.3 KiB
JSON
26 lines
1.3 KiB
JSON
|
{
|
||
|
"intro": "¡Hay un gran arbusto de bayas cerca de ese Pokémon!",
|
||
|
"title": "Bayas Abundantes",
|
||
|
"description": "Parece que hay un Pokémon fuerte protegiendo un arbusto de bayas. Luchar es el enfoque directo, pero parece fuerte. ¿Quizás un Pokémon rápido podría agarrar algunas bayas sin ser descubierto?",
|
||
|
"query": "¿Qué harás?",
|
||
|
"berries": "¡Bayas!",
|
||
|
"option": {
|
||
|
"1": {
|
||
|
"label": "Enfréntate al Pokémon",
|
||
|
"tooltip": "(-) Batalla Difícil\n(+) Obtén bayas",
|
||
|
"selected": "Te acercas al\nPokémon sin miedo."
|
||
|
},
|
||
|
"2": {
|
||
|
"label": "Corre hacia el arbusto",
|
||
|
"tooltip": "(-) {{fastestPokemon}} Utiliza su velocidad\n(+) Obtén bayas",
|
||
|
"selected": "¡Tu {{fastestPokemon}} corre hacia el arbusto de bayas!$¡Logra agarrar {{numBerries}} antes de que {{enemyPokemon}} pueda reaccionar!$Huyes rápidamente con tu nuevo premio.",
|
||
|
"selected_bad": "¡Tu {{fastestPokemon}} corre hacia el arbusto de bayas!$¡Oh no! ¡El {{enemyPokemon}} fue más rápido y bloqueó el camino!",
|
||
|
"boss_enraged": "¡El {{enemyPokemon}} oponente se ha enfurecido!"
|
||
|
},
|
||
|
"3": {
|
||
|
"label": "Irse",
|
||
|
"tooltip": "(-) Ninguna Recompensa",
|
||
|
"selected": "Dejas al Pokémon fuerte con su premio y continúas."
|
||
|
}
|
||
|
}
|
||
|
}
|