43 virtual const std::string&
window_id()
const override;
Various functions that implement attacks and attack calculations.
Computes the statistics of a battle between an attacker and a defender unit.
static const unsigned int graph_width
void set_data(const combatant_data &attacker, const combatant_data &defender, int leadership_bonus=0)
const int leadership_bonus_
void draw_hp_graph(drawing &hp_graph, const combatant_data &attacker, const combatant_data &defender)
static const unsigned int graph_height
attack_predictions(battle_context &bc, unit_const_ptr attacker, unit_const_ptr defender, const int leadership_bonus=0)
static const unsigned int graph_max_rows
virtual const std::string & window_id() const override
The ID of the window to build.
virtual void pre_show() override
Actions to be taken before showing the window.
combatant_data attacker_data_
hp_probability_vector get_hitpoint_probabilities(const std::vector< double > &hp_dist) const
combatant_data defender_data_
Abstract base class for all modal dialogs.
This class represents a single unit of a specific type.
#define DEFINE_SIMPLE_DISPLAY_WRAPPER(dialog)
Adds a bare-bones static display function to a dialog class that immediately invokes the dialogs's mo...
Various uncategorised dialogs.
std::vector< std::pair< int, double > > hp_probability_vector
std::shared_ptr< const unit > unit_const_ptr
Structure describing the statistics of a unit involved in the battle.
combatant_data(unit_const_ptr unit, const combatant &combatant, const battle_context_unit_stats &stats)
const battle_context_unit_stats & stats_
unit_const_ptr unit_
never null
const combatant & combatant_