SotBE S3: make trolls appear earlier but farther north
This means that they arrive at the battle scene at the same time, but that the player has more time to adjust to them being there.
This commit is contained in:
parent
f04b526159
commit
aef28e9214
1 changed files with 11 additions and 11 deletions
|
@ -233,15 +233,15 @@
|
|||
[/event]
|
||||
|
||||
[event]
|
||||
name=turn 7
|
||||
name=turn 4
|
||||
|
||||
[fire_event]
|
||||
name=trolls_appear
|
||||
[/fire_event]
|
||||
[/event]
|
||||
|
||||
# Needs to fire on Turn 7 or at victory, whichever happens first.
|
||||
# It gets a custom name, rather 'name=turn 7,victory', so that
|
||||
# Needs to fire on Turn 4 or at victory, whichever happens first.
|
||||
# It gets a custom name, rather 'name=turn 4,victory', so that
|
||||
# we can guarantee that it fires before the victory event below
|
||||
[event]
|
||||
name=trolls_appear
|
||||
|
@ -250,8 +250,8 @@
|
|||
name= _ "Blemaker"
|
||||
type=Troll Warrior
|
||||
side=3
|
||||
x=28
|
||||
y=13
|
||||
x=31
|
||||
y=10
|
||||
facing=sw
|
||||
[/unit]
|
||||
[unit]
|
||||
|
@ -259,8 +259,8 @@
|
|||
name= _ "Grüü"
|
||||
type=Troll Hero
|
||||
side=3
|
||||
x=27
|
||||
y=13
|
||||
x=30
|
||||
y=9
|
||||
profile=portraits/gruu.png
|
||||
facing=sw
|
||||
random_traits=no
|
||||
|
@ -281,8 +281,8 @@
|
|||
name= _ "Toughkon"
|
||||
type=Troll Whelp
|
||||
side=3
|
||||
x=25
|
||||
y=12
|
||||
x=32
|
||||
y=10
|
||||
facing=sw
|
||||
[/unit]
|
||||
[unit]
|
||||
|
@ -290,8 +290,8 @@
|
|||
name= _ "Pe"
|
||||
type=Troll Whelp
|
||||
side=3
|
||||
x=26
|
||||
y=12
|
||||
x=33
|
||||
y=11
|
||||
facing=sw
|
||||
[/unit]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue