Commit Graph

4550 Commits

Author SHA1 Message Date
Leo Kim 7b33e7349d
Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 19:01:54 +09:00
Leo Kim 9625220bf5
Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 19:01:31 +09:00
Leo Kim 7f681745d9
Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 19:01:01 +09:00
Leo Kim f7c1b2622c
Update src/locales/ko/modifier-type.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 18:58:55 +09:00
Leo Kim 9b3e523808
Update src/locales/ko/modifier-type.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 18:58:31 +09:00
Leo Kim e3d03a6b4a
Update src/locales/ko/modifier-type.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 18:58:14 +09:00
Leo Kim c5c4e1e03c
Update src/locales/ko/modifier-type.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 18:58:06 +09:00
Leo Kim e89ae80927
Update src/locales/ko/dialogue.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 18:56:09 +09:00
Leo Kim 1d94651593
Update src/locales/ko/dialogue.json
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-09-18 18:52:58 +09:00
sodam 6b74c624c4
Update src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json 2024-09-18 15:07:13 +09:00
Leo Kim fc9610c95e
Update src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
2024-09-18 14:56:51 +09:00
Leo Kim e30494a351
Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
2024-09-18 14:53:58 +09:00
Leo Kim a17a210a6b
Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
2024-09-18 14:53:49 +09:00
sodam 4261d312b4
Apply suggestions from code review 2024-09-18 14:52:27 +09:00
sodam 34bc6aa11d
[event] teleporting hijinks, slumbering snorlax (#17)
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: KimJeongSun <leo@atlaslabs.ai>
2024-09-18 14:36:46 +09:00
sodam 1d5e419b53
Apply suggestions from code review 2024-09-18 14:21:24 +09:00
sodam bd42e647ab
Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
2024-09-18 14:18:28 +09:00
sodam c45972d697
[event] strong stuff, pokemon salesman (#16)
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: KimJeongSun <leo@atlaslabs.ai>
2024-09-18 14:01:53 +09:00
Leo Kim ad123a3e25
Merge branch 'mystery-encounters-translations' into mystery-encounters-translations 2024-09-18 13:43:22 +09:00
flx-sta 6030b780f2
[Move][Mirror] Update HitTagAttr attributes v2 (#4297)
* [Move] Updated HitAttr tags

Affects Whirlwind/Fly, Steamroller/Minimize, and Malicious Moonsault/Minimize

* [Move] Update for MinimizeAccuracyAttr

Affects Steamroller and Malicious Moonsault

* add: whirlwind test

* add: steamroller test

* rename: `AlwaysHitMinimizeAttr` (from `MinimizeAccuracyAttr`)

* rename: `DealsDoubleDamageToTagAttr` (from `HitsTagAttr`)

---------

Co-authored-by: chaosgrimmon <31082757+chaosgrimmon@users.noreply.github.com>
2024-09-17 22:41:46 -04:00
Jannik Tappert e386504977
[BUG][Beta] Fix English Status Symbols (#4293)
* Have English Status Symbols show up again :)

* It now uses the function instead

---------

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-09-17 22:26:47 -04:00
podar 106ed6b27b
[Bug] Using default animation for errors that occur. (#4266)
* Using default animation for errors that occur.

* Renaming function to make it clear that logging happens

* Updating logging for missing animations

* Missed committing linter changes

* Update src/data/battle-anims.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Update src/data/battle-anims.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* Update src/data/battle-anims.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-09-17 22:15:47 -04:00
flx-sta 4389bff5d0
[Bug] Fix stat-protection-attribute not taking inverts (e.g. Contrary) into account (#4031)
* add generic types to`Pokemon.getAbilityAttrs()`

* add invert check to `ProtectStatAbAttr.apply...`

This makes sure that a stat is only protected if no other ability inverts the change. E.g. `Contrary` inverts any decrease to an increase

* migrate contrary.test.ts to game.classicMode

* move `StatStageChangeMultiplierAbAttr` resolve above `ProtectStatAbAttr`

The effect of StatStageChangeMultiplierAbAttr is now applied before resolving any ProtectStatAbAttr. Thus the stage (level) of the BattleStat change was properly altered at the time of resolving the protection

* revert ability.ts changes

* add automated tests for `Clear Body` + `Contrary`

* StateStageChangePhase replace ~~`IntegerHolder`~~ with `NumberHolder`

Update Utils import and replace all occurcences of `Utils.`

* contrary.test.ts: remove `js` import
2024-09-17 19:14:41 -07:00
Lugiad b3536e1e66
Merge branch 'beta' into mystery-encounters-translations 2024-09-17 23:09:50 +02:00
Madmadness65 00ba2eebc8
Add new biome BGM by Firel (#4301) 2024-09-17 21:57:34 +01:00
Lugiad 1dcd7b158e
Merge branch 'beta' into mystery-encounters-translations 2024-09-17 20:37:16 +02:00
Lugiad 50d7342279
Update src/locales/ko/bgm-name.json
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
2024-09-17 20:31:09 +02:00
Lugiad e7e961ca0c
Update a-trainers-test-dialogue.json 2024-09-17 20:30:51 +02:00
Lugiad 84bd7a9104
Update a-trainers-test-dialogue.json 2024-09-17 20:29:43 +02:00
Lugiad 46e82247ba
Update a-trainers-test-dialogue.json 2024-09-17 20:29:17 +02:00
Jannik Tappert 6e2dbbdca3
Update src/locales/de/mystery-encounters/a-trainers-test-dialogue.json 2024-09-17 20:28:31 +02:00
Lugiad fe49dee259
Update a-trainers-test-dialogue.json 2024-09-17 20:28:06 +02:00
Lugiad 51516c7d84
Update a-trainers-test-dialogue.json 2024-09-17 20:27:46 +02:00
Lugiad 4525042a70
Update a-trainers-test-dialogue.json 2024-09-17 20:27:34 +02:00
Lugiad 0da0db68f2
Update a-trainers-test-dialogue.json 2024-09-17 20:27:17 +02:00
Lugiad 87c8cb4ac8
Update a-trainers-test-dialogue.json 2024-09-17 20:26:59 +02:00
Lugiad e667c53d42
Update a-trainers-test-dialogue.json 2024-09-17 20:26:40 +02:00
Lugiad 863e3564cb
Update a-trainers-test-dialogue.json 2024-09-17 20:26:23 +02:00
Lugiad 9aa85b9d58
Update a-trainers-test-dialogue.json 2024-09-17 20:21:24 +02:00
Lugiad ad216b9db7
Update a-trainers-test-dialogue.json 2024-09-17 20:20:49 +02:00
Lugiad e9d2d4d380
Update a-trainers-test-dialogue.json 2024-09-17 20:20:21 +02:00
Lugiad 204c85b725
Update a-trainers-test-dialogue.json 2024-09-17 20:19:50 +02:00
Lugiad 7a8c04279d
Update a-trainers-test-dialogue.json 2024-09-17 20:19:33 +02:00
Lugiad 7e7c99b73f
Update a-trainers-test-dialogue.json 2024-09-17 20:19:14 +02:00
Lugiad 76f001f7a2
Update a-trainers-test-dialogue.json 2024-09-17 20:18:45 +02:00
Lugiad bdacecb400
Update a-trainers-test-dialogue.json 2024-09-17 20:16:23 +02:00
Lugiad 42a6d1644f
Update a-trainers-test-dialogue.json 2024-09-17 20:16:05 +02:00
Leo Kim fe69bd2b55
add missing translation for korean (#4295) 2024-09-17 10:50:51 -07:00
Dakurei 1fb5389765
Auto center the window vertically (#2686)
+ When the game is played in landscape format
    or in portrait format when it's not a touchscreen
2024-09-17 17:55:50 +01:00
sodam 247b04755c
[event]weird dream, uncommon breed, traning session (#15)
* translated 3 of *.json
* 나이들어보이는 기라티나 대사 수정
2024-09-18 01:41:25 +09:00