TSG S8b: modified starting village captures
This commit is contained in:
parent
5f9361d781
commit
c40e908aa4
1 changed files with 5 additions and 7 deletions
|
@ -80,8 +80,6 @@
|
|||
{FLAG_VARIANT undead}
|
||||
[/side]
|
||||
|
||||
{STARTING_VILLAGES 2 5}
|
||||
|
||||
[side]
|
||||
side=3
|
||||
type=Lich
|
||||
|
@ -111,9 +109,6 @@
|
|||
{FLAG_VARIANT undead}
|
||||
[/side]
|
||||
|
||||
{STARTING_VILLAGES 3 5}
|
||||
|
||||
|
||||
[event]
|
||||
name=prestart
|
||||
|
||||
|
@ -328,11 +323,11 @@
|
|||
[if]
|
||||
[variable]
|
||||
name=village_radius
|
||||
greater_than=20
|
||||
greater_than=12
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
{VARIABLE village_radius 20}
|
||||
{VARIABLE village_radius 12}
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
|
@ -374,6 +369,9 @@
|
|||
[/event]
|
||||
|
||||
{STARTING_VILLAGES 1 $village_radius}
|
||||
{STARTING_VILLAGES 2 5}
|
||||
{STARTING_VILLAGES 3 5}
|
||||
|
||||
|
||||
# Start
|
||||
[event]
|
||||
|
|
Loading…
Add table
Reference in a new issue