pokemon-showdown/data/mods/gen8
livid washed aa103be383
Old Gens Random Battles: Move data to JSON files (#9413)
* Add random-sets.json for old gens to store randbats data

* Use random-sets.json files for generating sets

* Use levels from data files in gens 3-7

* Remove levels from BDSP file

* Remove random battles data from formats-data.ts

* Remove unnecessary levelScales

* Rename species_set to data

* Update commands

* linting and syntax stuff

* Adapt randbats tests

* Forgot to remove levels from joltemons file

* Rename random-sets to random-data

* Add newlines at end of json files

* Fix description of /randbats command: defaults to gen 9

* Fix an issue with gmax

* Remove randomDoubleBattleLevel for mons without doubles sets

* Apply suggestions from code review

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Rename randomBattleLevel to level

* Rename randomBattleMoves to moves

* Fix BDSP test

* Fix some gen 7-8 tests

* linting

* Gen 1-2: put custom levels in json file instead of customScale

* Gen 3: make Dunsparce level 88 (PUBL, it shouldn't be level 80)

* Type the JSON files

* revert a change that is no longer needed with typing

* moves should be IDs, not strings

---------

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2023-03-07 11:50:02 -07:00
..
abilities.ts Release Protean Greninja 2023-01-26 19:43:05 -07:00
bss-factory-sets.json Gen 8 BF/BSSF updates (#9405) 2023-02-19 20:11:14 -07:00
cap-1v1-sets.json Implement Gen 9 Random Battle (#9169) 2022-12-13 17:56:29 -07:00
factory-sets.json Gen 8 BF/BSSF updates (#9405) 2023-02-19 20:11:14 -07:00
formats-data.ts Old Gens Random Battles: Move data to JSON files (#9413) 2023-03-07 11:50:02 -07:00
items.ts Fix more SV item legality (#9236) 2022-12-27 13:43:34 -05:00
learnsets.ts Fix various forme and move legality (#9013) 2022-11-18 22:17:09 -08:00
moves.ts Remove Fly animation target leak in Gen 9 (#9327) 2023-01-14 19:06:59 -06:00
pokedex.ts Remaining Pokemon SV 1.2.0 personal data changes 2023-02-28 19:13:14 -07:00
random-data.json Old Gens Random Battles: Move data to JSON files (#9413) 2023-03-07 11:50:02 -07:00
random-teams.ts Old Gens Random Battles: Move data to JSON files (#9413) 2023-03-07 11:50:02 -07:00
rulesets.ts Add Gen 9 (#8997) 2022-11-17 20:46:29 -05:00
scripts.ts Add Gen 9 (#8997) 2022-11-17 20:46:29 -05:00