From 0ee65d38b3425d803e16ff08df06874d0147acb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Duval?= Date: Sun, 30 May 2004 23:16:44 +0000 Subject: [PATCH] Added a trigger to the test map. When activated, the Orc leader can recruit. For instance, it permits testing fight animations elsewhere than on the keep (hard to look at), and with other units. --- data/scenario-test.cfg | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/data/scenario-test.cfg b/data/scenario-test.cfg index da5336ef79a..73f55777f53 100644 --- a/data/scenario-test.cfg +++ b/data/scenario-test.cfg @@ -88,8 +88,34 @@ ggggggggggggggggggggggggggggggggggggg side=2 controller=ai canrecruit=1 - recruit=Walking Corpse + recruit=Orcish Grunt,Troll Whelp,Wolf Rider,Orcish Archer,Orcish Assassin,Saurian,Naga gold=40 + income=10 enemy=1 [/side] + + [item] + x,y=8,8 + image=sotbe/flag.png + [/item] + [label] + x,y=8,8 + id=northerners_unleashed + text="Northerners unleashed!" + [/label] + [event] + name=moveto + first_time_only=no + [filter] + side=1 + x=8 + y=8 + [/filter] + [terrain] + x=28,30,29 + y=15,15,17 + letter=C + [/terrain] + [/event] + [/test]