Commit Graph

4096 Commits

Author SHA1 Message Date
José Ricardo
6553ae49f4
Update src/locales/pt_BR/pokemon-form.json 2024-09-18 08:38:55 -03:00
José Ricardo
8479e9e5ee
Update src/locales/pt_BR/pokemon-form.json 2024-09-18 08:35:09 -03:00
José Ricardo
40fd3d0a9b
Update src/locales/pt_BR/pokemon-form.json 2024-09-18 08:28:09 -03:00
José Ricardo
a124411ef9
Update src/locales/pt_BR/pokemon-form.json 2024-09-18 08:24:55 -03:00
Lugiad
4b93b9abe2
Update pokemon-form.json 2024-09-18 12:35:07 +02:00
Lugiad
4d1705d4fb
Update pokemon-form.json 2024-09-18 12:34:42 +02:00
Lugiad
34a377de22
Update pokemon-form.json 2024-09-18 12:34:03 +02:00
Lugiad
47466b6018
Update pokemon-form.json 2024-09-18 12:33:20 +02:00
Lugiad
31782cae3e
Update pokemon-form.json 2024-09-18 12:32:51 +02:00
Lugiad
88b40720db
Update pokemon-form.json 2024-09-18 12:32:19 +02:00
Lugiad
8779f051d4
Update pokemon-form.json 2024-09-18 12:31:47 +02:00
Lugiad
1b0ca24e97
Update pokemon-form.json 2024-09-18 12:31:10 +02:00
Lugiad
62680893ce
Update pokemon-form.json 2024-09-18 12:30:43 +02:00
Lugiad
0fd8ceb8ad
Update pokemon-form.json 2024-09-18 12:30:05 +02:00
Lugiad
53f2d98af1
Merge branch 'beta' into formChangeLocale 2024-09-18 12:26:16 +02:00
Jannik Tappert
16533b189f
Update src/locales/de/pokemon-form.json 2024-09-18 09:26:27 +02:00
Jannik Tappert
22a5edd590
Update src/locales/de/pokemon-form.json 2024-09-18 09:25:04 +02:00
Jannik Tappert
2ce7c4a74e
Update src/locales/de/pokemon-form.json 2024-09-18 09:21:44 +02:00
Jannik Tappert
b4c6c8c12b
Update src/locales/de/pokemon-form.json 2024-09-18 09:20:58 +02:00
Jannik Tappert
10c21fcd91
Update src/locales/de/pokemon-form.json 2024-09-18 09:20:22 +02:00
Jannik Tappert
b2c1ebd961
Update src/locales/de/pokemon-form.json 2024-09-18 09:19:34 +02:00
Jannik Tappert
57d8af9093
Update src/locales/de/pokemon-form.json 2024-09-18 09:18:39 +02:00
Jannik Tappert
90fdf9cea7
Update src/locales/de/pokemon-form.json 2024-09-18 09:17:52 +02:00
Jannik Tappert
752e1c8c1b
Update src/locales/de/pokemon-form.json 2024-09-18 09:15:59 +02:00
Jannik Tappert
405ef19299
Update src/locales/de/pokemon-form.json 2024-09-18 09:15:32 +02:00
Jannik Tappert
71a79f3002
Update src/locales/de/pokemon-form.json 2024-09-18 09:14:14 +02:00
Jannik Tappert
75e24ef876
Update src/locales/de/pokemon-form.json 2024-09-18 09:13:36 +02:00
Jannik Tappert
96378c2a88
Update src/locales/de/pokemon-form.json 2024-09-18 09:09:18 +02:00
Jannik Tappert
0e36275199
Update src/locales/de/pokemon-form.json 2024-09-18 09:08:26 +02:00
Jannik Tappert
59f366d9f2
Update src/locales/de/pokemon-form.json 2024-09-18 09:06:32 +02:00
Jannik Tappert
5d858376ac
Update src/locales/de/pokemon-form.json 2024-09-18 09:05:26 +02:00
Jannik Tappert
0d2f6fb995
Update src/locales/de/pokemon-form.json 2024-09-18 09:05:06 +02:00
Jannik Tappert
da8c11c5e8
Update src/locales/de/pokemon-form.json 2024-09-18 09:04:31 +02:00
Jannik Tappert
6cd4ff42eb
Update src/locales/de/pokemon-form.json 2024-09-18 09:04:01 +02:00
Jannik Tappert
30feeee5bd
Update src/locales/de/pokemon-form.json 2024-09-18 09:02:48 +02: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
1a3485ed43
Merge branch 'beta' into formChangeLocale 2024-09-18 02:17:03 +02:00
Lugiad
8fdae0f0ef
Update pokemon-form.json 2024-09-18 02:02:09 +02:00
Lugiad
82f6215806
Update pokemon-form.json 2024-09-18 02:02:06 +02:00
Lugiad
4181f078ae
Update pokemon-form.json 2024-09-18 02:02:02 +02:00
Lugiad
6409fe83b5
Update pokemon-form.json 2024-09-18 02:01:59 +02:00
Lugiad
e5180cc89a
Update pokemon-form.json 2024-09-18 02:01:55 +02:00
Lugiad
b5a83b689e
Update pokemon-form.json 2024-09-18 02:01:51 +02:00
Lugiad
36e14196de
Update pokemon-form.json 2024-09-18 02:01:47 +02:00
Lugiad
a5e27bc3a7
Update pokemon-form.json 2024-09-18 02:01:43 +02:00
Madmadness65
00ba2eebc8
Add new biome BGM by Firel (#4301) 2024-09-17 21:57:34 +01:00
Lugiad
bd13ae542f
Update pokemon-form.json 2024-09-17 20:12:12 +02:00