Fish Score - Kunfury-blep/Blep-Fishing GitHub Wiki

What is Fish Score?

Fish Score is the value tied to every caught fish in Blep Fishing which determines where a fish will land on the leaderboards. A fish's score is calculated based on the type of fish it is, it's rarity, and it's size compared to what the max size would be.

The more rare the fish you catch, the higher the score will be. This is why a small Legendary fish will almost always be higher on the leaderboards than a large Common one.

Formula

Fish scores are calculated based on the following formula

((Fish_Size / Max Size) / Rarity Value) * 100

Example: A bluegill has a max size of 20.0 in. A Bluegill with the following stats was caught:

Caught Bluegill
11.3 in
Legendary

Going off the default config, the rarity value of Legendary is equal to 1, so the formula ends up as:

((11.3/ 20.0) / 1) * 100

After calculations, this adds up to a final score of 56.5.

A score of 100 would be a perfect fish, using the example above the perfect Bluegill would be a Legendary Bluegill that is 20.0in long.