gitlocalize-app[bot]
c070f110e5
[Localization(fr)] Additional nature entries in pokemon-summary ( #3869 )
...
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr>
2024-09-01 22:44:58 -04:00
Leo Kim
c112abbcd2
[Challenge] Inverse battle challenge ( #3525 )
...
* 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>
2024-08-29 19:59:33 +01:00
flx-sta
968c4ce3e6
[Localization] Use gender context for dialogues (all 3 files) ( #3879 )
...
* merge dialogue files into single files
No more -male, -female. Rather using context
* adopt changes from #3697
2024-08-29 10:17:40 -07:00
flx-sta
af918975a8
adapt gender context logic to run-history ( #3881 )
2024-08-29 09:25:45 -07:00
flx-sta
44294f1aec
[Localization] Use gender context for achievments/achv ( #3871 )
...
* i18n: prepare female DE achievments
and copy keys in base language: en
* adapt gender context for achv
* add a TODO about an odd `this` usage
* remove debugging leftover code
whops
* add `playerGender` to settings helper
* fix test runs
And revert some changes
2024-08-29 09:13:35 -07:00
Mumble
5de11be05b
[Beta][Bug] Sounds in Dialogue Changes ( #3837 )
...
* Fixing localization sounds.
* Normalizing loud files
---------
Co-authored-by: frutescens <info@laptop>
2024-08-27 11:25:49 -07:00
Blitzy
52b07954e5
[Feature] Implement Additional Evil Teams ( #3290 )
...
* Implement new Evil Leaders + Grunts
* Add in data for Admins + more dialogue options for Grunts
* Update Locales
Update trainers.ts
* Update trainers.ts
* Update src/locales/fr/trainers.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/trainers.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/trainers.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update trainers.ts
* Update src/locales/de/trainers.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Fix Linter
* Update trainer-config.ts
* Add admin battle themes, rename admins internally
Adds the Galactic, Skull, and Macro Cosmos admin battle themes. Also renames Faba, Plumeria, and Oleana internally to keep consistent with the other admins. Re-exported their graphics as well to fix minor issues with them.
* Update trainers.ts
* Add doubles grunts to locale, support ca_ES
The doubles trainer classes will need localized.
* Slight Grunt pool adjustments
* Update trainer-config.ts
* Update trainer-config.ts
* Add files via upload
* Update trainer-config.ts
* Delete Unused Sprite
* Delete unused Sprite 2
* Update dialogue-female.json
* Update dialogue-male.json
* Update trainer-config.ts
* Update trainer-titles.json
* Update trainer-titles.json
* Update trainer-classes.json
* Apply suggestions from code review
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Fix music formatting
* Slight Admin Pool Adjustments
* linter fix
* Formatting fix / Ability fix
---------
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Madmadness65 <blaze.the.fireman@gmail.com>
Co-authored-by: xsn34kzx <xsn34kzx@gmail.com>
2024-08-27 19:45:58 +02:00
gitlocalize-app[bot]
b0933007d8
Translate settings.json via GitLocalize ( #3833 )
...
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr>
2024-08-26 23:19:11 +02:00
gitlocalize-app[bot]
d722645932
Translate bgm-name.json via GitLocalize ( #3764 )
...
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr>
2024-08-26 22:15:02 +02:00
Asdar
2744ede93c
Re-Added localisation for Meloetta Pirouette ( #3779 )
2024-08-26 16:24:11 +02:00
Lugiad
6b11632114
[Localization] Some French corrections + new dialogues translations ( #3727 )
...
* Update ability-trigger.json
* Update ability.json
* Update achv-female.json
* Update achv-male.json
* Update battle-info.json
* Update bgm-name.json
* Update egg.json
* Update menu.json
* Update modifier-type.json
* Update modifier.json
* Update modifier.json
* Update trainer-classes.json
* Update move.json
* Update dialogue-male.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update dialogue-double-battle-female.json
* Update dialogue-double-battle-male.json
* Update dialogue-male.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update bgm-name.json
* Update bgm-name.json
* Update move.json
* Update bgm-name.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update dialogue-male.json
* Update dialogue-male.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update modifier.json
* Update dialogue-male.json
* Update dialogue-female.json
* Update dialogue-male.json
* Update dialogue-female.json
2024-08-25 22:09:01 +02:00
Blitzy
96a404a3d5
[Balance] Revert Zippy Zap back to its LGPE Implementation ( #3495 )
...
* Update move.ts
* Update Move Description
* Update move.ts
---------
Co-authored-by: xsn34kzx <xsn34kzx@gmail.com>
2024-08-25 11:35:58 -07:00
flx-sta
49f4f8ea71
[Localization] fix run-history
locale files namings ( #3745 )
...
* fix `run-history` locale files namings
* fix imports in `config.ts`
2024-08-25 19:44:35 +02:00
Mumble
933cfcbad3
[Refactor][QoL] Game Audio + New Settings ( #3527 )
...
* Changed how non-BGM are loaded into the game + moved into directories
* some leftovers
* Apply suggestions from code review
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Added setting for Field Volume + rewrote playSound() and updateSoundVolume() functions to reflect the new settings.
* Main -> Beta (#3635 )
* Fixed issue with falsy issue within condition to get a stat for IV scanner
* add fix setting code to prevent form/variant bug when default form/variant setting is wrong.
in addition, that fix code include gender fix, so i revert old gender fix.
update wrong log message.
* [Hotfix] Fix Memory Mushroom not showing relearner moves (#3619 )
* Fix Memory Mushroom not showing relearner moves
* Fix rollout test
* Rewrite player faint logic in FaintPhase (#3614 )
* 867 runerigus sprite (#3629 )
cropped static frames, fixed cropped sprite
set runerigus exp to use the shiny exp's animation
verified all hex colors are unchanged
- fixed ultra necrozma exp front variant swapped arrays.
- xatu female eye color fix
* [Bug] Preventing the MBH from being stolen in Endless (#3630 )
* Endless MBH Fix
* add import
* Revert "add import"
This reverts commit 814a4059c2830e972c348d698259535e117850bf.
* Revert "Endless MBH Fix"
This reverts commit 8eb448130132ff9eed614a2ec576926814008df0.
* removed newline
---------
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: frutescens <info@laptop>
* [Bug] Fix type-hints for immunity (#3620 )
* enable mock containers to be found by name
* enable mock text to be found by name
* add test coverage for type-hints
Only for "immunity" and "status moves"
* fix wrong message key of curse(ghost type) (#3631 )
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
* [Hotfix] Steal-able Mini Black Hole Pt 2 (#3632 )
* Still have no idea where Eternatus is given the MBH....
* typedocs
---------
Co-authored-by: frutescens <info@laptop>
* [Hotfix] Abilities that prevent ATK drops no longer stop other stat drops (#3624 )
* Abilities that prevent ATK drops no longer stop other stat drops
* Apply suggestions from code review
Co-authored-by: Mumble <kimjoanne@protonmail.com>
* Add `isNullOrUndefined()` utility function
---------
* Grip Claw now shows the proper pokemon nickname (#3634 )
Co-authored-by: frutescens <info@laptop>
---------
Co-authored-by: Opaque02 <66582645+Opaque02@users.noreply.github.com>
Co-authored-by: KimJeongSun <leo@atlaslabs.ai>
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
Co-authored-by: cam <lrlrliwoo@gmail.com>
Co-authored-by: Mumble <kimjoanne@protonmail.com>
Co-authored-by: frutescens <info@laptop>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>
* [Bug] Preventing the MBH from being stolen in Endless (#3630 )
* Endless MBH Fix
* add import
* Revert "add import"
This reverts commit 814a4059c2830e972c348d698259535e117850bf.
* Revert "Endless MBH Fix"
This reverts commit 8eb448130132ff9eed614a2ec576926814008df0.
* removed newline
---------
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: frutescens <info@laptop>
* [Hotfix] Steal-able Mini Black Hole Pt 2 (#3632 )
* Still have no idea where Eternatus is given the MBH....
* typedocs
---------
Co-authored-by: frutescens <info@laptop>
* Deleted phases.ts (#3618 )
* Updated sound terms
* Added space for localization
* Update src/locales/ko/settings.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/zh_TW/settings.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/pt_BR/settings.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/zh_CN/settings.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/de/settings.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/ko/settings.ts
Co-authored-by: returntoice <dieandbecome@gmail.com>
* Update src/locales/fr/settings.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/it/settings.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Include sound effects that were loaded in as BGM.
* Removed stray placeholder localization
---------
Co-authored-by: Frutescens <info@laptop>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Opaque02 <66582645+Opaque02@users.noreply.github.com>
Co-authored-by: KimJeongSun <leo@atlaslabs.ai>
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
Co-authored-by: cam <lrlrliwoo@gmail.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
2024-08-25 17:40:14 +01:00
Mumble
c7184558c2
[Enhancement][UI] Merging Achievements and Vouchers into a single Page ( #3424 )
...
* Merging Achievements/Vouchers
* Fixed bug
* Fixed bug
* Removed vouchers-ui-handler.ts
* fixed update bug
* sample localization change
* Fixing imports
* Organized localizations
* Not a Cat commit unless something's forgotten
* Made Action button/text position responsive to language.
* typedocs
* idk why phaser
* ugh
* Fixed cursors
* why
* Removing stray file
* Merge conflicts yay
---------
Co-authored-by: Frutescens <info@laptop>
2024-08-25 00:36:18 +01:00
flx-sta
87af50388e
[Localization] Migrate translation files to json ( #3709 )
...
* add jsonc import support
* migrate en: ability-trigger, ability, achv & arena-flyout to json/c
* remove jsonc support
gitlocalize doesn't recognize it
* migrate arena-flyoutr.jsonc to json
* EN: migrate arena-tag
* EN: migrate battle-info.json
* EN: migrate `battle-message-ui-handler`
* EN: migrate `battle-scene`
* EN: migrate `battle`
* EN: migrate `battler-tags`
* EN: migrate `berry`
* EN: migrate `bgm-name`
* EN: migrate `biome`
* EN: migrate `challenges`
* EN: migrate `command-ui-handler`
* EN: migrate `common`
* EN: migrate `dialogue`
* EN: migrate `egg`
* EN: migrate `fight-ui-handler`
* EN: migrate `filter-bar`
* EN: migrate `game-mode`
* EN: migrate `game-stats-ui-handler`
* EN: migrate `growth`
* EN: migrate `menu-ui-handler`
* EN: migrate `menu`
* EN: migrate `modifier-select-ui-handler`
* EN: migrate `modifier-type`
* EN: migrate `modifier`
* EN: migrate `move-trigger`
* EN: migrate `move`
* EN: migrate `nature`
* EN: migrate `party-ui-handler`
* EN: migrate `pokeball`
* EN: migrate `pokemon-form`
* EN: migrate `pokemon-info-container`
* EN: migrate `pokemon-info`
* EN: migrate `pokemon-summary`
* EN: migrate `pokemon`
* EN: migrate `save-slot-select-ui-handler`
* EN: migrate `settings`
* EN: migrate `splash-messages`
* EN: migrate `starter-select-ui-handler`
* EN: migrate `status-effect.json`
* EN: migrate `trainers`
* EN: migrate `tutorial`
* EN: migrate `voucher`
* EN: migrate `weather` and `terrain`
* rename `dialogue-double-battle.json`
* DE: migrate `ability-trigger`
* DE: migrate `trainers`
* DE: migrate `tutorial`
* EN: migrate to `achv-f/-m`
* rename `dialogue-endboss.json` to `dialogue-final-boss.json`
endboss is not typical english
* EN: fix gender files
* EN: fix some dialogue gender issues
* Migrate DE to JSON
* EN: fix `modifier-type.json`
* remove ca_ES for now
* remove de/dialogue.ts (remnant)
* Migrate ES (spanish)
removing all dialogues content has been confirmed by Asdar Develops
* Removed fake translations from ability-trigger
* Removed fake translations from achievements and fixed female pronouns
* Removed fake translations all the way to moves.json
* Finished removing fake translations from es folder
* migrate fr (french)
* FR: update config.ts
* migrate it (italian)
* Removed fake translations in French json
* Readding two lines I accidentally deleted to fr dialogue-male
* migrate ja (Japanese)
* migrate ko (Korean)
* migrate pt_BR (Brasil)
* remove event texts from json files
* Removed fake translations in Italian
* Removed Japanese fake translations everywhere except dialogues
* Removed fake translations from Japanase (dialogues only)
* Translate trainer-names.json via GitLocalize
* Fixed a devilish typo in fr locale
* add new translationkeys to en/settings
* add empty `ca_ES` translations
* fix config export names
* fix ts-compiler with i18n issue
* fix battle-stat.test.ts
* fix some namings in plugins/i18n.ts
* move `i18n.d.ts` content into `i18next.d.ts`
and remove `defaultValue` key
* fix type issues after beta merge
* migrate zh_CN (Chinese simplified)
* migrate zh_TW (Chinese tranditional)
* fix tests for "missing" translations
---------
Co-authored-by: InnocentGameDev <asdargmng@gmail.com>
Co-authored-by: SangaraSorama <sangara.diamant@gmail.com>
2024-08-23 20:52:09 +01:00
Mumble
c5a66326dd
[QoL][Feature] Hall of Fame + Run History ( #3251 )
...
* Fixed SaveSessionData issue + Added loss details + removed Modifiers
* Final changes
* Updated code with the current repo + mode localization
* Final touches before moving to a clean branch
* Manual merging
* Some more merging + updating
* Fixed import
* TypeDocs issues
* Fixed relevant typedoc issues
* Manual merge
* More fixes
* So many commits for so little
* Localization Updates
* Very barebones implementation of 'favorite' runs - not planning to implement any time soon though
* menu-ui-handler.ts localizations
* Update src/locales/ko/run-history-ui-handler.ts
Thank you!
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/menu-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* The German name for Squirtle is silly
* Fixed Run-Entry Def
* Commented out networking functionality
* Commenting out network functionality pt2
* Update src/locales/pt_BR/menu-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/run-history-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/ko/menu-ui-handler.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/zh_CN/menu-ui-handler.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/zh_CN/run-history-ui-handler.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/fr/menu-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/it/menu-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/it/run-history-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Fixed SaveSessionData issue + Added loss details + removed Modifiers
* Final changes
* Updated code with the current repo + mode localization
* Final touches before moving to a clean branch
* Manual merging
* Some more merging + updating
* Fixed import
* TypeDocs issues
* Fixed relevant typedoc issues
* Manual merge
* More fixes
* So many commits for so little
* Localization Updates
* Very barebones implementation of 'favorite' runs - not planning to implement any time soon though
* menu-ui-handler.ts localizations
* Update src/locales/ko/run-history-ui-handler.ts
Thank you!
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/menu-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* The German name for Squirtle is silly
* Fixed Run-Entry Def
* Commented out networking functionality
* Commenting out network functionality pt2
* Fixed cursor-close out freeze and replaced hall of fame background
* Removed console.log
* Fixed cursor freeze bug + changed hall of fame background
* cursor freeze bug fix pt 2
* Revert "Disable egg gacha in rewards (#3304 )"
This reverts commit 3a87c8657fa8c65b306a7b7bc883a834002485c2.
* Merging menu-ui-handler.ts
* Merging phases.ts
* Manual merge for game-data.ts
* Manual merge locales/en/config.ts
* Manual merge of menu-ui-handler.ts
* Manual ui.ts merge
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Revert "Merge branch 'beta' of https://github.com/pagefaultgames/pokerogue into runHistoryNew"
This reverts commit 5c6fcf6ec485ab0a967fd714d95928b04435a7ea, reversing
changes made to 751bf4a43327118b24bc55cba3a5230f96eb6d27.
* Revert "Revert "Merge branch 'beta' of https://github.com/pagefaultgames/pokerogue into runHistoryNew""
This reverts commit f6c3580ad096b587f9b30f5d0aeb4bc9d630f726.
* Added ending art to victorious runs
* Added darker overlay instead
* Hall of Fame art
* Actual BG Images
* some bug fixing
* some bug fixing p2
* some minor changes
* some minor changes
* Changed order of runs displayed to newest --> oldest
* console.log for debugging
* Export/Import Run History function
* added import validation
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Felt coder's guilt for bad buttons implementation
* strict-null changes
* New Localizations
* Update src/locales/fr/menu-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Apply suggestions from code review
Thank you!
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* Apply suggestions from code review
run-info-ui-handler comments fix
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* Update src/locales/es/menu-ui-handler.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/menu-ui-handler.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/run-history-ui-handler.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Lost this file somehow
* Added do not delete comments
* Apply suggestions from code review
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* flx Changes
* Localizations
* Fixing Git test issues
* Fixed issues found by Starkrieg
* removed console log
* Fixed cursor bugs
* github pages issue
* Update src/ui/run-info-ui-handler.ts
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update src/ui/run-history-ui-handler.ts
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Corrade's comments
* The things I do for Github PAges
* Preventing menu freeze
* Double trainer battles and fresh start challenge
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/ko/menu-ui-handler.ts
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Update src/locales/pt_BR/run-history-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/menu-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/de/menu-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/run-history-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/it/run-history-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/it/menu-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/ko/run-history-ui-handler.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Apply suggestions from code review
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Localizations + Error Message Update
Co-authored-by: protimita <protimitajp@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* small fixes
* flx-sta suggestions + Localizations
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update src/locales/it/run-history-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Added dynamic text positioning based on container size + small fixes
* Thanks Adri1 ! Quick Fix for localizing wave in RunInfo
* Transfered defeat parsing to smaller functions and added page modes
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Run History UI handler documentation
* Fixed rival names
* some comments
* Apply suggestions from code review
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Finished documentation
* Fixed incorrect rival name handling
* Corrected limit-handling
* Update src/locales/fr/run-history-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Cleaned up getrunhistorydata() per flx-sta's suggestions
* Added some override tags?
* Added scopes/override notes to classes/class variables/class functions
* Moved code from phases.ts to game-over-phase.ts
* Fixing game-data whoops
* ughhhhh
* Update src/ui/run-history-ui-handler.ts
Co-authored-by: Adrián T. <99520451+Vassiat@users.noreply.github.com>
* Fixed cursor and updated money. Note - need to fix money handling for Asian languages
* Money appears according to settings
* typedocs blah blah
* cleaning up manage data options
* Final flx fixes + No Run History handling
* Translation update.
---------
Co-authored-by: Frutescens <info@laptop>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: protimita <protimitajp@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: Adrián T. <99520451+Vassiat@users.noreply.github.com>
2024-08-23 19:23:16 +01:00
Enoch
de5d645847
[Localization] Add localization hard-coded message in move, pokemon. ( #3639 )
...
* Add localization missing messages.
* Apply suggestions from code review
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/fr/move-trigger.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/battle.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Apply suggestions from code review
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Apply suggestions from code review - ES
Co-authored-by: Asdar <asdargmng@gmail.com>
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Asdar <asdargmng@gmail.com>
2024-08-23 09:59:35 +09:00
Frederico Santos
4455a0e4eb
Merge pull request #3693 from pagefaultgames/main
...
Main to Beta sync
2024-08-22 18:39:56 +01:00
Adrian T.
03ee764e23
[QoL] Settings Option: Shop Cursor Target ( #3666 )
...
* [QoL] Post Reroll UI Targeting
* removed hasRolled from battlescene and handled in UI
* Added getter for reroll count and ternary
* Explicit catch instead of falsy
* Fixed Settings errors with proper labeling
* changed setting label to translate as well
* translations and fixes
* move option further down
* change integer to number
* change integer to number
* update implementation
* remove unused method
* change name set to update
* Update src/ui/modifier-select-ui-handler.ts
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update src/system/settings/settings.ts
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update src/locales/fr/settings.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/pt_BR/settings.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/ko/settings.ts
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Update src/locales/zh_CN/settings.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/it/settings.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Revert "Update src/locales/ko/settings.ts"
This reverts commit 08c0b89f4caf7c33f49722200d7aeb20b79b0ba5.
* Update src/locales/ko/settings.ts
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Revert "Revert "Update src/locales/ko/settings.ts""
This reverts commit a57d8777f2e0538ee34764c91d6841bd3ef0dc60.
---------
Co-authored-by: Matthew Kroeger <mattk932009@gmail.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
2024-08-22 09:26:10 -07:00
Enoch
a7acf752db
[Localization] Add localization hard-coded message in ability (AIR_LOCK, CLOUD_NINE) ( #3641 )
...
* localize ability message "The effects of the weather disappeared."
* Update src/locales/de/ability-trigger.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/it/ability-trigger.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/fr/ability-trigger.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Apply suggestions from code review
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/es/ability-trigger.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Asdar <asdargmng@gmail.com>
2024-08-23 01:23:47 +09:00
Lugiad
61d659d8bb
[Localization] Localizable owned money symbol on battle UI ( #3646 )
...
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: frutescens <info@laptop>
2024-08-21 20:57:46 -07:00
flx-sta
7bea5eb86e
Revert "W Event (Classic and Translations) ( #3583 )" ( #3685 )
...
This reverts commit 96302a9a5500428ce454566b4eb68c1db1cb8a49.
2024-08-22 01:31:08 +01:00
damocleas
96302a9a55
W Event (Classic and Translations) ( #3583 )
...
* Update dialogue.ts
* Update dialogue.ts
* ca_ES
* DE
* ES
* FR
* IT
* JA
* KO
* pt_BR
* zh_CN
* zh_TW
* Update src/locales/zh_CN/dialogue.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/zh_CN/dialogue.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/zh_CN/dialogue.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/fr/dialogue.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/dialogue.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/dialogue.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/dialogue.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/pt_BR/dialogue.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/dialogue.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/dialogue.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/dialogue.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/de/dialogue.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/dialogue.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/dialogue.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/dialogue.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update dialogue.ts
* fixed blank line
* Quick portuguese dialogue fix
https://github.com/pagefaultgames/pokerogue/pull/3587
* Rival Items
* ) oops
* )) oops 2
* Update src/locales/fr/dialogue.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* HA my beloved
* Update src/locales/zh_CN/dialogue.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Update src/locales/ko/dialogue.ts
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Update src/locales/ko/dialogue.ts
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
---------
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
2024-08-17 04:58:32 +01:00
Frederico Santos
0018650688
Revert "[Balance] [QoL] Allow Pirouette Meloetta to be selectable on starter …" ( #3552 )
...
This reverts commit 16b9df2d158886fb6b33c1e3e9f941e8589dc659.
2024-08-15 03:27:45 +01:00
José Ricardo Fleury Oliveira
1180fd0122
[Localization] Localized "Consent Preferences" in menu-ui-handler.ts ( #3513 )
...
* [Localization] Localized "Consent Preferences" in menu-ui-handler.ts
* Update src/locales/fr/menu-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/de/menu-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/it/menu-ui-handler.ts
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/fr/menu-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/es/menu-ui-handler.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/zh_CN/menu-ui-handler.ts
Co-authored-by: RimKnight <rimknight852@gmail.com>
* Update src/locales/zh_TW/menu-ui-handler.ts
Co-authored-by: RimKnight <rimknight852@gmail.com>
* Update src/locales/ko/menu-ui-handler.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
---------
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: RimKnight <rimknight852@gmail.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
2024-08-13 22:22:01 +01:00
Blitzy
16b9df2d15
[Balance] [QoL] Allow Pirouette Meloetta to be selectable on starter screen ( #3537 )
...
* Update pokemon-forms.ts
* Add Data for Pirouette
* Update pokemon-form.ts
* Update Localization Names
* Update pokemon-form.ts
2024-08-13 22:20:37 +01:00
innerthunder
161043ecd6
[Move] Implement Shell Trap ( #3500 )
...
* Implement Shell Trap
* Fix error in EN message
* Add ZH/KO translations
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Fix error in placeholder messages
* FR translation / KO translation fix
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
* More translations (DE, ES, IT, PT-BR)
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/ja/move-trigger.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Fix Shell Trap activating from ally attacks (+ test fixes)
* Remove todo + add test with shell trap as first move
---------
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
2024-08-13 21:47:05 +01:00
prime
38ba0c089f
[Pokemon/Form/Item] Ultra Necrozma ( #3514 )
...
* Still attempting to merge ultra necrozma
* Added translations from Adri1
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
---------
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
2024-08-13 21:40:16 +01:00
Lugiad
c32f195fe0
[Localization] French corrections/translations/adjustments tour ( #3516 )
...
* Update battler-tags.ts
* Update settings.ts
* Update filter-bar.ts
* Update modifier-type.ts
* Update achv.ts
* Update modifier-type.ts
* Update achv.ts
* Update starter-select-ui-handler.ts
* Update challenges.ts
* Update bgm-name.ts
* Update achv.ts
* Update bgm-name.ts
2024-08-12 11:44:05 -04:00
Lugiad
6a6b333fa1
[Localization(fr)] Update filter-bar.ts ( #3515 )
2024-08-12 10:21:43 -04:00
Lugiad
377b422cd1
[Localization] - Missing translations to the Filter bar in some languages ( #3457 )
...
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/de/filter-bar.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/filter-bar.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/filter-bar.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update src/locales/de/filter-bar.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update filter-bar.ts
* Update filter-bar.ts
* Update src/locales/pt_BR/filter-bar.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update filter-bar.ts
* Update src/locales/ja/filter-bar.ts
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update src/locales/zh_CN/filter-bar.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update filter-bar.ts
* Update src/locales/zh_CN/filter-bar.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/zh_TW/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* Update filter-bar.ts
* [Localization][JA]Update filter-bar.ts
Added hyphens for constancy.
Added 4 new translations.
* Update src/locales/pt_BR/filter-bar.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/filter-bar.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/filter-bar.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update filter-bar.ts
* Update filter-bar.ts
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/filter-bar.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update filter-bar.ts
* Update src/locales/de/filter-bar.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/filter-bar.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/filter-bar.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update filter-bar.ts
* Update src/locales/pt_BR/filter-bar.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/pt_BR/filter-bar.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/zh_CN/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_CN/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_CN/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_CN/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/filter-bar.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
---------
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: protimita <protimitajp@gmail.com>
2024-08-12 10:08:23 -04:00
José Ricardo Fleury Oliveira
5505a4d1f0
[Localization] Updated and localized "The stack for this item is full." message ( #3491 )
...
* [Localization] Localized "The stack for this item is full." message
* Update src/locales/es/battle.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/battle.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/de/battle.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/fr/battle.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/zh_CN/battle.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/battle-scene.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/zh_TW/battle.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/ko/battle.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* remake
* Update src/locales/fr/battle.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/de/battle.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/es/battle.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/es/battle.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
* Update src/locales/ja/battle.ts
Co-authored-by: protimita <protimitajp@gmail.com>
* Update Korean translation for battle.ts
* Update src/locales/zh_CN/battle.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/battle.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_CN/battle.ts
* trailing space
---------
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: protimita <protimitajp@gmail.com>
2024-08-12 10:07:41 -04:00
NightKev
223295e827
[Fix] Refactor Disguise to work like Ice Face ( #2684 )
...
* Fix typos in `src/data/egg.ts` comments
* Refactor Disguise using Ice Face as a base
i18n {
Co-authored-by: Arxxer <javiptn7@gmail.com>
Co-authored-by: GoldTra <162721984+GoldTra@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
}
Update tests
* Update jsdoc
* Make recoil damage a parameter
* Fix Ice Face i18n parameter name
* Add i18n placeholder strings for translation
* Update disguise test with override helper functions
* Move a form change from `battle-scene.ts` to `ability.ts`
* Remove a bit of obsolete code from the Disguise test
* Add some translations
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
* Add translation placeholder strings for Japanese and Catalan
* Update for strict-null
* Remove unused parameter from the `BattlerTag` class
* Remove species checks, fusion doesn't seem to be an issue (any more?)
* Move Ice Face weather-based code to a subclass
* Condense conditionals
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
---------
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
2024-08-12 11:52:39 +01:00
Enoch
0c64b01f3f
[Refactor] move and change localization key of battler-tags ( #3498 )
...
* move locale messages of battler tags : battle.ts -> battler-tags.ts
* Change message key name to simple
* Apply suggestions from code review
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2024-08-12 01:02:44 -04:00
Leo Kim
53e54df9ee
[Enhancement] Add Passive / Cost Reduction - Can Unlock option and Egg purchasable filter ( #3478 )
...
* add unlockable state in passive/cost reduction filter. add egg purchasable filter
* update placeholders
* update option order of UNLOCKABLE between ON and EXCLUDE
* remove egg restriction when buying eggs
2024-08-12 00:44:15 -04:00
Tim Perdok
566cd80522
[Feature] Move touch controls configuration (Reopened) ( #3256 )
...
* [Hotfix] Fix interactions of some moves not changing types (#3183 )
* [Hotfix] Fix wild spawns not having their HA (#3190 )
* [Hotfix] Allow to hatch pokemon with Hidden Ability again (#3222 )
* chore: Update TNC links layout and position in index.html
* chore: Update TNC links font size in index.css (#3230 )
* Move Touch Controls
* ConfigToolbar alignment
* Insert config toolbar on open, camel-case classes, hidden setting
* Better toolbar styling, fixed double configToolbar bug
* Fixed typedocs
---------
Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
2024-08-10 14:17:04 +01:00
Leo Kim
14b3907b11
[Enhancement] Add favorite filter in Starter UI ( #3431 )
...
* add favorite filter. add favorite starter attribute
* add error handling for undefined favorite attribute
* add placeholders in each locales
* add favorite icon from great art team
* update favorite icon to code
* update korean translation
* align icons
* initialize the starter preferences if they don't exist
* update requested changes
2024-08-09 10:32:30 -04:00
schmidtc1
57a4e1cc47
[Bug] Fixes bug with freezy frost not eliminating all Pokemon's stat changes ( #3362 )
...
* Cherrypick due to beta roll back
* Adds corrected stat eliminated message to move trigger, removes from battle.ts
* Adds check for Clear Smog vs Haze/Freezy Frost for targetting purposes
* Adds translations for fr, de, and pt_br
* Update src/locales/ko/move-trigger.ts with translation
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Update korean move-trigger.ts with proper translation
* Update src/locales/zh_CN/move-trigger.ts with translation
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/move-trigger.ts with translation
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Adds locales to ja and ca-ES
* Creates unit test for Haze
* Removes repeats option on Haze test left from testing
* Updates title of haze tests, creates freezy frost tests
* Update src/locales/es/move-trigger.ts with translation
Co-authored-by: Asdar <asdargmng@gmail.com>
* Fixes freezy_frost.test.ts copy errors from Haze test
---------
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
2024-08-09 10:16:38 -04:00
Leo Kim
b54a255c15
[Enhancement] Add go filter shortcut ( #3345 )
...
* update goFilter shortcut
* fix filter instruction position
* remove unnecessary new lines
* update requested changes. add other language entries too
* remove unnecessary case code
* open dropdown when pressing goFilter shortcut
* add missing entry for `fr`
* Update src/locales/fr/starter-select-ui-handler.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/de/starter-select-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* update instruction container position and text offset for more longer instruction label. decrease size of fr instruction font
* fixed de info font size
* Update src/locales/pt_BR/starter-select-ui-handler.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/ko/starter-select-ui-handler.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/zh_TW/starter-select-ui-handler.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_CN/starter-select-ui-handler.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* update font size, starterInfoXPos and starterInfoYOffset in zh. update starterInfoXPos in de
* Update src/locales/es/starter-select-ui-handler.ts
Co-authored-by: Asdar <asdargmng@gmail.com>
---------
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: Asdar <asdargmng@gmail.com>
2024-08-08 20:34:20 +01:00
Opaque02
9eb57c0c66
[QoL] IV scanner update to hide the prompt and let you see the stats mid battle on the stats screen ( #3285 )
...
* IV scanner PR fix
Updated locales to have updated keys for IV scanner in menu
Updated legacy UI to work with IV scanner changes
Updated code to have player and enemy battle stats for ease of use
Updated logic to make the player side work exactly the same as previously since there should be no HP stat shown for players. Also updated the colours so there's no more grey option for unknown stats
Added HP, updated logic and colours. Need to undo changes to player pokemon to not be as squished because of no HP, and need to see what happens for trainers
Fixing up some git errors
Fixed a bug with double battles not updating the pokemon properly
Updated settings to allow for the ability to skip the IV scanning prompts
Adding functionality to IV scanner to skip prompt and see IVs mid battle
* Merged with latest + fixed bug with IV scanner vs pokemon info container getRootSpeciesId being different
* Updated as per merge comment
* Updating to fix comments
* Updated comments
* Update src/locales/fr/settings.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/de/settings.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/pt_BR/settings.ts
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Update src/locales/ko/settings.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/zh_CN/settings.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Update src/locales/zh_TW/settings.ts
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Updating text of IV scanner to be gold
* Updated text colour to use one of the existing golds instead of a custom gold
* Japanese locale
* Updating docs
---------
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
2024-08-08 01:04:12 -04:00
Lugiad
0bd32b7a76
[Localization] French - Some missing translations, typos and rephrasing. ( #3423 )
...
* Update modifier-type.ts
* Update tutorial.ts
* Update modifier-type.ts
* Update modifier-type.ts
2024-08-07 23:14:00 -04:00
Blitzy
17517d467b
[Feature] Implement Additional Grunt Dialogue ( #3331 )
...
* Update dialogue.ts
* Update dialogue.ts
* Add Placeholder text in Locale files
* Update dialogue.ts
* Update dialogue.ts
* Fix Punctuation, Change Plasma Grunt Line 3
* Update dialogue.ts
* Apply suggestions from code review
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update dialogue.ts
* Update dialogue.ts
* Apply suggestions from code review
Co-authored-by: returntoice <dieandbecome@gmail.com>
* Update dialogue.ts
* Update new locale files
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-08-07 20:46:33 -04:00
Mumble
a272d28cdf
[Misc] Eternatus Dialogue reflects # of Classic Sessions Played ( #3387 )
...
* Eternatus Dialogue now includes # of Classic sessions played
* Updated gendered messages
* Update src/locales/fr/dialogue.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/locales/fr/dialogue.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Update src/phases.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* Added comments
* Update src/phases.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* Update src/phases.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* strict-null changes
* Update phases.ts for null-ish results
* Fixed repeated 'for' in English boss dialogue
* Correcting Boss Dialogue
---------
Co-authored-by: Frutescens <info@laptop>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2024-08-07 20:44:05 -04:00
Amani H.
723040208d
[Enhancement/Item] Add Achievement to Unlock Eviolite ( #3390 )
...
* Add Achievement & Adjust Weight Function
* Create `EVIOLITE` Unlockable
* Add Placeholder Localization Entries
* Add `de` Localization
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Add `ko` Localization
Co-authored-by: returntoice <dieandbecome@gmail.com>
* Add Placeholder `ja` Entry
* Add `pt-BR` Localization
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Add `fr` Localization
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* Add Missing Placeholders for Localization
* Add `fr` Localization (female)
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
2024-08-08 01:07:28 +01:00
innerthunder
2b99f005dc
[Enhancement] Add Move Header phase and attributes ( #2716 )
...
* Create Move Header phase and attributes
* Fix move header persisting after run/ball
* Add mid-turn sleep test
* Fix status effect text in move header phase
* Remove preemptive non-volatile status check
* Process move headers in main loop of TurnStartPhase instead
* Fix merge issues in Focus Punch test
* Fix Focus Punch test + ESLint
* Add i18n key for Focus Punch header message
* Fix missing arg in i18n message
* Add Focus Punch message translations (DE, FR, KO, PT-BR, ZH)
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
* Update src/locales/it/move-trigger.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Use new test helper functions + snooz's cleanup suggestions
* Add check for MoveHeaderPhase in switch test
* Add key to JA locale
* Add CA-ES locale key
* Fix strict-null checks in focus punch test
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
2024-08-07 14:32:56 -04:00
NightKev
548bd8978f
[Move] Add type immunity removal moves (Foresight, Odor Sleuth, Miracle Eye) ( #3379 )
...
* Update Foresight PR to current beta
Implements Foresight, Miracle Eye, and Odor Sleuth
* Add placeholder i18n strings
* Minor tsdoc updates
* Fix placement of evasion level modifier, add tests
* Add first batch of translations
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Second batch of translations
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
* Add Catalan and Japanese translation placeholder strings
* Fix issue caused by merge
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
2024-08-07 10:59:28 -04:00
Jannik Tappert
60d19c9a2c
[Feature] Unique Evil Team Admins ( #3384 )
...
* Hardcoded Pokemon should have proper names
* Add evil admin placeholder images
* Add admin names to locale files
* Add evil team admin dialogue
* current things.
* rename
* team galactic wants to be special
* Revert debug changes
* Added Trainer Names and Titles
* [Hotfix] Fix interactions of some moves not changing types (#3183 )
* [Hotfix] Fix wild spawns not having their HA (#3190 )
* Add evil admin placeholder images
* Add admin names to locale files
* Add evil team admin dialogue
* Added new sprites
* Make simple admin trainer pools
* Add Korean localization
* Revert this
* [Feature] Named Evil Team Admins
* Dateien removed
* Revert override
* French only needs one pair of evil team bosses :)
* Some things Temp Mentioned in the PR
* Removed NoDuplicates again...Because it only works on the speciality pool....
Also reordered the second admin wave. So we guarantee it is never the same one
* German dialogue
* Offset
* Jördis just better
* Credit for the artists (see https://www.deviantart.com/icejkai/art/Magma-Admin-Courtney-Trainer-Sprite-544510574 )
* Order
* Added tsdoc and named it more clear
* Fixed formatting and made it a void function
* Changed offset to number and updated tsdoch
* Improve readability
* Removed extra lines
* Fix this
* Revert override
* colress gets his own pool because @blitzy wants it (and i agree)
* Added Rood (some plasma sage guy)
* has voucher is not false by default. So only it will be set true for evil team leaders, gym leaders, elite 4 and champions
* Apply suggestions from code review
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: returntoice <dieandbecome@gmail.com>
* Added the localization also to japanese
* Update src/locales/ko/trainers.ts
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* CA
* Removed Colress
* Colress Last Stand
---------
Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
2024-08-07 10:31:02 -04:00
innerthunder
a4c913d963
[Move] Implement (or re-implement?) Lucky Chant ( #3352 )
...
* Implement Lucky Chant
* Add i18n keys for NoCritTag messages
* Add Lucky Chant message translations (DE, FR, KO, PT-BR)
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
* Add ZH translations
Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
* Add keys for JA locale
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
2024-08-07 02:31:54 -04:00
Lugiad
3a4eea51c6
[Localization] More French adjuestments ( #3382 )
...
* Update battle.ts
* Update starter-select-ui-handler.ts
* Update battle.ts
2024-08-06 12:17:34 -04:00