## Selachii fishing pool text file formatting description.
## When creating a new pool file, or editing an existing one, it's important that its encoding is UTF-8.
## Each line is populated with a fish ID and its spawn weight, separated by a space. Example:
S0 28
## A valid fish ID consists of a letter representing its category - "S" = small, "M" = medium, "L" = large, "J" = junk - and its index, starting at 0. It's recommended, but not required, to remove starting zeros from the numerical index.
## Any line not starting with the above characters will be ignored. If a line is to serve as a comment, it's recommended to start it with "#" or "/" for readability.