Wolves MAI test scenario: switch to new animals MAI syntax
This commit is contained in:
parent
35e9f62185
commit
fc0fe9ef3f
1 changed files with 4 additions and 6 deletions
|
@ -42,7 +42,7 @@
|
|||
gold=0
|
||||
income=-2
|
||||
|
||||
{MICRO_AI_ANIMALS}
|
||||
{MICRO_AI_WOLVES_MULTIPACKS}
|
||||
[/side]
|
||||
|
||||
[side]
|
||||
|
@ -57,7 +57,7 @@
|
|||
gold=0
|
||||
income=-3
|
||||
|
||||
{MICRO_AI_ANIMALS}
|
||||
{MICRO_AI_WOLVES_MULTIPACKS}
|
||||
[/side]
|
||||
|
||||
[side] # This side is only here because we need one persistent side for the game to go on
|
||||
|
@ -166,10 +166,9 @@
|
|||
# Set up the wolves_multipacks micro AI for side 2
|
||||
[micro_ai]
|
||||
side=2
|
||||
ai_type=animals
|
||||
ai_type=wolves_multipacks
|
||||
action=add
|
||||
|
||||
animal_type=wolves_multipacks
|
||||
show_pack_number=yes
|
||||
pack_size=4
|
||||
[/micro_ai]
|
||||
|
@ -177,10 +176,9 @@
|
|||
# Set up the wolves_multipacks micro AI for side 3
|
||||
[micro_ai]
|
||||
side=3
|
||||
ai_type=animals
|
||||
ai_type=wolves_multipacks
|
||||
action=add
|
||||
|
||||
animal_type=wolves_multipacks
|
||||
show_pack_number=yes
|
||||
[/micro_ai]
|
||||
[/event]
|
||||
|
|
Loading…
Add table
Reference in a new issue