Tarmslitaren / FrosthavenAssistant

flutter app
GNU Affero General Public License v3.0
184 stars 45 forks source link

Scenario 14 - Jagged Shoals - Incorrect Number of Enemies #171

Closed mathmaniac43 closed 1 year ago

mathmaniac43 commented 1 year ago

Playing with 3 characters.

The guide book indicates 3 elite lightning eels and 3 normal lightning eels. The app requested 3 elite lightning eels (correct) and 5 normal lightning eels (2 too many).

The guide book indicates 1 elite piranha pig and 1 normal piranha pig. The app requested 2 elite piranha pigs (1 too many) and 1 normal piranha pig (correct).

We are wondering if there is an issue where an odd round special rule is being triggered during setup, since that seems to add the extra enemies we are seeing as we begin.

Thanks!

mathmaniac43 commented 1 year ago

Never mind. We read wrong that we needed to spawn those extra enemies at the beginning of round 1. I think it was confusing that the app combined them into the setup phase, but the count was correct. I will close this issue.