Fix the old 'Default AI with poisoning formula' development AI

None of the RCA AI CAs were included, which means this was effectively
an idle AI.
This commit is contained in:
mattsc 2013-10-31 14:46:53 -07:00
parent 554a95749a
commit 9b553b86b5

View File

@ -3,10 +3,20 @@
[ai]
id=default_ai_poisoning
description=_"Default AI with poisoning formula"
version=10703
version=10710
[stage]
engine=cpp
name=ai_default_rca::candidate_action_evaluation_loop #this is candidate action evaluation loop 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}
{AI_CA_LEADER_SHARES_KEEP}
[candidate_action] #it consists of several candidate actions
engine=fai # fai engine is temporary disabled, it will be enabled real soon. Note that the rest of parameters are parsed by formula ai engine
name=poisoner #this paramerer (and the rest of them), are specific to fai engine