Move constants from default TOML files into the constantReference file. This makes it so that constants are condensed from 2010 lines spread between 9 files down to just 137 lines stored in a single file, but all the same information is available. This new format is much lighter on boilerplate, which makes it much faster to skim for constants.
The daycare exp multiplier effects the step count, which is also used to control the timing for egg creation. Eggs will only be created when the step count is equal to 255 mod 256. Because of this, eggs will never be created if the step count increments by an even number. Any odd number is safe.
To help explain this to the user, a 'note' field has been added.