mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-03 12:16:22 +00:00
a99bcbce3d
* Achivments(localization of name and description) now depend on the player gender * Fixed Name in ptBr config * Now the achivments are also shown with a gender specific title * Changed it so it checks if PlayerGender is undefined first * Update src/locales/de/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/locales/en/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/locales/es/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/locales/fr/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/locales/it/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/locales/ko/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/locales/pt_BR/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/system/voucher.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/locales/zh_CN/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/locales/zh_TW/config.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/ui/achv-bar.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/ui/achv-bar.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/ui/achv-bar.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/ui/achv-bar.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/system/achv.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/system/achv.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/system/achv.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/ui/achvs-ui-handler.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/ui/achvs-ui-handler.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Update src/ui/achvs-ui-handler.ts Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * instantiate player gender on in AchvBar constructor * Reverted the change made only for the tests. And adjusted the import to use the new enum file * Changed a import to make vite build it again correctly * Again some changes to the imports for the github docs that was complaining * The new challenges are also now localized and gender based * Readded getDescription --------- Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> Co-authored-by: ImperialSympathizer <imperialsympathizer@gmail.com>
271 lines
6.1 KiB
TypeScript
271 lines
6.1 KiB
TypeScript
import { AchievementTranslationEntries } from "#app/plugins/i18n.js";
|
|
|
|
// Achievement translations for the when the player character is male
|
|
export const PGMachv: AchievementTranslationEntries = {
|
|
"Achievements": {
|
|
name: "Achievements",
|
|
},
|
|
"Locked": {
|
|
name: "Locked",
|
|
},
|
|
|
|
"MoneyAchv": {
|
|
description: "Accumulate a total of ₽{{moneyAmount}}",
|
|
},
|
|
"10K_MONEY": {
|
|
name: "Money Haver",
|
|
},
|
|
"100K_MONEY": {
|
|
name: "Rich",
|
|
},
|
|
"1M_MONEY": {
|
|
name: "Millionaire",
|
|
},
|
|
"10M_MONEY": {
|
|
name: "One Percenter",
|
|
},
|
|
|
|
"DamageAchv": {
|
|
description: "Inflict {{damageAmount}} damage in one hit",
|
|
},
|
|
"250_DMG": {
|
|
name: "Hard Hitter",
|
|
},
|
|
"1000_DMG": {
|
|
name: "Harder Hitter",
|
|
},
|
|
"2500_DMG": {
|
|
name: "That's a Lotta Damage!",
|
|
},
|
|
"10000_DMG": {
|
|
name: "One Punch Man",
|
|
},
|
|
|
|
"HealAchv": {
|
|
description: "Heal {{healAmount}} {{HP}} at once with a move, ability, or held item",
|
|
},
|
|
"250_HEAL": {
|
|
name: "Novice Healer",
|
|
},
|
|
"1000_HEAL": {
|
|
name: "Big Healer",
|
|
},
|
|
"2500_HEAL": {
|
|
name: "Cleric",
|
|
},
|
|
"10000_HEAL": {
|
|
name: "Recovery Master",
|
|
},
|
|
|
|
"LevelAchv": {
|
|
description: "Level up a Pokémon to Lv{{level}}",
|
|
},
|
|
"LV_100": {
|
|
name: "But Wait, There's More!",
|
|
},
|
|
"LV_250": {
|
|
name: "Elite",
|
|
},
|
|
"LV_1000": {
|
|
name: "To Go Even Further Beyond",
|
|
},
|
|
|
|
"RibbonAchv": {
|
|
description: "Accumulate a total of {{ribbonAmount}} Ribbons",
|
|
},
|
|
"10_RIBBONS": {
|
|
name: "Pokémon League Champion",
|
|
},
|
|
"25_RIBBONS": {
|
|
name: "Great League Champion",
|
|
},
|
|
"50_RIBBONS": {
|
|
name: "Ultra League Champion",
|
|
},
|
|
"75_RIBBONS": {
|
|
name: "Rogue League Champion",
|
|
},
|
|
"100_RIBBONS": {
|
|
name: "Master League Champion",
|
|
},
|
|
|
|
"TRANSFER_MAX_BATTLE_STAT": {
|
|
name: "Teamwork",
|
|
description: "Baton pass to another party member with at least one stat maxed out",
|
|
},
|
|
"MAX_FRIENDSHIP": {
|
|
name: "Friendmaxxing",
|
|
description: "Reach max friendship on a Pokémon",
|
|
},
|
|
"MEGA_EVOLVE": {
|
|
name: "Megamorph",
|
|
description: "Mega evolve a Pokémon",
|
|
},
|
|
"GIGANTAMAX": {
|
|
name: "Absolute Unit",
|
|
description: "Gigantamax a Pokémon",
|
|
},
|
|
"TERASTALLIZE": {
|
|
name: "STAB Enthusiast",
|
|
description: "Terastallize a Pokémon",
|
|
},
|
|
"STELLAR_TERASTALLIZE": {
|
|
name: "The Hidden Type",
|
|
description: "Stellar Terastallize a Pokémon",
|
|
},
|
|
"SPLICE": {
|
|
name: "Infinite Fusion",
|
|
description: "Splice two Pokémon together with DNA Splicers",
|
|
},
|
|
"MINI_BLACK_HOLE": {
|
|
name: "A Hole Lot of Items",
|
|
description: "Acquire a Mini Black Hole",
|
|
},
|
|
"CATCH_MYTHICAL": {
|
|
name: "Mythical",
|
|
description: "Catch a mythical Pokémon",
|
|
},
|
|
"CATCH_SUB_LEGENDARY": {
|
|
name: "(Sub-)Legendary",
|
|
description: "Catch a sub-legendary Pokémon",
|
|
},
|
|
"CATCH_LEGENDARY": {
|
|
name: "Legendary",
|
|
description: "Catch a legendary Pokémon",
|
|
},
|
|
"SEE_SHINY": {
|
|
name: "Shiny",
|
|
description: "Find a shiny Pokémon in the wild",
|
|
},
|
|
"SHINY_PARTY": {
|
|
name: "That's Dedication",
|
|
description: "Have a full party of shiny Pokémon",
|
|
},
|
|
"HATCH_MYTHICAL": {
|
|
name: "Mythical Egg",
|
|
description: "Hatch a mythical Pokémon from an egg",
|
|
},
|
|
"HATCH_SUB_LEGENDARY": {
|
|
name: "Sub-Legendary Egg",
|
|
description: "Hatch a sub-legendary Pokémon from an egg",
|
|
},
|
|
"HATCH_LEGENDARY": {
|
|
name: "Legendary Egg",
|
|
description: "Hatch a legendary Pokémon from an egg",
|
|
},
|
|
"HATCH_SHINY": {
|
|
name: "Shiny Egg",
|
|
description: "Hatch a shiny Pokémon from an egg",
|
|
},
|
|
"HIDDEN_ABILITY": {
|
|
name: "Hidden Potential",
|
|
description: "Catch a Pokémon with a hidden ability",
|
|
},
|
|
"PERFECT_IVS": {
|
|
name: "Certificate of Authenticity",
|
|
description: "Get perfect IVs on a Pokémon",
|
|
},
|
|
"CLASSIC_VICTORY": {
|
|
name: "Undefeated",
|
|
description: "Beat the game in classic mode",
|
|
},
|
|
|
|
"MONO_GEN_ONE": {
|
|
name: "The Original Rival",
|
|
description: "Complete the generation one only challenge.",
|
|
},
|
|
"MONO_GEN_TWO": {
|
|
name: "Generation 1.5",
|
|
description: "Complete the generation two only challenge.",
|
|
},
|
|
"MONO_GEN_THREE": {
|
|
name: "Too much water?",
|
|
description: "Complete the generation three only challenge.",
|
|
},
|
|
"MONO_GEN_FOUR": {
|
|
name: "Is she really the hardest?",
|
|
description: "Complete the generation four only challenge.",
|
|
},
|
|
"MONO_GEN_FIVE": {
|
|
name: "All Original",
|
|
description: "Complete the generation five only challenge.",
|
|
},
|
|
"MONO_GEN_SIX": {
|
|
name: "Almost Royalty",
|
|
description: "Complete the generation six only challenge.",
|
|
},
|
|
"MONO_GEN_SEVEN": {
|
|
name: "Only Technically",
|
|
description: "Complete the generation seven only challenge.",
|
|
},
|
|
"MONO_GEN_EIGHT": {
|
|
name: "A Champion Time!",
|
|
description: "Complete the generation eight only challenge.",
|
|
},
|
|
"MONO_GEN_NINE": {
|
|
name: "She was going easy on you",
|
|
description: "Complete the generation nine only challenge.",
|
|
},
|
|
|
|
"MonoType": {
|
|
description: "Complete the {{type}} monotype challenge.",
|
|
},
|
|
"MONO_NORMAL": {
|
|
name: "Mono NORMAL",
|
|
},
|
|
"MONO_FIGHTING": {
|
|
name: "I Know Kung Fu",
|
|
},
|
|
"MONO_FLYING": {
|
|
name: "Mono FLYING",
|
|
},
|
|
"MONO_POISON": {
|
|
name: "Kanto's Favourite",
|
|
},
|
|
"MONO_GROUND": {
|
|
name: "Mono GROUND",
|
|
},
|
|
"MONO_ROCK": {
|
|
name: "Brock Hard",
|
|
},
|
|
"MONO_BUG": {
|
|
name: "Sting Like A Beedrill",
|
|
},
|
|
"MONO_GHOST": {
|
|
name: "Who you gonna call?",
|
|
},
|
|
"MONO_STEEL": {
|
|
name: "Mono STEEL",
|
|
},
|
|
"MONO_FIRE": {
|
|
name: "Mono FIRE",
|
|
},
|
|
"MONO_WATER": {
|
|
name: "When It Rains, It Pours",
|
|
},
|
|
"MONO_GRASS": {
|
|
name: "Mono GRASS",
|
|
},
|
|
"MONO_ELECTRIC": {
|
|
name: "Mono ELECTRIC",
|
|
},
|
|
"MONO_PSYCHIC": {
|
|
name: "Mono PSYCHIC",
|
|
},
|
|
"MONO_ICE": {
|
|
name: "Mono ICE",
|
|
},
|
|
"MONO_DRAGON": {
|
|
name: "Mono DRAGON",
|
|
},
|
|
"MONO_DARK": {
|
|
name: "It's just a phase",
|
|
},
|
|
"MONO_FAIRY": {
|
|
name: "Mono FAIRY",
|
|
},
|
|
} as const;
|
|
|
|
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
|
export const PGFachv: AchievementTranslationEntries = PGMachv;
|