mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
added experimental recruitment AI...
...to the list of ais available in debug mode (launch wesnoth with -d)
This commit is contained in:
parent
bd2a4c0233
commit
bbb65ad04e
26
data/ai/dev/testing_recruiting.cfg
Normal file
26
data/ai/dev/testing_recruiting.cfg
Normal file
@ -0,0 +1,26 @@
|
||||
#textdomain wesnoth
|
||||
|
||||
[ai]
|
||||
id=testing_ai_recruitment
|
||||
description="Experimental Recruitment AI"
|
||||
version=10800
|
||||
[stage]
|
||||
id=main_loop
|
||||
name=testing_ai_default::candidate_action_evaluation_loop
|
||||
{AI_CA_GOTO}
|
||||
[candidate_action]
|
||||
id=alternate_recruitment
|
||||
engine=cpp
|
||||
name=testing_ai_default::testing_recruitment_phase
|
||||
max_score={AI_CA_RECRUITMENT_SCORE}
|
||||
score={AI_CA_RECRUITMENT_SCORE}
|
||||
[/candidate_action]
|
||||
{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]
|
Loading…
x
Reference in New Issue
Block a user