TSG S5: add more comments and better facing
This commit is contained in:
parent
ae6f475f27
commit
07bb5762b1
1 changed files with 9 additions and 1 deletions
|
@ -91,6 +91,7 @@
|
||||||
name= _ "Gruth"
|
name= _ "Gruth"
|
||||||
canrecruit=yes
|
canrecruit=yes
|
||||||
overlays="misc/leader-expendable.png"
|
overlays="misc/leader-expendable.png"
|
||||||
|
facing=sw
|
||||||
|
|
||||||
team_name=undead
|
team_name=undead
|
||||||
user_team_name=_"Undead"
|
user_team_name=_"Undead"
|
||||||
|
@ -106,6 +107,7 @@
|
||||||
name=_ "Gerd"
|
name=_ "Gerd"
|
||||||
canrecruit=yes
|
canrecruit=yes
|
||||||
overlays="misc/leader-expendable.png"
|
overlays="misc/leader-expendable.png"
|
||||||
|
facing=ne
|
||||||
x,y=11,26
|
x,y=11,26
|
||||||
[/unit]
|
[/unit]
|
||||||
[ai]
|
[ai]
|
||||||
|
@ -477,7 +479,6 @@
|
||||||
[else]
|
[else]
|
||||||
[message]
|
[message]
|
||||||
speaker=Sir Gerrick
|
speaker=Sir Gerrick
|
||||||
# po: Note that masters is in plural.
|
|
||||||
message= _ "The masters of the undead are defeated!"
|
message= _ "The masters of the undead are defeated!"
|
||||||
[/message]
|
[/message]
|
||||||
[/else]
|
[/else]
|
||||||
|
@ -485,6 +486,7 @@
|
||||||
|
|
||||||
[message]
|
[message]
|
||||||
speaker=Minister Hylas
|
speaker=Minister Hylas
|
||||||
|
# po: Shown if the player defeated the zombies, but doesn't know yet about the real enemy.
|
||||||
message= _ "No... I fear there is still much evil present. These were merely servants of a far more powerful force."
|
message= _ "No... I fear there is still much evil present. These were merely servants of a far more powerful force."
|
||||||
[/message]
|
[/message]
|
||||||
[/then]
|
[/then]
|
||||||
|
@ -507,10 +509,12 @@
|
||||||
[then]
|
[then]
|
||||||
[message]
|
[message]
|
||||||
speaker=second_unit
|
speaker=second_unit
|
||||||
|
# po: In this case, the player knows that there is one more enemy.
|
||||||
message= _ "Two undead leaders have fallen."
|
message= _ "Two undead leaders have fallen."
|
||||||
[/message]
|
[/message]
|
||||||
[message]
|
[message]
|
||||||
speaker=Minister Hylas
|
speaker=Minister Hylas
|
||||||
|
# po: In this case, the player knows that there is one more enemy.
|
||||||
message= _ "Indeed, though we have merely destroyed the servants of a far more powerful master."
|
message= _ "Indeed, though we have merely destroyed the servants of a far more powerful master."
|
||||||
[/message]
|
[/message]
|
||||||
[/then]
|
[/then]
|
||||||
|
@ -518,12 +522,16 @@
|
||||||
[else]
|
[else]
|
||||||
[message]
|
[message]
|
||||||
speaker=Minister Hylas
|
speaker=Minister Hylas
|
||||||
|
# po: In this case, the player knows that there is one more enemy.
|
||||||
message= _ "These were merely servants of a far more powerful master."
|
message= _ "These were merely servants of a far more powerful master."
|
||||||
[/message]
|
[/message]
|
||||||
[/else]
|
[/else]
|
||||||
[/if]
|
[/if]
|
||||||
[/then]
|
[/then]
|
||||||
[/elseif]
|
[/elseif]
|
||||||
|
# This is to handle the theoretical case that the bandits killed the Lich in case this
|
||||||
|
# scenario went not as planned.
|
||||||
|
# Can't happen, as the bandits avoid the Lich due to the AI settings as well.
|
||||||
[else]
|
[else]
|
||||||
[message]
|
[message]
|
||||||
speaker=second_unit
|
speaker=second_unit
|
||||||
|
|
Loading…
Add table
Reference in a new issue