mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 03:11:26 +00:00
27 lines
726 B
INI
27 lines
726 B
INI
#textdomain wesnoth-ai
|
|
|
|
[ai]
|
|
id=testing_ai_recruitment
|
|
description=_"Experimental Recruitment AI"
|
|
version=10800
|
|
[stage]
|
|
id=main_loop
|
|
name=ai_default_rca::candidate_action_evaluation_loop
|
|
{AI_CA_GOTO}
|
|
[candidate_action]
|
|
id=alternate_recruitment
|
|
engine=cpp
|
|
name=ai_default_rca::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]
|