Limit outlaw recruitment to one bandit and one trapper.

This commit is contained in:
Jan Rietema 2007-10-23 13:31:19 +00:00
parent e05f7bcddb
commit 9530577227

View file

@ -88,11 +88,11 @@
#endif
#ifdef NORMAL
recruit=Bandit, Poacher, Footpad, Outlaw
recruit=Bandit, Thug, Poacher, Footpad, Outlaw
#endif
#ifdef HARD
recruit=Bandit, Trapper, Footpad, Outlaw
recruit=Bandit, Thug, Trapper, Poacher, Footpad, Outlaw
#endif
[ai]
aggression=0.8
@ -1754,6 +1754,33 @@
[/modify_side]
[/event]
# limit recruitment to one bandit and trapper
[event]
name=recruit
first_time_only="yes"
[filter]
side=2
type=Bandit
[/filter]
[disallow_recruit]
side=2
type=Bandit
[/disallow_recruit]
[/event]
[event]
name=recruit
first_time_only="yes"
[filter]
side=2
type=Trapper
[/filter]
[disallow_recruit]
side=2
type=Trapper
[/disallow_recruit]
[/event]
#Encounter 7 Mirage