mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 19:30:20 +00:00

...adding some comment to the RCA AI (this fixes bug #15843) merging 2010-04-12T11:06:54Z!crazy-ivanovic@gmx.net from branches/1.8
21 lines
622 B
INI
21 lines
622 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&sid=3b23884603a54a12b1e4ed75ef0d69a7#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}
|
|
[/stage]
|
|
[/ai]
|