mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-29 13:09:17 +01:00
* add inverse battle challenge. refactoring type.ts for inverse battle challenge * update type integer -> number * add inverse battle condition to thunder wave, conversion 2. * add inverse_battle test code, add checking gameMode in runToSummon not to overwrite gameMode to CLASSIC always * update startBattle with isClassicMode default = true * add inverse achievement * fix achv validation condition * remove unnecessary new line * update defaultWidth 160 -> 200 * update locales * fix korean translation * fix korean translation2 * Update src/locales/de/achv.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/de/challenges.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/de/challenges.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * resize challenge description 96 -> 84 * update challenge select UI size. * revert font size to 84. update de translation * Update src/locales/fr/challenges.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/fr/achv.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/es/challenges.ts Co-authored-by: Asdar <asdargmng@gmail.com> * Update src/locales/fr/challenges.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/fr/achv.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/es/achv.ts Co-authored-by: Asdar <asdargmng@gmail.com> * Update src/locales/fr/achv.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * shrink de font size on achivement * set middle align to achv title * Update src/locales/zh_CN/achv.ts Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> * Update src/locales/zh_TW/achv.ts Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> * Update src/locales/zh_CN/challenges.ts Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> * Update src/locales/zh_TW/challenges.ts Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> * fix zh_TW ahiv.ts * fix import code on inverse battle test for updated phase * Update src/data/type.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * update requested changes * Update src/locales/pt_BR/achv.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/pt_BR/achv.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update src/locales/pt_BR/challenges.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * [draft] update inverse battle apply function * change the way how to use applyChallenge for inverse type * resolve confilct * fix test codes * remove unnecessary multiplier variable and break codes * update getTypeDamageMultiplier argument type from `number` to `Type` * Fix inverse types tests (#1) * Fix Inverse Battle tests * Add timeout parameter to tests * update requested changes * update requested changes * update requested changes2 * update comments * Update src/test/utils/helpers/challengeModeHelper.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Update src/test/utils/helpers/challengeModeHelper.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * fix mis pasted code * revert loadChallenge code for FreshStartChallenge * code refactoring * restore challenge.json lost translations * revert UI changes * revert unreverted newlines * Run History inclusion * requested changes from torranx * update WaterSuperEffectTypeMultiplierAttr for inverse battle matchup. * fix test code. adding flying press test code * update requested change from xavion3 * updated requested change from xavion 2 * update requested changes from xavion 3 * remove exception code which is not valid * attach partial mark to Freeze dry. requested by xavion * add missing game over phase code when we delete old phases.ts * fix test codes * merge conflict * fix achv condition * updated achv block condition. we don't want to change desc now * resolve conflict * Eternatus Moveset Tinkering * Cleaning it up --------- Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Asdar <asdargmng@gmail.com> Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> Co-authored-by: frutescens <info@laptop>
178 lines
4.5 KiB
JSON
178 lines
4.5 KiB
JSON
{
|
|
"Achievements": {
|
|
"name": "Logros"
|
|
},
|
|
"Locked": {
|
|
"name": "Bloqueado"
|
|
},
|
|
"MoneyAchv": {
|
|
"description": "Acumula un total de ₽{{moneyAmount}}."
|
|
},
|
|
"10K_MONEY": {
|
|
"name": "Ahorrador",
|
|
"name_female": "Ahorradora"
|
|
},
|
|
"100K_MONEY": {
|
|
"name": "Rico",
|
|
"name_female": "Rica"
|
|
},
|
|
"1M_MONEY": {
|
|
"name": "Millonario",
|
|
"name_female": "Millonaria"
|
|
},
|
|
"10M_MONEY": {
|
|
"name": "Elusión Fiscal"
|
|
},
|
|
"DamageAchv": {
|
|
"description": "Inflige {{damageAmount}} daño en un solo golpe."
|
|
},
|
|
"250_DMG": {
|
|
"name": "Golpe Maestro"
|
|
},
|
|
"1000_DMG": {
|
|
"name": "Golpe Devastador"
|
|
},
|
|
"2500_DMG": {
|
|
"name": "¡Eso es un montón de daño!"
|
|
},
|
|
"10000_DMG": {
|
|
"name": "One Punch Man"
|
|
},
|
|
"HealAchv": {
|
|
"description": "Cura {{healAmount}} {{HP}} de una, con un movimiento, habilidad o objeto equipado."
|
|
},
|
|
"250_HEAL": {
|
|
"name": "Sanador Novato",
|
|
"name_female": "Sanadora Novata"
|
|
},
|
|
"1000_HEAL": {
|
|
"name": "Gran Sanador",
|
|
"name_female": "Gran Sanadora"
|
|
},
|
|
"2500_HEAL": {
|
|
"name": "Clérigo",
|
|
"name_female": "Clériga"
|
|
},
|
|
"10000_HEAL": {
|
|
"name": "Centro Pokémon"
|
|
},
|
|
"LevelAchv": {
|
|
"description": "Sube a un Pokémon al nivel {{level}}."
|
|
},
|
|
"LV_100": {
|
|
"name": "¡Pero espera, aún hay mas!"
|
|
},
|
|
"LV_250": {
|
|
"name": "Élite"
|
|
},
|
|
"LV_1000": {
|
|
"name": "Supera tus límites"
|
|
},
|
|
"RibbonAchv": {
|
|
"description": "Acumula un total de {{ribbonAmount}} Cintas."
|
|
},
|
|
"10_RIBBONS": {
|
|
"name": "Campeón Liga Pokémon",
|
|
"name_female": "Campeona Liga Pokémon"
|
|
},
|
|
"25_RIBBONS": {
|
|
"name": "Campeón Liga Super",
|
|
"name_female": "Campeona Liga Super"
|
|
},
|
|
"50_RIBBONS": {
|
|
"name": "Campeón Liga Ultra",
|
|
"name_female": "Campeona Liga Ultra"
|
|
},
|
|
"75_RIBBONS": {
|
|
"name": "Campeón Liga Rogue",
|
|
"name_female": "Campeona Liga Rogue"
|
|
},
|
|
"100_RIBBONS": {
|
|
"name": "Campeón Liga Master",
|
|
"name_female": "Campeona Liga Master"
|
|
},
|
|
"TRANSFER_MAX_BATTLE_STAT": {
|
|
"name": "Trabajo en Equipo",
|
|
"description": "Haz relevo a otro miembro del equipo con al menos una estadística al máximo."
|
|
},
|
|
"MAX_FRIENDSHIP": {
|
|
"name": "Amistad Total",
|
|
"description": "Alcanza con un Pokémon la amistad al máximo."
|
|
},
|
|
"MEGA_EVOLVE": {
|
|
"name": "Megamorfosis",
|
|
"description": "Megaevoluciona a un Pokémon."
|
|
},
|
|
"GIGANTAMAX": {
|
|
"name": "Criatura Colosal",
|
|
"description": "Haz Gigantamax a un Pokémon."
|
|
},
|
|
"TERASTALLIZE": {
|
|
"name": "Entusiasta del STAB",
|
|
"description": "Teracristaliza a un Pokémon."
|
|
},
|
|
"STELLAR_TERASTALLIZE": {
|
|
"name": "El Tipo Oculto",
|
|
"description": "Teracristaliza a un Pokémon al tipo Astral."
|
|
},
|
|
"SPLICE": {
|
|
"name": "Infinite Fusion",
|
|
"description": "Fusiona dos Pokémon con la Punta ADN."
|
|
},
|
|
"MINI_BLACK_HOLE": {
|
|
"name": "Devorador de Objetos",
|
|
"description": "Adquiere un Mini Agujero Negro."
|
|
},
|
|
"CATCH_MYTHICAL": {
|
|
"name": "Singular",
|
|
"description": "Captura a un Pokémon Singular."
|
|
},
|
|
"CATCH_SUB_LEGENDARY": {
|
|
"name": "(Sub)Legendario",
|
|
"description": "Captura a un Pokémon Sublegendario."
|
|
},
|
|
"CATCH_LEGENDARY": {
|
|
"name": "Legendario",
|
|
"description": "Captura a un Pokémon Legendario."
|
|
},
|
|
"SEE_SHINY": {
|
|
"name": "Shiny",
|
|
"description": "Encuentra a un Pokémon Shiny salvaje."
|
|
},
|
|
"SHINY_PARTY": {
|
|
"name": "Eso es dedicación",
|
|
"description": "Tener un equipo completo de Pokémon shiny."
|
|
},
|
|
"HATCH_MYTHICAL": {
|
|
"name": "Huevo Singular",
|
|
"description": "Hacer eclosionar un Pokémon Singular de un huevo."
|
|
},
|
|
"HATCH_SUB_LEGENDARY": {
|
|
"name": "Huevo Sublegendario",
|
|
"description": "Hacer eclosionar un Pokémon Sublegendario de un huevo."
|
|
},
|
|
"HATCH_LEGENDARY": {
|
|
"name": "Huevo Legendario",
|
|
"description": "Hacer eclosionar un Pokémon Legendario de un huevo."
|
|
},
|
|
"HATCH_SHINY": {
|
|
"name": "Huevo Shiny",
|
|
"description": "Hacer eclosionar un Pokémon Shiny de un huevo."
|
|
},
|
|
"HIDDEN_ABILITY": {
|
|
"name": "Potencial Oculto",
|
|
"description": "Captura un Pokémon con una habilidad oculta."
|
|
},
|
|
"PERFECT_IVS": {
|
|
"name": "Certificado de Autenticidad",
|
|
"description": "Consigue IVs perfectos en un Pokémon."
|
|
},
|
|
"CLASSIC_VICTORY": {
|
|
"name": "Imbatible",
|
|
"description": "Completa el juego en modo clásico."
|
|
},
|
|
"INVERSE_BATTLE": {
|
|
"name": "Espejo ojepsE",
|
|
"description": "Completa el reto de Combate Inverso.\n.osrevnI etabmoC ed oter le atelpmoC"
|
|
}
|
|
} |