-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into trick-room-challenge-keys
- Loading branch information
Showing
66 changed files
with
2,260 additions
and
292 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"moneyOwned": "{{formattedMoney}}₽" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"fight": "Kæmp" | ||
"fight": "Kæmp", | ||
"ball": "Ball", | ||
"pokemon": "Pokémon", | ||
"run": "Flygt" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"money": "{{amount, number}}₽" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"egg": "Æg" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"pp": "KP", | ||
"power": "Stryke", | ||
"accuracy": "Præcision", | ||
"abilityFlyInText": " {{pokemonName}}s\n{{passive}}{{abilityName}}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"GAME_SETTINGS": "Indstillinger", | ||
"cancel": "Annuller" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"rerollCost": "{{formattedMoney}}₽", | ||
"itemCost": "{{formattedMoney}}₽" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"SUMMARY": "Rapport", | ||
"CANCEL": "Annuller", | ||
"cancel": "Annull." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
{} | ||
{ | ||
"intro": "Vagando sin rumbo por el mar, no has llegado a ninguna parte.", | ||
"title": "Perdido en el mar", | ||
"description": "El mar está turbulento en esta zona, y te estás quedando sin energía.\nEsto tiene mala pinta. ¿Hay alguna forma de salir de esta situación?", | ||
"query": "¿Qué harás?", | ||
"option": { | ||
"1": { | ||
"label": "{{option1PrimaryName}} podría ayudar", | ||
"label_disabled": "No puedes usar {{option1RequiredMove}}", | ||
"tooltip": "(+) {{option1PrimaryName}} te salva\n(+) {{option1PrimaryName}} gana un poco de EXP", | ||
"tooltip_disabled": "No tienes ningún Pokémon para hacer {{option1RequiredMove}}", | ||
"selected": "{{option1PrimaryName}} nada adelante, guiándote hacia el camino de vuelta.$¡{{option1PrimaryName}} parece haberse hecho más fuerte en este momento de necesidad!" | ||
}, | ||
"2": { | ||
"label": "{{option2PrimaryName}} podría ayudar", | ||
"label_disabled": "No puedes usar {{option2RequiredMove}}", | ||
"tooltip": "(+) {{option2PrimaryName}} te salva\n(+) {{option2PrimaryName}} gana un poco de EXP", | ||
"tooltip_disabled": "No tienes ningún Pokémon para hacer {{option2RequiredMove}}", | ||
"selected": "{{option2PrimaryName}} vuela delante de tu barco, guiándote de vuelta al camino.$¡{{option2PrimaryName}} parece haberse hecho más fuerte en este momento de necesidad!" | ||
}, | ||
"3": { | ||
"label": "Vagar sin rumbo", | ||
"tooltip": "(-) Cada uno de tus Pokémon pierden un {{damagePercentage}}% de sus PS totales", | ||
"selected": "Flotas en el bote, navegando sin dirección hasta que finalmente ves un punto de referencia que recuerdas.$Tú y tus Pokémon están fatigados por todo lo que ha pasado." | ||
} | ||
}, | ||
"outro": "Has encontrado el camino de vuelta." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
{} | ||
{ | ||
"intro": "¡Han aparecido desafiantes misteriosos!", | ||
"title": "Desafiantes Misteriosos", | ||
"description": "Si derrotas a un desafiante, podrías impresionarles lo suficiente como para recibir una recompensa. Pero algunos parecen difíciles, ¿estás listo para el desafío?", | ||
"query": "¿Contra quién te enfrentarás?", | ||
"option": { | ||
"1": { | ||
"label": "Un Enemigo Astuto y Consciente", | ||
"tooltip": "(-) Batalla Normal\n(+) Recompensas de Objetos de Movimiento" | ||
}, | ||
"2": { | ||
"label": "Un Enemigo Fuerte", | ||
"tooltip": "(-) Batalla Dura\n(+) Recompensas Buenas" | ||
}, | ||
"3": { | ||
"label": "El enemigo más poderoso", | ||
"tooltip": "(-) Batalla Brutal\n(+) Grandes Recompensas" | ||
}, | ||
"selected": "El entrenador se acerca hacia ti..." | ||
}, | ||
"outro": "¡El desafiante misterioso fue derrotado!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
{} | ||
{ | ||
"intro": "Encontraste un...@d{32} ¿cofre?", | ||
"title": "El Cofre Misterioso", | ||
"description": "Te encuentras en el suelo un cofre bellamente ornamentado. Debe haber algo bueno dentro… ¿verdad?", | ||
"query": "¿Lo abrirás?", | ||
"option": { | ||
"1": { | ||
"label": "Abrirlo", | ||
"tooltip": "@[SUMMARY_BLUE]{({{trapPercent}}%) Algo Terrible}\n@[SUMMARY_GREEN]{({{commonPercent}}%) Recompensas Aceptables}\n@[SUMMARY_GREEN]{({{ultraPercent}}%) Buenas Recompensas}\n@[SUMMARY_GREEN]{({{roguePercent}}%) Grandes Recompensas}\n@[SUMMARY_GREEN]{({{masterPercent}}%) Recompensas Increíbles}", | ||
"selected": "Abres el cofre y encuentras...", | ||
"normal": "Solo algunas herramientas y objetos normales.", | ||
"good": "Algunas herramientas y objetos bastante buenos.", | ||
"great": "¡Un par de herramientas y objetos geniales!", | ||
"amazing": "¡Guau! ¡Un objeto increíble!", | ||
"bad": "¡Oh no!@d{32}\n¡El cofre era en realidad un {{gimmighoulName}} disfrazado!$Tu {{pokeName}} salta de por medio\npero es debilitado en el proceso!" | ||
}, | ||
"2": { | ||
"label": "Demasiado arriesgado, Irse", | ||
"tooltip": "(-) Ninguna Recompensa", | ||
"selected": "Te apresuras en irte,\ncon una ligera sensación de arrepentimiento." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
{} | ||
{ | ||
"intro": "Una operaria atareada te hace señas.", | ||
"speaker": "Operaria", | ||
"intro_dialogue": "¡Pareces alguien con muchos Pokémon capaces!$¡Podemos pagarte si nos ayudas con un trabajo a tiempo parcial!", | ||
"title": "Trabajador a Tiempo Parcial", | ||
"description": "Parece que hay mucho por hacer. Dependiendo de lo bien que se adapte tu Pokémon a una tarea, podría ganar más o menos dinero.", | ||
"query": "¿Qué trabajo escogerás?", | ||
"invalid_selection": "Los Pokémon deben estar lo suficientemente saludables.", | ||
"option": { | ||
"1": { | ||
"label": "Hacer Entregas", | ||
"tooltip": "(-) Tu Pokémon usa su velocidad\n(+) Obtén @[MONEY]{Dinero}", | ||
"selected": "Tu {{selectedPokemon}} trabaja entregando pedidos a los clientes." | ||
}, | ||
"2": { | ||
"label": "Trabajo de Almacén", | ||
"tooltip": "(-) Tu Pokémon usa su fuerza y resistencia\n(+) Obtén @[MONEY]{Dinero}", | ||
"selected": "Tu {{selectedPokemon}} trabaja moviendo objetos en el almacén." | ||
}, | ||
"3": { | ||
"label": "Asistente de Ventas", | ||
"tooltip": "(-) Tu {{option3PrimaryName}} usa {{option3PrimaryMove}\n(+) Obtén @[MONEY]{Dinero}", | ||
"disabled_tooltip": "Tu Pokémon necesita conocer ciertos movimientos para este trabajo", | ||
"selected": "¡Tu {{option3PrimaryName}} pasa el día usando {{option3PrimaryMove}} para atraer clientes!" | ||
} | ||
}, | ||
"job_complete_good": "¡Gracias por la ayuda!\n¡Tu {{selectedPokemon}} fue increíblemente útil!$Aquí tienes tu cheque del día.", | ||
"job_complete_bad": "¡Tu {{selectedPokemon}} nos ayudó un poco!$Aquí tienes tu cheque del día.", | ||
"pokemon_tired": "¡Tu {{selectedPokemon}} está agotado!\n¡Los PP de todos sus movimientos se redujeron a 2!", | ||
"outro": "¡Vuelve y ayúdanos de nuevo algún dia!" | ||
} |
Oops, something went wrong.