Commit Graph

4208 Commits

Author SHA1 Message Date
Lugiad
edec710690
Update battler-tags.json 2024-09-27 22:45:59 +02:00
Lugiad
bcee2f8b65
Update modifier-type.json 2024-09-27 22:36:57 +02:00
Lugiad
1ab5a88355
Update modifier-type.json 2024-09-27 22:30:36 +02:00
Lugiad
1927c22651
Update modifier-type.json 2024-09-27 22:26:36 +02:00
Lugiad
b858cf2d0f
Update modifier-type.json 2024-09-27 22:26:03 +02:00
Lugiad
0b3a1a39f8
Update modifier-type.json 2024-09-27 22:23:31 +02:00
Lugiad
2c46060d5b
Update modifier-type.json 2024-09-27 22:18:07 +02:00
Lugiad
6d24e88684
Update modifier-type.json 2024-09-27 22:18:02 +02:00
Jannik Tappert
b85aee16cc
Update src/locales/ko/modifier-type.json
Co-authored-by: returntoice <171243264+returntoice@users.noreply.github.com>
2024-09-27 22:14:34 +02:00
Jannik Tappert
586585577a
Update src/locales/ja/modifier-type.json 2024-09-27 22:12:51 +02:00
Jannik Tappert
ecc0b8f3b0
Update src/locales/es/modifier-type.json 2024-09-27 22:08:01 +02:00
Lugiad
5e67735923
Update modifier-type.json 2024-09-27 22:07:11 +02:00
Jannik Tappert
01fc5adf56
Update src/locales/ko/modifier-type.json 2024-09-27 22:03:24 +02:00
Jannik Tappert
61d6738bf7
Update src/locales/it/modifier-type.json 2024-09-27 22:03:08 +02:00
Jannik Tappert
37f0ebf3d9
Update src/locales/it/modifier-type.json 2024-09-27 22:02:26 +02:00
Lugiad
d9927d066d
Update modifier-type.json 2024-09-27 22:01:28 +02:00
Jannik Tappert
d2f9df9513
Update src/locales/ko/modifier-type.json 2024-09-27 21:56:28 +02:00
Jannik Tappert
beeb641690
Update src/locales/ko/modifier-type.json 2024-09-27 21:55:59 +02:00
Lugiad
f3dd4dde30
Update modifier-type.json 2024-09-27 21:50:55 +02:00
Lugiad
43feb12681
Update modifier-type.json 2024-09-27 21:48:04 +02:00
Lugiad
0d5352c214
Update modifier-type.json 2024-09-27 21:47:34 +02:00
Lugiad
78c19c7ad8
Update modifier-type.json 2024-09-27 21:46:03 +02:00
Lugiad
389c1fcb2e
Update modifier-type.json 2024-09-27 21:45:39 +02:00
Lugiad
4284ef8a4b
Update modifier-type.json 2024-09-27 21:44:39 +02:00
Lugiad
2e782d9b59
Update modifier-type.json 2024-09-27 21:44:21 +02:00
Lugiad
d06ea8dcfe
Update modifier-type.json 2024-09-27 21:43:51 +02:00
Lugiad
9cdc36d807
Update modifier-type.json 2024-09-27 21:32:14 +02:00
Lugiad
7377a69194
Update modifier-type.json 2024-09-27 21:31:47 +02:00
Lugiad
6c1f7753f5
Update modifier-type.json 2024-09-27 21:31:11 +02:00
Lugiad
600cadb6dd
Update modifier-type.json 2024-09-27 21:30:42 +02:00
Lugiad
8d6fd2a07b
Update modifier-type.json 2024-09-27 21:30:10 +02:00
Lugiad
3316502711
Update modifier-type.json 2024-09-27 21:29:16 +02:00
Lugiad
eb58ecef6f
Update modifier-type.json 2024-09-27 21:28:31 +02:00
Lugiad
2f74e5e87d
Update modifier-type.json 2024-09-27 21:28:08 +02:00
Xavion3
edbb09f4d6
[Beta][P2 Bug] Fix macho brace stat calculation for HP (#4467) 2024-09-27 13:11:08 -04:00
Jannik Tappert
b426340aee
[Localization][DE] Fix BattlerTags typo (#4464) 2024-09-27 11:10:16 -04:00
Yonmaru40
a99ec0c6c5
[localization] Zh_cn ME parameters hotfix (#4462)
* Update mysterious-chest-dialogue.json

* Update shady-vitamin-dealer-dialogue.json

* Update slumbering-snorlax-dialogue.json

* Update training-session-dialogue.json
2024-09-27 15:23:41 +01:00
ImperialSympathizer
b2df7d785b
fix bug-type superfan's team on waves 160+ (#4459)
Co-authored-by: ImperialSympathizer <imperialsympathizer@gmail.com>
2024-09-26 21:49:12 -07:00
NightKev
933309cd00
Fix Meloetta-related bugs in mono-type challenges (#4460)
Remove Meloetta from the `TYPE_OVERRIDES` array so wrong-form
Meloetta can't be sent into battle.
This was missed when Meloetta was changed in a previous PR

Also disallow Meloetta from being added to the party in
starter select if it's in the wrong form
for the current mono-type challenge
2024-09-26 21:48:57 -07:00
AJ Fontaine
c7f00d0a4d
Reinstate temporary evolution delay fix (#4458) 2024-09-26 19:13:15 -07:00
ImperialSympathizer
5997744aa2
[Beta][Bug] Major/minor ME bug fixes (#4451)
* major/minor ME bug fixes

* potential fix for failed save with rental pokemon

* Update src/system/game-data.ts

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

* Update src/system/game-data.ts

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

* more bug fix cleanup and PR feedback

* fix Uncommon Breed ME crash

* real fix to Fun and Games force switch issues

* add isBattleMysteryEncounter() helper function

* add isBattleMysteryEncounter() helper function

* fix unintentional replace all errors

* fix catches not updating dex

---------

Co-authored-by: ImperialSympathizer <imperialsympathizer@gmail.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-09-26 18:43:28 -04:00
Blitzy
6e18c76e25
[Balance] [Fix] Fix accidental Jirachi revert / Update Spritzee (#4455)
* Fix Jirachi / Change Spritzee

* Update egg-moves.ts
2024-09-26 17:35:38 -05:00
DanStevensonx
59cb6539a7
[Localization] Minor Spanish Typo Corrections (#4454)
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr>
2024-09-26 15:33:39 -07:00
damocleas
69cac23421
[Balance] Various Pokemon and Move Balance Changes, labels for E-Floette and Ursaluna-BM (#4414)
* Gmax Changes for Venusaur, Blastoise, Lapras, Regenerator Mega Audino, Darkrai and Cosmog upped 6 -> 7 cost

* Changed Heal Order to 5pp to match other Recovery options

* Updated Ursaluna-BM and Eternal-Floette to Sub-Legend for easier handling, Adjust catchrates to Metagross to match Baxcalibur line, and Iron Leaves/Walking Wake catchrate to match the other paradox legends

* Actually updated catchrate for Iron Leaves and Walking Wake

* Added comments for all changes

* part 2 passive changes for the update, Pidgey, Lickitung, Stantler, Regigigas, Frillish, Litten, Chien Pao

* fix space

* Updated Meloetta Cost, Updated Krabby Passive
2024-09-26 23:07:27 +01:00
Madmadness65
2aeacc6de9
September egg move changes (#4453) 2024-09-26 17:00:25 -05:00
podar
34bf0069ca
[P1] Fixing continue menu option when game finishes (#4287)
* [Bug] Fixing continue error when game finishes

* migrate: `GameData.tryClearSession` to async/await

* install dev: msw module

* add: game-data test => tryClearSession tests

---------

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-09-26 13:55:08 -07:00
Lugiad
cb27d32fe5
[Localization] Tiny French typos (#4452)
* Update part-timer-dialogue.json

* Update an-offer-you-cant-refuse-dialogue.json
2024-09-26 15:34:06 -04:00
Jannik Tappert
9f31e36d24
[Beta][Bug] Rename files so it load the correct status file in languages with a - (#4450) 2024-09-26 12:43:12 -04:00
Lugiad
909be8ed72
[Localization] Splash texts Updates (#4424)
* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Apply suggestions from code review

* Update splash-messages.json

* Update splash-messages.json

* Update splash-messages.json

* Update src/locales/pt_BR/splash-messages.json

* Update src/locales/pt_BR/splash-messages.json

* Update src/locales/pt_BR/splash-messages.json

* Update src/locales/pt_BR/splash-messages.json

* Update src/locales/pt_BR/splash-messages.json

* Apply suggestions from code review

Co-authored-by: José Ricardo <josefleury@discente.ufg.br>

* Update splash-messages.json [localization]

italian localization

* Apply suggestions from code review

Readded count

* Apply suggestions from code review

Removed non translated text from spanish

* Removed non translated splash messages from all other languages

* I missed simplified chinese

* Update src/locales/es/splash-messages.json

* Update src/locales/ja/splash-messages.json

* Update src/locales/es/splash-messages.json

* Update src/locales/ko/splash-messages.json

* Update src/locales/zh_TW/splash-messages.json

* Update src/locales/zh_CN/splash-messages.json

---------

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: José Ricardo <josefleury@discente.ufg.br>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
2024-09-26 12:34:20 -04:00
damocleas
8044c76e71
[Localization] Fix for English 'Battles Won', updated tutorial # of Pokerus mons from 3 -> 5 (#4449)
* Fixed 'count, number' on 'Battles Won' splash text

* english tutorial

* German tutorial

* Spanish tutorial

* French tutorial

* Italian Tutorial

* Japanese tutorial, needs fix

* Korean Tutorial, needs fix

* PT / Brazil Tutorial

* zh_cn tutorial, needs check

* zh_tw tutorial, needs check
2024-09-26 12:31:04 -04:00