mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 01:00:02 +00:00
22 lines
821 B
INI
22 lines
821 B
INI
#textdomain wesnoth-ai
|
|
[ai]
|
|
id=formula_ai # id is needed to uniquely identify a MP AI, it is not needed in the scenario AI
|
|
description=_"Formula AI dev" # this description is, again, needed for MP AI (it shows in AI list under this description
|
|
version=10710 # no spaces here, version should be parsed as int. This version marker is a sign that ALL snippets of AI are written using new syntax
|
|
|
|
{AI_SIMPLE_FORMULA_AI_EXPERIMENTAL_RECRUITMENT}
|
|
[stage]
|
|
id=main_loop
|
|
name=ai_default_rca::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]
|