## selachii_prices.txt formatting description. For base prices for each catch.
## It's important to keep the file encoded with UTF-8.
## Each line is populated with a fish ID and its base price, 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. The numerical index must not contain starting zeros, or it will be skipped.
## 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.