Skip to content

Commit

Permalink
SotA: Death dialog for Vendraxis
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdfdragon committed May 30, 2019
1 parent a805e79 commit 19da906
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions data/campaigns/Secrets_of_the_Ancients/utils/sota-utils.cfg
Expand Up @@ -297,6 +297,58 @@
[/if]
[/event]

[event]
name=last_breath
[filter]
id=Vendraxis
[/filter]
[message]
speaker=Vendraxis
message= _ "Now I will never learn the sssecret of exssstending my ssspan." # no spellcheck
[/message]
[/event]

[event]
name=die
[filter]
id=Vendraxis
[/filter]
[if]
[have_unit]
id=Carcyn
[/have_unit]
[then]
[message]
speaker=Carcyn
message= _ "I'm going to miss him."
[/message]
[/then]
[else]
[message]
speaker=Ras-Tabahn
message= _ "Unfortunate. He was useful."
[/message]
[/else]
[/if]
[if]
[have_unit]
id=Shynal
[/have_unit]
[then]
[message]
speaker=Shynal
message= _ "Yes, he was helpful."
[/message]
[/then]
[else]
[message]
speaker=Ardonna
message= _ "Indeed, he will be missed."
[/message]
[/else]
[/if]
[/event]

[event]
name=last_breath
[filter]
Expand Down

0 comments on commit 19da906

Please sign in to comment.