mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 13:53:28 +00:00
50 lines
1.5 KiB
INI
50 lines
1.5 KiB
INI
#textdomain wesnoth
|
|
ai_algorithm=composite_ai
|
|
[ai]
|
|
ai_identifier=testing_ai_default
|
|
[stage]
|
|
engine=cpp
|
|
name=testing_ai_default::candidate_action_evaluation_loop
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::goto_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::recruitment_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::combat_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::move_leader_to_goals_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::get_villages_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::get_healing_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::retreat_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::move_and_targeting_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::move_leader_to_keep_phase
|
|
[/candidate_action]
|
|
[candidate_action]
|
|
engine=cpp
|
|
name=testing_ai_default::leader_control_phase
|
|
[/candidate_action]
|
|
[/stage]
|
|
[/ai]
|