Expand description
Arena rating-change behaviors (code-dispatched by the matchmaking / fight-result paths).
Structs§
- Rating
Change Ctx - Inputs for a rating-change fn. The shipped behaviors are constants and read nothing, so this carries nothing; a future rating formula threads the matchup data in here.
Functions§
- lose_
rating_ increase_ const - Rating change on an arena loss: a flat -5.
- win_
rating_ increase_ const - Rating gained on an arena win: a flat 10.
Type Aliases§
- Rating
Change Fn - Signature of a rating-change fn (
i64rating delta).