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
AJ Fontaine
9a9759d31c
[Balance] Fix Basculin white stripe moveset ( #5729 )
...
* Fix Basculin moveset and TMs
2025-04-29 17:27:40 -04:00
Wlowscha
8d043a9f55
[Refactor] Replace all instances of integer
with number
( #5250 )
...
* Replaced instances of "integer" with "number"
2025-02-04 17:56:13 -07:00
Madmadness65
93fc779350
[Bug] Fix G-Max Urshifus having wrong movesets ( #5162 )
2025-01-21 15:34:18 -07:00
NightKev
90c8c97437
Fix BattleBond Greninja moveset: Add Mat Block, remove duplicate move
2024-12-14 10:15:21 -08:00
AJ Fontaine
7b06314940
[Bug] Fix fusions learning moves of wrong component mon on evolution ( #4921 )
...
* Fix fusions learning moves of wrong component mon on evolution
* Apply suggestions from code review
Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
2024-12-01 17:38:16 +01:00
innerthunder
414e0a5447
[Balance] Change Tyrogue to move-based evolutions ( #4694 )
2024-10-23 23:17:55 -07:00
Blitzy
0fe57b44b5
[Balance] Add Exclusive Moves from Prior Evolutions via Memory Mushroom ( #4681 )
2024-10-22 18:13:10 -07:00
AJ Fontaine
8a2900ad29
[Refactor] Move some relevant files, tables etc to new balance folder ( #4510 )
...
* Move biomes.ts
* Move starter costs, passives, friendship, starter-candy to starters.ts
* Change relative imports to absolute imports
* Add docstrings, passives.ts
* Constants in rates.ts for egg pity, egg tier rates, hatch waves, variant chances
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-10-02 06:20:19 -07:00