Commit Graph

4006 Commits

Author SHA1 Message Date
Lugiad
e304189654
Merge branch 'beta' into localization-batch 2024-09-10 16:47:37 +02:00
Lugiad
5355f310f0
Update fight-ui-handler.json 2024-09-10 16:44:32 +02:00
Lugiad
8c140a2c8d
Update fight-ui-handler.json 2024-09-10 16:40:35 +02:00
Lugiad
83d582c78d
Update fight-ui-handler.json 2024-09-10 16:40:20 +02:00
Lugiad
bd7fdb897e
Update fight-ui-handler.json 2024-09-10 16:39:16 +02:00
Lugiad
22466fb22d
Update fight-ui-handler.json 2024-09-10 16:35:36 +02:00
Lugiad
8b94a3dfd5
Update fight-ui-handler.json 2024-09-10 16:31:48 +02:00
PigeonBar
5bf21a4f75
[Bug] Fix rare egg move and species rates for Manaphy eggs (#4125) 2024-09-10 10:15:07 -04:00
Madmadness65
4b8083211a
[P3 Bug] Fix Transform SFX not playing on quiet form changes (#4144) 2024-09-10 10:13:16 -04:00
MokaStitcher
9c4c19b5fb
[UI Bug] Fix HA icon not always showing in egg summary screen (#4150) 2024-09-10 10:12:17 -04:00
Niccolò
1d8ae044de
Update src/locales/it/fight-ui-handler.json 2024-09-10 15:38:33 +02:00
Lugiad
3775a71a61
Update battler-tags.json 2024-09-10 02:51:07 +02:00
Lugiad
42e42867b2
Update battler-tags.json 2024-09-10 02:50:26 +02:00
Lugiad
771b40ca5b
Update move-trigger.json 2024-09-10 02:45:32 +02:00
Lugiad
bfcd17ab9c
Update move-trigger.json 2024-09-10 02:45:12 +02:00
Lugiad
f37f467858
Update move-trigger.json 2024-09-10 02:44:10 +02:00
Lugiad
a341dcf5bf
Update move-trigger.json 2024-09-10 02:41:06 +02:00
Lugiad
512a3e1fae
Update fight-ui-handler.json 2024-09-10 02:33:10 +02:00
Lugiad
8fabe265b1
Apply suggestions from code review
Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
2024-09-10 01:20:27 +02:00
Lugiad
988e8e5095
Update src/locales/ko/move-trigger.json
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
2024-09-10 01:17:40 +02:00
Lugiad
82c8ce5667
Update src/locales/ko/fight-ui-handler.json
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
2024-09-10 01:17:33 +02:00
Lugiad
66801446dd
Merge branch 'beta' into localization-batch 2024-09-09 23:41:33 +02:00
Lugiad
f2266e6a31
Update move-trigger.json 2024-09-09 23:41:22 +02:00
Lugiad
7753ca5719
Update move-trigger.json 2024-09-09 23:40:24 +02:00
Lugiad
deb42ba5e6
Update move-trigger.json 2024-09-09 23:40:04 +02:00
Lugiad
0ddcc5382e
Update move-trigger.json 2024-09-09 23:39:46 +02:00
Lugiad
f5c036a793
Update move-trigger.json 2024-09-09 23:39:31 +02:00
Lugiad
c9541a9a74
Update move-trigger.json 2024-09-09 23:39:18 +02:00
Lugiad
8c7554934b
Update move-trigger.json 2024-09-09 23:38:58 +02:00
Lugiad
24d2ea94ab
Update move-trigger.json 2024-09-09 23:35:37 +02:00
Raidette
a919b9c0af
[Move] Implement After You (#1789)
* Complete after you implementation (no localization)

* reset override changes

* Remove hardcoded English text, add tests

* Fix test

* Make sure phases occur in the correct order

* fix after-you issues

- fix i18n interpolation ot state "target name" and not "pokemon name" as the target takes the offer, not the user
- fix some tsdocs
- add override to apply
- update scene.findPhase to be able to use generic types. Add tsdocs

* add move-trigger.afterYou for DE

* fix after_you.test.ts

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-09-09 14:35:04 -07:00
Lugiad
07523385a0
Update src/locales/pt_BR/fight-ui-handler.json
Co-authored-by: José Ricardo <josefleury@discente.ufg.br>
2024-09-09 23:18:28 +02:00
Lugiad
9dd9599d11
Merge branch 'beta' into localization-batch 2024-09-09 22:11:28 +02:00
Adrian T.
e959595471
[Test] Fix throat chop and gorilla tactics tests (#4140) 2024-09-09 16:03:29 -04:00
Jannik Tappert
d9a8448c6e
[Enhancement] Added the ability to localize the tera type hover text (#4138) 2024-09-09 15:57:07 -04:00
Adrian T.
a82d64b5b5
[Ability] Implement Gorilla Tactics (#4051)
* fully implement gorilla tactics

* fix atk increase

* update oversight

* add showAbility param

* fix postmerge

* fix postmerge

* update tests
2024-09-09 15:41:53 -04:00
Lugiad
82c9dd40ed
Merge branch 'beta' into localization-batch 2024-09-09 21:35:06 +02:00
Lugiad
4c2c5b5d8b
Update dialogue.json 2024-09-09 21:34:52 +02:00
Brandon Bay
9317093044
[Enhancement] [UI/UX] Add ability and passive tooltips to starter select screen (#4023)
* Add ability and passive tooltips to starter select screen

* Remove explicit casts to BattleScene

* Increase tooltip size, reverse y when necessary, and always show passive tooltip

* Add ability name to tooltip title and persist tooltips between Pokemon

* Use vi function mocks
2024-09-09 15:07:00 -04:00
Adrian T.
9afab182e9
[Test] Remove obsolete splash_only (#4139) 2024-09-09 15:02:11 -04:00
Lugiad
27e4870a8c
Update fight-ui-handler.json 2024-09-09 20:59:58 +02:00
Lugiad
179e2f1dda
Update fight-ui-handler.json 2024-09-09 20:59:38 +02:00
Lugiad
65e411874e
Update fight-ui-handler.json 2024-09-09 20:59:21 +02:00
Lugiad
b7744fb039
Update fight-ui-handler.json 2024-09-09 20:59:06 +02:00
Lugiad
91b1cb862c
Update fight-ui-handler.json 2024-09-09 20:58:48 +02:00
Lugiad
dd25152c52
Update fight-ui-handler.json 2024-09-09 20:58:30 +02:00
Lugiad
521e5dfc65
Update fight-ui-handler.json 2024-09-09 20:58:02 +02:00
Lugiad
d50d5d19c3
Update fight-ui-handler.json 2024-09-09 20:57:34 +02:00
Lugiad
72f530f0d2
Update dialogue.json 2024-09-09 19:21:15 +02:00
Lugiad
01c455dbb1
Update dialogue.json 2024-09-09 19:18:39 +02:00