Text Changes to MonoGen Challenges

This commit is contained in:
Frutescens 2024-06-12 12:17:29 -07:00
parent de0aacfcc7
commit 169fdb898e
2 changed files with 73 additions and 38 deletions

View File

@ -172,39 +172,39 @@ export const PGMachv: AchievementTranslationEntries = {
"MONO_GEN_ONE": { "MONO_GEN_ONE": {
name: "The Original Rival", name: "The Original Rival",
description: "Complete the generation one only challenge.", description: "Complete the Generation I only challenge.",
}, },
"MONO_GEN_TWO": { "MONO_GEN_TWO": {
name: "Generation 1.5", name: "Generation 1.5",
description: "Complete the generation two only challenge.", description: "Complete the Generation II only challenge.",
}, },
"MONO_GEN_THREE": { "MONO_GEN_THREE": {
name: "Too much water?", name: "Too much water?",
description: "Complete the generation three only challenge.", description: "Complete the Generation III only challenge.",
}, },
"MONO_GEN_FOUR": { "MONO_GEN_FOUR": {
name: "Is she really the hardest?", name: "Is she really the hardest?",
description: "Complete the generation four only challenge.", description: "Complete the Generation IV only challenge.",
}, },
"MONO_GEN_FIVE": { "MONO_GEN_FIVE": {
name: "All Original", name: "All Original",
description: "Complete the generation five only challenge.", description: "Complete the Generation V only challenge.",
}, },
"MONO_GEN_SIX": { "MONO_GEN_SIX": {
name: "Almost Royalty", name: "Almost Royalty",
description: "Complete the generation six only challenge.", description: "Complete the Generation VI only challenge.",
}, },
"MONO_GEN_SEVEN": { "MONO_GEN_SEVEN": {
name: "Only Technically", name: "Only Technically",
description: "Complete the generation seven only challenge.", description: "Complete the Generation VII only challenge.",
}, },
"MONO_GEN_EIGHT": { "MONO_GEN_EIGHT": {
name: "A Champion Time!", name: "A Champion Time!",
description: "Complete the generation eight only challenge.", description: "Complete the Generation VIII only challenge.",
}, },
"MONO_GEN_NINE": { "MONO_GEN_NINE": {
name: "She was going easy on you", name: "She was going easy on you",
description: "Complete the generation nine only challenge.", description: "Complete the Generation IX challenge.",
}, },
"MonoType": { "MonoType": {

View File

@ -1,32 +1,67 @@
import { TranslationEntries } from "#app/interfaces/locales.js"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const challenges: TranslationEntries = { export const challenges: SimpleTranslationEntries = {
"title": "Challenge Modifiers", "title": "Challenge Modifiers",
"illegalEvolution": "{{pokemon}} changed into an ineligble pokémon\nfor this challenge!", "start": "Start",
"singleGeneration": { "illegalEvolution": "{{pokemon}} changed into an ineligble pokemon\nfor this challenge!",
"name": "Mono Gen", "singleGeneration.name": "Mono Gen",
"desc": "You can only use Pokémon from Generation {{gen}}.", "singleGeneration.value.0": "Off",
"desc_default": "You can only use Pokémon from the chosen generation.", "singleGeneration.desc.0": "You can only use pokemon from the chosen generation.",
"gen_1": "one", "singleGeneration.value.1": "Gen 1",
"gen_2": "two", "singleGeneration.desc.1": "You can only use pokemon from Generation I",
"gen_3": "three", "singleGeneration.value.2": "Gen 2",
"gen_4": "four", "singleGeneration.desc.2": "You can only use pokemon from Generation II.",
"gen_5": "five", "singleGeneration.value.3": "Gen 3",
"gen_6": "six", "singleGeneration.desc.3": "You can only use pokemon from Generation III.",
"gen_7": "seven", "singleGeneration.value.4": "Gen 4",
"gen_8": "eight", "singleGeneration.desc.4": "You can only use pokemon from Generation IV.",
"gen_9": "nine", "singleGeneration.value.5": "Gen 5",
}, "singleGeneration.desc.5": "You can only use pokemon from Generation V.",
"singleType": { "singleGeneration.value.6": "Gen 6",
"name": "Mono Type", "singleGeneration.desc.6": "You can only use pokemon from Generation VI.",
"desc": "You can only use Pokémon with the {{type}} type.", "singleGeneration.value.7": "Gen 7",
"desc_default": "You can only use Pokémon of the chosen type." "singleGeneration.desc.7": "You can only use pokemon from Generation VII.",
//types in pokemon-info "singleGeneration.value.8": "Gen 8",
}, "singleGeneration.desc.8": "You can only use pokemon from Generation VIII.",
"freshStart": { "singleGeneration.value.9": "Gen 9",
"name": "Fresh Start", "singleGeneration.desc.9": "You can only use pokemon from Generation IX.",
"desc": "You can only use the original starters, and only as if you had just started pokerogue.", "singleType.name": "Mono Type",
"value.0": "Off", "singleType.value.0": "Off",
"value.1": "On", "singleType.desc.0": "You can only use pokemon of the chosen type.",
} "singleType.value.1": "Normal",
"singleType.desc.1": "You can only use pokemon with the Normal type.",
"singleType.value.2": "Fighting",
"singleType.desc.2": "You can only use pokemon with the Fighting type.",
"singleType.value.3": "Flying",
"singleType.desc.3": "You can only use pokemon with the Flying type.",
"singleType.value.4": "Poison",
"singleType.desc.4": "You can only use pokemon with the Poison type.",
"singleType.value.5": "Ground",
"singleType.desc.5": "You can only use pokemon with the Ground type.",
"singleType.value.6": "Rock",
"singleType.desc.6": "You can only use pokemon with the Rock type.",
"singleType.value.7": "Bug",
"singleType.desc.7": "You can only use pokemon with the Bug type.",
"singleType.value.8": "Ghost",
"singleType.desc.8": "You can only use pokemon with the Ghost type.",
"singleType.value.9": "Steel",
"singleType.desc.9": "You can only use pokemon with the Steel type.",
"singleType.value.10": "Fire",
"singleType.desc.10": "You can only use pokemon with the Fire type.",
"singleType.value.11": "Water",
"singleType.desc.11": "You can only use pokemon with the Water type.",
"singleType.value.12": "Grass",
"singleType.desc.12": "You can only use pokemon with the Grass type.",
"singleType.value.13": "Electric",
"singleType.desc.13": "You can only use pokemon with the Electric type.",
"singleType.value.14": "Psychic",
"singleType.desc.14": "You can only use pokemon with the Psychic type.",
"singleType.value.15": "Ice",
"singleType.desc.15": "You can only use pokemon with the Ice type.",
"singleType.value.16": "Dragon",
"singleType.desc.16": "You can only use pokemon with the Dragon type.",
"singleType.value.17": "Dark",
"singleType.desc.17": "You can only use pokemon with the Dark type.",
"singleType.value.18": "Fairy",
"singleType.desc.18": "You can only use pokemon with the Fairy type.",
} as const; } as const;