Commit Graph

4339 Commits

Author SHA1 Message Date
Lugiad 3f2188e760
Update src/locales/es/mystery-encounters/a-trainers-test-dialogue.json
Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
2024-09-15 19:26:26 +02:00
Lugiad fb929478c0
Update src/locales/es/mystery-encounters/absolute-avarice-dialogue.json
Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
2024-09-15 19:26:18 +02:00
Lugiad bdc92e1370
Update src/locales/es/mystery-encounters/an-offer-you-cant-refuse-dialogue.json
Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
2024-09-15 19:26:11 +02:00
Lugiad 92e95df441
Update src/locales/es/mystery-encounters/dancing-lessons-dialogue.json
Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
2024-09-15 19:25:51 +02:00
Lugiad fe5da9006d
Update config.ts 2024-09-15 16:18:01 +02:00
Lugiad 66c70a5f74
Update uncommon-breed-dialogue.json 2024-09-15 16:08:22 +02:00
Lugiad 26722cfb91
Update training-session-dialogue.json 2024-09-15 16:08:00 +02:00
Lugiad 078a9f7ae9
Update the-strong-stuff-dialogue.json 2024-09-15 16:07:16 +02:00
Lugiad 8d2d4de3f7
Update safari-zone-dialogue.json 2024-09-15 16:06:41 +02:00
Lugiad a452eebf9e
Update dancing-lessons-dialogue.json 2024-09-15 16:06:12 +02:00
Lugiad b5fa6429d9
Update modifier-type.json 2024-09-15 16:05:42 +02:00
Lugiad c25403a517
Merge branch 'beta' into mystery-encounters-translations 2024-09-15 14:49:26 +02:00
Lugiad 90b4aeaeac
Update dialogue.json 2024-09-15 12:40:26 +02:00
Lugiad 21af89ec05
Update lost-at-sea-dialogue.json 2024-09-15 11:51:35 +02:00
Lugiad cd8cea1c1d
Update trash-to-treasure-dialogue.json 2024-09-15 11:42:29 +02:00
damocleas ddf97fd8f6
[Balance] Pokerus Starter Count 3 -> 5, made pokerus count a constant as to only require one line change (#4268)
* Update pokemon-species.ts Pokerus starters 3 -> 5

* Update starter-select-ui-handler.ts

* Updated pokemon-species.ts, changes from frutescens to make Pokerus # a constant that imports into starter select ui

* Update starter-select-ui-handler.ts to continue the other changes

* Update src/data/pokemon-species.ts

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2024-09-15 09:55:17 +02:00
Jannik Tappert 6ed8cafcce
Update src/locales/de/mystery-encounters/an-offer-you-cant-refuse-dialogue.json 2024-09-15 09:31:57 +02:00
Madmadness65 e32d1612d9 Resize Sun & Moon Flute item sprites
They will no longer appear weirdly offset on the reward selection screen.
2024-09-14 21:09:19 -05:00
Madmadness65 cc5b46d5c1 Compile item atlas
Adds the new item sprites from #2732
2024-09-14 20:46:20 -05:00
AJ Fontaine 540a1c3e21
[Balance] Rework some evolutions (#2732)
* Changes some evolutions

* more work

* Give Onix Iron Defense at 30

* Sirfetch'd and Gholdengo, pause any evolutions

* Fix pause evolution text

* adjust wild evolution delay

* Add localization keys, clean up evo pausing

* Clean up evo delays

* Adjust friendship evos, Leader's Crest sprite by chaosgrimmon

* Fix Nugget crash

* Fixed Gimmighoul fr

* Move Charcadet armors to common

* Locale migration, Lilligant shiny stone

* Cleanup

* Fix language migration error

* Change Cosmog line evo method

* Undo Ursaluna being night only

* Evo items roll during evo pause on Eevee

* Make all time based evos use dusk and dawn times

* Fix paused and unpaused evolution texts being reversed

* Fixed evolution delays

* Moved up Mimic in Mime Jr's moveset

* Remove Cosmoem time conditions, add Gimmighoul tracker

* Remove tracker after Gimmighoul evo

* Change Scyther Steel Wing back to 30, mark custom
2024-09-15 02:32:43 +01:00
Lugiad bc14064ef9
Update an-offer-you-cant-refuse-dialogue.json 2024-09-15 03:01:37 +02:00
Lugiad e7c023eda7
Update an-offer-you-cant-refuse-dialogue.json 2024-09-15 03:01:11 +02:00
Lugiad 26fcb4e1d1
Update an-offer-you-cant-refuse-dialogue.json 2024-09-15 03:00:50 +02:00
Lugiad 27f729dda5
Update an-offer-you-cant-refuse-dialogue.json 2024-09-15 03:00:31 +02:00
Lugiad 1996fe0b63
Update an-offer-you-cant-refuse-dialogue.json 2024-09-15 03:00:03 +02:00
Lugiad d0cc780ead
Update an-offer-you-cant-refuse-dialogue.json 2024-09-15 02:59:29 +02:00
Lugiad b1af452634
Update an-offer-you-cant-refuse-dialogue.json 2024-09-15 02:58:31 +02:00
Lugiad f7aaf7e1e8
Update weird-dream-dialogue.json 2024-09-15 02:30:02 +02:00
Lugiad 14577fe95b
Merge branch 'beta' into mystery-encounters-translations 2024-09-15 02:15:00 +02:00
PrabbyDD 3a683c0663
[Bug] Fix for "Moves Can Miss Against Protect, Baneful Bunker, King's Shield" (#4262)
* added various tests for protect based moves, reset protect test file bc no easy way to test specifically with protect, and changes in move-effect to fix the issue

* adding another non contact move test for baneful bunker

* Update src/test/moves/obstruct.test.ts

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>

* Update src/test/moves/baneful_bunker.test.ts

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>

* Update src/test/moves/baneful_bunker.test.ts

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>

* Update src/test/moves/baneful_bunker.test.ts

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>

* better descriptions for baneful bunker test

---------

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
2024-09-14 20:11:54 -04:00
Lugiad 8ac8001cbf
Merge branch 'beta' into mystery-encounters-translations 2024-09-15 02:04:35 +02:00
Lugiad df8e26b1a5
Update src/locales/es/mystery-encounters/clowning-around-dialogue.json
Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
2024-09-15 02:04:27 +02:00
Lugiad f1601bba76
Update src/locales/es/mystery-encounters/berries-abound-dialogue.json
Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
2024-09-15 02:04:14 +02:00
Lugiad 3d089c488d
Update the-winstrate-challenge-dialogue.json 2024-09-15 01:27:21 +02:00
Lugiad d06f3e6b29
Update the-strong-stuff-dialogue.json 2024-09-15 01:19:37 +02:00
innerthunder 79fa80cfd8
[Bug][Beta] Fix error in message sequencing on critical hits (#4259) 2024-09-14 19:14:37 -04:00
innerthunder d8dbc471af
[Bug][Beta] Fix Pokemon info flyout being offset on switchout after double battle (#4260) 2024-09-14 19:13:32 -04:00
Jannik Tappert aecdcd34f5
[BUG] Fix a couple of bugs regarding MEs and their localization (#4261)
* Fixed SURF and FLY not beeing localized in "lost at sea"
Fixed Mysterious Challenger Title not beeing correct
Fixed Winstrate Names not beeing localized

* Revert the winstrate fix. It breaks other trainer battles for some reason...

* A new way of giving the winstrates localized names (and for the future all named trainers that dont use a "initFor" method)

* Updated test (with ok from ImperialSympathizer)

* Made the expected value simpler

* FLY and SURF can be localized much simpler
2024-09-14 19:12:55 -04:00
DanStevensonx 9f8e9de967
Update menu.json (#4258)
Added a line-break to the server connection error in Spanish
2024-09-14 19:12:05 -04:00
Lugiad e3c5cb4223
Update fiery-fallout-dialogue.json 2024-09-15 01:00:18 +02:00
Lugiad 0dd2380032
Update lost-at-sea-dialogue.json 2024-09-15 00:51:38 +02:00
Lugiad 8ddd19ffa3
Update safari-zone-dialogue.json 2024-09-14 23:58:38 +02:00
Lugiad 7d817fbc1b
Update weird-dream-dialogue.json 2024-09-14 23:46:40 +02:00
Lugiad 32b6ffeb4d
Update dark-deal-dialogue.json 2024-09-14 23:32:35 +02:00
Lugiad 608d561b21
Merge pull request #12 from CodeTappert/deME
German Localization of MEs
2024-09-14 22:25:14 +02:00
Lugiad 1e1e2a08f9
Update field-trip-dialogue.json 2024-09-14 21:51:12 +02:00
Jannik Tappert fb7d90cb51
Update src/overrides.ts 2024-09-14 21:44:15 +02:00
Jannik Tappert 2d1c1f31be
Update src/overrides.ts 2024-09-14 21:43:56 +02:00
Jannik Tappert a8b83e0712 Merge branch 'mystery-encounters-translations' into deME 2024-09-14 21:40:35 +02:00
Jannik Tappert 5afeca22d5 Revert "Revert "Teil 1""
This reverts commit 031e9595a6.
2024-09-14 21:40:29 +02:00