mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 16:02:56 +00:00
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:
parent
554a95749a
commit
9b553b86b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user