Function parthia_lib::simple_calc::possible_outcomes[][src]

pub fn possible_outcomes(
    game: FEGame,
    atk: CombatStats,
    atk_hp: u32,
    def: CombatStats,
    def_hp: u32,
    speed: SpeedDiff
) -> Vec<Outcome>

Returns a list of all of the possible outcomes of combat with associated probability, using the given game's rules.