IBBoard / bbreplay

A small Python library to parse Blood Bowl 1 replay files
GNU General Public License v3.0
1 stars 0 forks source link

Make sure reroll counts are tracked properly #13

Closed IBBoard closed 3 years ago

IBBoard commented 3 years ago

Following #6, it looks like we are adding a leader reroll every kickoff. That's fine if it's a quiet match and the game only has one touchdown in the last turn of each half, but quick teams can score quicker and leaders shouldn't get another reroll until the next half.

IBBoard commented 3 years ago

Seem to be tracking everything now - leader doesn't carry over, leader can't be applied twice, and team rerolls only regenerate at half-time.