pub fn possible_outcomes(
game: FEGame,
atk: CombatStats,
atk_hp: u32,
def: CombatStats,
def_hp: u32,
speed: SpeedDiff,
) -> Vec<Outcome>Expand description
Returns a list of all of the possible outcomes of combat with associated probability, using the given game’s rules.