TeamLumi / luminescent-team

GNU Affero General Public License v3.0
13 stars 6 forks source link

Change Dataset Comparison (PL #27) #96

Open AarCon opened 6 months ago

AarCon commented 6 months ago

https://docs.google.com/spreadsheets/d/12Xguf7vRrA37K--pAW4qseCmwT-m56rXgCxE8TRkQ2U/edit?usp=sharing

In the Dex plugin, the "default" (currently 2.0) pokemon data is set to be exactly equal to the 3.0 data. I want to change that to default to null and all references to pokemonJson3 === pokemonJson to check if pokemonJson is null instead.

Here is the reference in the code: https://github.com/TeamLumi/luminescent-team/blob/b8b3ae3612d8813d4eb61723d7b51a5a03188876/plugins/pokedex-data-plugin/index.js#L87