Commit Graph

16 Commits

Author SHA1 Message Date
adrivrie
f52cb906b7
Random Battles: March 2024 balance patch (#10230) 2024-03-30 23:07:39 -05:00
adrivrie
d7b3bf6d7c
Random Battles: February 2024 balance patch (#10188) 2024-02-28 15:46:10 -06:00
ACakeWearingAHat
656b3bec86
Gen 7-8 Random Battles: Fix crash (#10149)
* Gen 8 Random Battle: Fix crash

* and 7
2024-01-31 12:03:45 -06:00
ACakeWearingAHat
cc0d2c2b6b
Randomized format set updates (#10146) 2024-01-31 11:50:55 -06:00
adrivrie
e6bad5fe86
Random Battles: January 2024 balance patch (#10144) 2024-01-30 13:28:27 -07:00
adrivrie
c144d28c8e
Random Battles: December 2023 balance patch (#10049) 2023-12-30 11:25:06 -07:00
livid washed
7fb8edc023
Gen 4-8 Random Battles updates (#10019)
* Gen 4-7 Random Battles updates

* lint

* Gen 8 updates

* Remove screens from Bronzong

* Gen 4 Alakazam

* make Bulk Up Tornadus Defiant
2023-12-27 10:37:07 -07:00
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
ACakeWearingAHat
1ce14c8f5b
Randomized format set updates (#9860)
* Ranodmized format set updates

* oopsie rolenames

* Update data/random-teams.ts

Co-authored-by: livid washed <115855253+livid-washed@users.noreply.github.com>

* Update data/mods/gen7/random-teams.ts

Co-authored-by: livid washed <115855253+livid-washed@users.noreply.github.com>

* Update random-teams.ts

* Update random-teams.ts

* more changes

* fix

* more changes while we wait

---------

Co-authored-by: livid washed <115855253+livid-washed@users.noreply.github.com>
2023-10-31 10:13:45 -06: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
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