mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 04:42:24 +00:00
22 lines
628 B
INI
22 lines
628 B
INI
#textdomain wesnoth
|
|
|
|
[ai]
|
|
id=testing_ai_default
|
|
description=_"Multiplayer_AI^RCA AI" # RCA := Register Candidate Action; more info at http://forums.wesnoth.org/viewtopic.php?p=419625#p419625
|
|
version=10710
|
|
[stage]
|
|
id=main_loop
|
|
name=testing_ai_default::candidate_action_evaluation_loop
|
|
{AI_CA_GOTO}
|
|
{AI_CA_RECRUITMENT}
|
|
{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}
|
|
{AI_CA_PASSIVE_LEADER_SHARES_KEEP}
|
|
[/stage]
|
|
[/ai]
|