Skip to content

Commit

Permalink
Merge pull request #3968 from nemaara/atotb
Browse files Browse the repository at this point in the history
[AToTB] S4: add dialogue between Baran and Tairach
  • Loading branch information
nemaara committed Mar 5, 2019
2 parents f1dc9c4 + fbc35cc commit a9a850c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -112,6 +112,7 @@
### Campaigns
* A Tale of Two Brothers:
* S3: Changed castle to permanent chaotic ToD and rebalanced scenario accordingly
* S4: Added dialogue between Baran and Tairach when they engage in combat
* Dead Water:
* S3: Added event to make Storm Trident more obvious
* Eastern Invasion:
Expand Down
45 changes: 45 additions & 0 deletions data/campaigns/Two_Brothers/scenarios/04_Return_to_the_Village.cfg
Expand Up @@ -302,6 +302,51 @@ But I am still troubled. I wonder... is this sense of foreboding I feel merely a
[/objectives]
[/event]

[event]
name=attack
first_time_only=yes
[filter]
id=Tairach
[/filter]
[filter_second]
id=Baran
[/filter_second]

[fire_event]
name=battle text
[/fire_event]
[/event]

[event]
name=attack
first_time_only=yes
[filter]
id=Baran
[/filter]
[filter_second]
id=Tairach
[/filter_second]

[fire_event]
name=battle text
[/fire_event]
[/event]

[event]
name=battle text
first_time_only=yes

[message]
speaker=Tairach
message= _ "Today, you shall pay for disfiguring my face, mage!"
[/message]

[message]
speaker=Baran
message= _ "I have already paid with the lives of my men at Toen Caric. It is time I righted that mistake and finished this once and for all."
[/message]
[/event]

[event]
name=enemies defeated

Expand Down

0 comments on commit a9a850c

Please sign in to comment.