Bertie690
a299a3be53
Fix impory
2025-06-10 09:19:46 -04:00
Bertie690
1c2cefea51
Removed outdated modifier test
2025-06-09 19:05:48 -04:00
Bertie690
8a9ff2818b
Fixed up tests
2025-06-07 12:21:16 -04:00
Bertie690
5da3991e54
[WIP] Changed test to use destiny bond as proper regression
2025-06-06 20:12:42 -04:00
Bertie690
36d811e302
Fix id check syrup bomb test
...
Wasn't running phase due to being a turn end effect
2025-06-06 11:39:16 -04:00
Bertie690
8c62ea2ab0
fixed test
2025-06-05 12:56:27 -04:00
Bertie690
50bbfe85bd
Merge remote-tracking branch 'upstream/beta' into modifier-fixes
2025-06-05 12:50:37 -04:00
NightKev
9dcb904649
[Misc] Improve enum naming ( #5933 )
...
* Rename `Abilities` to `AbilityId`
* Rename `abilities.ts` to `ability-id.ts`
* Rename `Moves` to `MoveId`
* Rename `moves.ts` to `move-id.ts`
* Rename `Species` to `SpeciesId`
* Rename `species.ts` to `species-id.ts`
* Rename `Biome` to `BiomeId`
* Rename `biome.ts` to `biome-id.ts`
* Replace `Abilities` with `AbilityId` in comments
* Replace `Biome` with `BiomeId` in comments
* Replace `Moves` with `MoveId` in comments
* Replace `Species` with `SpeciesId` in comments
2025-06-04 14:54:27 -07:00
Bertie690
506f393112
Added test file, added overload to findModifier
if given type predicate
2025-06-04 16:24:04 -04:00
Bertie690
cc6a13cce3
corrected casing + dejanked seed tag
2025-06-04 13:57:54 -04:00
Bertie690
4dfcca1501
Fixed modifier code, removed instances of "0 ID = no mon"
2025-06-04 13:57:54 -04:00
NightKev
a7479c8eb6
[Balance] Trainer pokemon now have minimum IVs of wave/10
( #5719 )
2025-04-27 12:27:34 -07:00
Sirz Benjie
408b66f913
[Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter ( #5495 )
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-03-09 14:13:25 -07:00
Sirz Benjie
60a4db7059
[Refactor] Refactor moves.ts part 1 ( #5420 )
2025-03-07 19:10:29 -06:00
Sirz Benjie
a51a504155
[Test] Move test folder out of src ( #5398 )
...
* move test folder
* Update vitest files
* rename test/utils to test/testUtils
* Remove stray utils/gameManager
Got put back from a rebase
2025-02-22 22:52:07 -06:00