mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 15:54:12 +00:00
AI: create copy of the current default AI
... and call it the "1.14 default AI".
This commit is contained in:
parent
3bd6613dda
commit
7bbe5329c1
27
data/ai/ais/ai_default_rca_1_14.cfg
Normal file
27
data/ai/ais/ai_default_rca_1_14.cfg
Normal file
@ -0,0 +1,27 @@
|
||||
#textdomain wesnoth-ai
|
||||
|
||||
#ifndef AI_CA_GOTO
|
||||
{core/macros/ai_candidate_actions.cfg}
|
||||
#endif
|
||||
|
||||
[ai]
|
||||
id=ai_default_rca_1_14
|
||||
description=_"Multiplayer_AI^1.14 Default AI" # wmllint: no spellcheck
|
||||
mp_rank=1005
|
||||
# RCA := Register Candidate Action; more info at https://forums.wesnoth.org/viewtopic.php?p=419625#p419625
|
||||
[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_HIGH_XP_ATTACK}
|
||||
{AI_CA_COMBAT}
|
||||
{AI_CA_HEALING}
|
||||
{AI_CA_VILLAGES}
|
||||
{AI_CA_RETREAT}
|
||||
{AI_CA_MOVE_TO_TARGETS}
|
||||
{AI_CA_LEADER_SHARES_KEEP}
|
||||
[/stage]
|
||||
[/ai]
|
Loading…
x
Reference in New Issue
Block a user