added experimental recruitment AI...

...to the list of ais available in debug mode (launch wesnoth with -d)
This commit is contained in:
Iurii Chernyi 2010-11-25 16:28:16 +00:00
parent bd2a4c0233
commit bbb65ad04e

View File

@ -0,0 +1,26 @@
#textdomain wesnoth
[ai]
id=testing_ai_recruitment
description="Experimental Recruitment AI"
version=10800
[stage]
id=main_loop
name=testing_ai_default::candidate_action_evaluation_loop
{AI_CA_GOTO}
[candidate_action]
id=alternate_recruitment
engine=cpp
name=testing_ai_default::testing_recruitment_phase
max_score={AI_CA_RECRUITMENT_SCORE}
score={AI_CA_RECRUITMENT_SCORE}
[/candidate_action]
{AI_CA_MOVE_LEADER_TO_GOALS}
{AI_CA_MOVE_LEADER_TO_KEEP}
{AI_CA_COMBAT}
{AI_CA_HEALING}
{AI_CA_VILLAGES}
{AI_CA_RETREAT}
{AI_CA_MOVE_TO_TARGETS}
[/stage]
[/ai]