TSG S1: create Sir Gerrick if player skips scenario with debug
This commit is contained in:
parent
a7f79000cf
commit
5781bf8218
1 changed files with 29 additions and 0 deletions
|
@ -779,4 +779,33 @@
|
|||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
# this is present so that if you skip the scenario with debug, you will still have Sir Gerrick
|
||||
[event]
|
||||
name=victory
|
||||
|
||||
[if]
|
||||
[not]
|
||||
[have_unit]
|
||||
id=Sir Gerrick
|
||||
[/have_unit]
|
||||
[/not]
|
||||
[then]
|
||||
[unit]
|
||||
side=1
|
||||
type=Infantry Lieutenant
|
||||
id=Sir Gerrick
|
||||
name= _ "Sir Gerrick"
|
||||
unrenamable=yes
|
||||
profile=portraits/sir-gerrick.png
|
||||
{IS_HERO}
|
||||
x,y=10,9
|
||||
[modifications]
|
||||
{TRAIT_LOYAL}
|
||||
{TRAIT_RESILIENT}
|
||||
[/modifications]
|
||||
[/unit]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
|
Loading…
Add table
Reference in a new issue