Commit Graph

13 Commits

Author SHA1 Message Date
ACakeWearingAHat
dea9fbc875
Randomized format set updates (#9926)
* Randomized format set updates

* lint

* lint 2

* doubles stuff

* more changes

* combine level updates to this pr

* missed wug change

* Add chillysight slowking set 3

---------

Co-authored-by: Kelvin Liu <115855253+livid-washed@users.noreply.github.com>
2023-12-01 00:08:13 -07:00
adrivrie
4bf3ee7c2c
Random Battles: October 2023 level balancing (#9879)
* Random Battles: October 2023 level balancing

* Random Battles: Arceus balance that did not go through last month
2023-11-04 13:37:10 -05:00
adrivrie
11e5a9c72c
Random Battles: September 2023 level balancing (#9809) 2023-09-29 18:03:49 -05:00
livid washed
a1fd48cf3c
Gen 2-4 and Gen 8 Random Battles updates (#9758)
* Gen 2 Random Battles updates

* Gen 3 Random Battles updates

* Gen 4 Random Battles updates

* Gen 8 Random Battles updates

* Remove Castform STAB exception in Gen 3
2023-09-11 21:04:01 -05:00
adrivrie
270af29d32
Random Battles: August 2023 level balancing (#9738)
* Random Battles: August 2023 level balancing

* minor tentacruel fix
2023-08-31 22:20:30 -06:00
adrivrie
b70d147111
Random Battles: July 2023 level balancing (#9685) 2023-07-30 23:20:52 -05:00
adrivrie
6abce3672f
Random Battles: June 2023 level balancing (#9623)
* Random Battles: Level balancing 2023-06

* Merge greninja formes for winrate gathering

* Merge keldeo/zarude formes for winrate gathering

* Lower Elo threshold for new doubles ladder to ensure some stats this month
2023-07-01 01:18:46 -06:00
livid washed
d60c766da6
Old Gens Random Battles updates (#9597)
* Old Gens Random Battles updates

* Council: revert Magcargo changes
2023-06-11 13:48:18 -06:00
adrivrie
36ea72d10f
Random Battles: Level balancing 2023-05 (#9572)
* Random Battles: Level balancing 2023-05

* change zoroark-hisui level cap
2023-05-31 10:47:30 -06:00
adrivrie
265176e99a
Random Battles: 2023-04 End-of-month changes (#9544) 2023-04-30 22:13:49 -05:00
adrivrie
e81ff4f33e
Random Battles: Balance levels using winrates (#9488)
* Gen 9 Random Battles: 2023-02 level balance

* Random Battles: Balance levels using winrates

* Lower glalie, clearly too high rn
2023-04-01 10:00:40 -06:00
livid washed
1a77d861ac
Old Gens Random Battles updates (#9460)
* Gen 8 Random Doubles Battles updates

* Gen 3: Remove Confuse Ray from Corsola

* Gen 6: enforce Poison STAB (same condition as gen 7)

* Gen 6 set changes

* Gen 6-7 set changes

* Gen 7: tweak Pikachu and Gyro Ball IVs
2023-03-12 13:43:46 -07:00
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