Wolves MAI test scenario: switch to new animals MAI syntax

This commit is contained in:
mattsc 2013-10-22 09:05:05 -07:00
parent 35e9f62185
commit fc0fe9ef3f

View file

@ -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]