pokerogue/public/images
ImperialSympathizer acb2b66be4
[Feature] Add Mystery Encounters to the game (#3938)
* add .github/workflows/mystery-event.yml

* update mystery-event.yml

* mystery encounters: resolve review comments:

Lost at Sea:
-fix typo in handlePokemonGuidingYouPhase function

Mysterious Chest:
- remove obsolete commented code

mystery-encounter.ts
- remove unused `onDone` field from MysteryEncounterBuilder

* fix typo in CanLearnMoveRequirementOptions

* remove redundance from Pokemon.isAllowedInBattle()

* chore: jsdoc formatting

* fix lost-at-sea tests

* add fallback for biomeMysteryEncounters if empty

* lost-at-sea-encounter: fix and extend tests

* move "battle:fainted" into `koPlayerPokemon`

* add retries to quick-draw tests

* fix lost-at-sea-encounter tests

* clean up battle animation logic

* Update and rename mystery-event.yml to mystery-events.yml

* Update mystery-events.yml

* Fix typo

* Update mystery-events.yml

Fix debug runs

* clean up unit tests and utils

* attach github issues to all encounter jsdocs

* start dialogue refactor

* update sleeping snorlax encounter

* migrate encounters dialogue to new format

* cleanup and add jsdocs

* finish fiery fallout encounter

* fix unit test breaks

* add skeleton tests to fiery fallout

* commit latest test changes

* finish unit tests for fiery fallout

* bug fix for empty modifier shop

* stash working changes

* stash changes

* Update src/data/mystery-encounters/encounters/fiery-fallout-encounter.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/test/utils/overridesHelper.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/test/utils/overridesHelper.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/test/utils/overridesHelper.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/test/utils/overridesHelper.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/data/mystery-encounters/encounters/fiery-fallout-encounter.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/data/battle-anims.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* nit updates and cleanup

* Update src/data/mystery-encounters/encounters/fiery-fallout-encounter.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* add jsdocs and more cleanup

* add more jsdoc

* add the strong stuff encounter

* add the strong stuff encounter and more unit tests

* cleanup container length checks in ME ui

* add retries to tests

* add retries to tests

* fix trainer wave disable override

* add shuckle juice modifier

* add dialogue bug fixes

* add dialogue bug fixes

* add pokemon salesman encounter and affects pokedex UI display

* add unit tests for pokemon salesman

* temp stash

* add offer you can't refuse

* add unit tests for offer you can't refuse encounter

* remove unnecessary prompt handlers

* add tests for disabled encounter options

* add delibird-y encounter

* add delibird-y encounter

* add absolute avarice encounter

* finish absolute avarice encounter

* add unit tests and enhancements for item overrides in tests

* fix unit test

* cleanup absolute avarice PR

* small bug fixes with latest sync from main

* update visuals loading for safari and stat trainer visuals

* update visuals loading for safari and stat trainer visuals

* update a trainer's test encounter and add unit tests

* add Trash to Treasure encounter

* clean up trash to treasure encounter

* clean up trash to treasure encounter

* add berries abound encounter

* start clowning around encounter

* first implementation pass at clowning around

* add unit tests for clowning around

* add unit tests for clowning around

* clean up ME unit tests

* clean up unit tests

* update unit tests

* add part timer and dancing lessons encounters

* add unit tests for Dancing Lessons and Part-Timer

* reordered biome list and adjusted redirection for project and labels

* Add Weird Dream encounter and slight reworks to Berries Abound/Fight or Flight

* adjusting yml to match new labels

* fix yml whoopsie

* Expanded 'Weird Dream' banlist and fixed a bug with the BST bump range

* adds Winstrate Challenge mystery encounter

* small cleanup for winstrates

* add unit tests for Winstrate Challenge

* fix pokemon not returning after winstrate battle

* commit latest beta merge updates

* fix ME null checks and unit tests with beta update

* fix ME null checks and unit tests with beta update

* MEs to pokerogue beta branch

* test dialogue changes

* test patch fix

* test patch fix

* test patch fix

* adds teleporting hijinks encounter

* add unit tests for Teleporting Hijinks

* small change to teleporting hijinks dialogue

* migrate ME translations to json

* add retries to berries-abound.Option1: should reward the player with X berries based on wave

* add missing ME dialogue back in

* revert template changes

* add ME unique trainer dialogue to both dialogue jsons

* fix hanging comma in json

* fix broken imports

* resolve lint issues

* fix flaky test

* balance tweaks to a few MEs, updates to bug superfan

* add unit tests for Bug-Type Superfan and clean up dialogue

* Adds Fun and Games mystery encounter

* add unit tests for Fun and Games encounter

* update jsdoc

* small ME balance changes

* small ME balance changes

* Adds Uncommon Breed ME and misc. ME bug fixes

* Update getFinalSessionData() to collect Mystery Encounter data

* adds GTS encounter

* various ME bug fixes and balance changes

* latest ME bug fixes

* clean up GTS Encounter and add unit tests

* small cleanup to MEs branch

* add BGM music names for ME music

* bug fixes and balance changes for MEs

* ME data schema updates

* balance changes and bug fixes to MEs

* balance changes and bug fixes to MEs

* update tests for MEs

* add jsdoc to party exp function

* dialogue updates and test fixes for MEs

* dialogue updates and test fixes for MEs

* PR suggestions and fixees

* stash PR feedback and bugfixes

* fix all tests for MEs and cleanup

* PR feedback

* update flaky ME test

* update tests, bug fix MEs, and sprite assets

* remove unintentional console log

* re-enable stubbed function for Phaser text styling

* handle undefined introVisuals properly

* PR feedback from NightKev

* disable Uncommon Breed tests

* locales updates and bug fixes for safari zone

* more PR feedback and update field trip with Rarer Candy

* fix unit test

* Change how reroll button gets disabled in Modifier Shop Phase

* update continue button text logic

* Update src/ui/modifier-select-ui-handler.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* fix money formatting and some nits

* more nits

* more nits

* update ME tsdocs with links

* update ME tsdocs with links

---------

Co-authored-by: Felix Staud <felix.staud@headwire.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: ImperialSympathizer <imperialsympathizer@gmail.com>
Co-authored-by: InnocentGameDev <asdargmng@gmail.com>
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>
2024-09-14 03:05:58 +01:00
..
arenas [Bug] Fixed the extra pixels in plains_bg (#2154) 2024-06-12 19:19:38 -04:00
battle_anims [Bug] Add Giga Impact Opp BG img (#1584) 2024-05-30 16:48:06 -04:00
cg Add endings for classic mode 2024-05-16 21:41:38 -04:00
character Add expressions for male rival 2024-02-25 19:09:24 -05:00
effects Add tiered shiny variants 2024-04-18 22:52:26 -04:00
egg [Sprite] Fix Manaphy egg outline (#3863) 2024-08-30 23:10:22 -04:00
events Voucher Event (#4094) 2024-09-08 04:17:02 +01:00
inputs [Misc] Repack Keyboard button sprites (#3993) 2024-09-03 01:02:29 -04:00
items [Feature] Add Mystery Encounters to the game (#3938) 2024-09-14 03:05:58 +01:00
mystery-encounters [Feature] Add Mystery Encounters to the game (#3938) 2024-09-14 03:05:58 +01:00
pokeball Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
pokemon [Sprite] Remove repeated animation frames (#4205) 2024-09-13 01:08:38 -04:00
statuses Add Pokerus and give only Golden EXP Charms until wave 40 2023-10-25 14:15:44 -04:00
trainer [Feature] Add Mystery Encounters to the game (#3938) 2024-09-14 03:05:58 +01:00
ui [Localization][UI/UX] Clean up of unused localized images (#4110) 2024-09-09 12:53:22 -04:00
categories.json Add more to summary UI 2023-04-08 20:35:45 -04:00
categories.png Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
categories_legacy.json Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
categories_legacy.png Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
intro_dark.mp4 Add tiered shiny variants 2024-04-18 22:52:26 -04:00
items.json [Feature] Add Mystery Encounters to the game (#3938) 2024-09-14 03:05:58 +01:00
items.png [Feature] Add Mystery Encounters to the game (#3938) 2024-09-14 03:05:58 +01:00
logo.png Add proper title screen and logo 2024-03-21 13:12:05 -04:00
pb.json Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
pb.png Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
pbinfo_stat_numbers.json Reapply stat change feature with fixes 2024-04-30 23:02:16 -04:00
pokemon_icons_0.json Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
pokemon_icons_0.png Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
pokemon_icons_1.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_1.png August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_1v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_1v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_2.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_2.png August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_2v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_2v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_3.json Fix icon configuration always including gen 9 2024-05-10 00:24:21 -04:00
pokemon_icons_3.png Fix icon configuration always including gen 9 2024-05-10 00:24:21 -04:00
pokemon_icons_3v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_3v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_4.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_4.png [Sprite] Turtwig and Arceus icons (#3579) 2024-08-16 22:18:20 +01:00
pokemon_icons_4v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_4v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_5.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_5.png August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_5v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_5v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_6.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_6.png August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_6v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_6v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_7.json [Sprite] One more Mimikyu Disguised form tag (#2711) 2024-06-29 17:26:42 -04:00
pokemon_icons_7.png Update Artist Sprite Fixes 2024-05-25 23:08:36 -04:00
pokemon_icons_7v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_7v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_8.json Pride Update 2024-06-14 12:42:37 -04:00
pokemon_icons_8.png Pride Update 2024-06-14 12:42:37 -04:00
pokemon_icons_8v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_8v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_9.json August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_9.png August 2024 Variant Update (#3470) 2024-08-13 22:30:29 +01:00
pokemon_icons_9v.json [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
pokemon_icons_9v.png [Sprite] Add variant icons for Beta 2 (#3586) 2024-08-16 22:21:33 +01:00
statuses.json Add Pokerus and give only Golden EXP Charms until wave 40 2023-10-25 14:15:44 -04:00
statuses.png Add Pokerus and give only Golden EXP Charms until wave 40 2023-10-25 14:15:44 -04:00
types.json Add Terestallization mechanics 2024-02-17 00:40:03 -05:00
types.png Add battle info type icons 2024-04-03 21:19:42 -04:00
types_de.json Added the type icon localization (#1407) 2024-05-27 03:39:18 -05:00
types_de.png Added the type icon localization (#1407) 2024-05-27 03:39:18 -05:00
types_es.json Added the type icon localization (#1407) 2024-05-27 03:39:18 -05:00
types_es.png Added the type icon localization (#1407) 2024-05-27 03:39:18 -05:00
types_fr.json Added the type icon localization (#1407) 2024-05-27 03:39:18 -05:00
types_fr.png Added the type icon localization (#1407) 2024-05-27 03:39:18 -05:00
types_it.json Added the type icon localization (#1407) 2024-05-27 03:39:18 -05:00
types_it.png Added the type icon localization (#1407) 2024-05-27 03:39:18 -05:00
types_ja.json [Localization] Add Japanese Localization (#3332) 2024-08-06 20:36:07 -04:00
types_ja.png [Localization] New translations batch locales (Move-disabling effects, abilities triggers, error messages and some misc ajustements) (#4068) 2024-09-08 13:57:17 +02:00
types_ko.json [Localization] Add Korea type icons (#1649) 2024-05-31 10:34:26 -04:00
types_ko.png [Localization] Add Korea type icons (#1649) 2024-05-31 10:34:26 -04:00
types_legacy.json Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
types_pt-BR.json fix type sprites displaying wrong for languages with a hyphen (#2454) 2024-06-20 09:59:30 -04:00
types_pt-BR.png fix type sprites displaying wrong for languages with a hyphen (#2454) 2024-06-20 09:59:30 -04:00
types_zh-CN.json fix type sprites displaying wrong for languages with a hyphen (#2454) 2024-06-20 09:59:30 -04:00
types_zh-CN.png [localization] Zh_cn type image change (#2639) 2024-06-26 21:33:28 -05:00
types_zh-TW.json fix type sprites displaying wrong for languages with a hyphen (#2454) 2024-06-20 09:59:30 -04:00
types_zh-TW.png fix type sprites displaying wrong for languages with a hyphen (#2454) 2024-06-20 09:59:30 -04:00