Skip to content

Commit

Permalink
Liberty S2: add events and touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Apr 1, 2020
1 parent 7140dc6 commit 700fdff
Showing 1 changed file with 80 additions and 13 deletions.
93 changes: 80 additions & 13 deletions data/campaigns/Liberty/scenarios/02_Civil_Disobedience.cfg
Expand Up @@ -7,10 +7,22 @@
{TURNS 14 13 12}
{DEFAULT_SCHEDULE_AFTERNOON}

{INTRO_AND_SCENARIO_MUSIC "traveling_minstrels.ogg" "loyalists.ogg"}
{SCENARIO_MUSIC "loyalists.ogg"}
{EXTRA_SCENARIO_MUSIC "battle.ogg"}
{EXTRA_SCENARIO_MUSIC "nunc_dimittis.ogg"}
{EXTRA_SCENARIO_MUSIC "the_dangerous_symphony.ogg"}
{EXTRA_SCENARIO_MUSIC "siege_of_laurelmor.ogg"}

[story]
[part]
story= _ "Baldras’ journal, 6 Deeproot, 501 YW:
Me and Harper visited Erwen’s grave today. I helped the lad pick her a bunch of flowers. He don’t remember her much, but he still thinks lot abouts her. She were his ma after all. Harper definitely be reminding me of her, real bright and brassy personality. Too bad he don’t got her sense or wits, but here’s to hoping he be learning more with time."
background=story/frontier.jpg
[/part]
[part]
story= _ "Speaking of sense, I gots me a bad feeling in my gut about today. Feels like something’s abouts to happen, even if them scouts haven’t reported any orcs nearby. Just in case, I’d better ready our hunting troop when I gets back to the village..."
background=story/frontier.jpg
[/part]
[/story]

{LIBERTY_BIGMAP {JOURNEY_02_NEW} }

Expand Down Expand Up @@ -141,7 +153,7 @@
[/message]
[message]
speaker=Baldras
message= _ "The Crown did long since abandon our village. You Wesnothians be too busy countin’ the gold from our taxes to be sending aid ‘gainst them orcs. Nobody here will be leaving to nowhere."
message= _ "The Crown did long since abandon our village. You Wesnothians be too busy countin’ the gold from our taxes to be sending aid ‘gainst them orcs. Nobody here be leaving to nowhere."
[/message]
[message]
speaker=Tarwen
Expand Down Expand Up @@ -228,6 +240,19 @@
[/message]
[/event]

[event]
name=attack
[filter_second]
side=3
[/filter_second]

# this is from Monty Python and the Holy Grail :)
[message]
speaker=second_unit
message= _ "Help, help! I’m being repressed!"
[/message]
[/event]

[event]
name=die
[filter]
Expand Down Expand Up @@ -269,6 +294,18 @@
message= _ "Back, back ye curs!"
[/message]
[/event]

[event]
name=die
[filter]
side=2
[/filter]

[message]
speaker=Harper
message= _ "Take that, you bullies!"
[/message]
[/event]
#
# Victory
#
Expand All @@ -291,24 +328,29 @@
[event]
name=enemies defeated

[role]
type=Huntsman_Peasant,Ranger,Fugitive_Peasant,Highwayman_Peasant,Outlaw_Peasant,Trapper_Peasant,Bandit_Peasant,Footpad_Peasant,Poacher_Peasant,Thug_Peasant
[not]
id=Harper,Baldras
[/not]
role=Advisor
[/role]

[message]
role=Advisor
message= _ "We beat their leader, but a couple of their riders escaped. What should we do?"
[/message]

[message]
speaker=Baldras
message= _ "Somethin’ be very wrong here. That Garard weren’t never no hero or nuthin, but least his men never would’ve attacked us. The Queen must’ve did something to him. Her men be nothing more than thugs."
[/message]

[message]
speaker=Harper
message= _ "We’ve got to tell the people of Delwyn about this. Ol magistrate Relana will have some ideas about what to do."
message= _ "We’ve got to tell the people of Delwyn about this. Ol magistrate Relana will have some ideas."
[/message]

[role]
type=Huntsman_Peasant,Ranger,Fugitive_Peasant,Highwayman_Peasant,Outlaw_Peasant,Trapper_Peasant,Bandit_Peasant,Footpad_Peasant,Poacher_Peasant,Thug_Peasant
[not]
id=Harper,Baldras
[/not]
role=Advisor
[/role]

[message]
role=Advisor
message= _ "That’s true. Whenever there has been trouble, we’ve always flown to their aid and they to ours. We should face this together."
Expand Down Expand Up @@ -405,6 +447,31 @@
#
[event]
name=time over

[unit]
type=Knight
side=2
x,y=4,11
id=Reinforcement Knight
generate_name=yes
animate=yes
facing=ne
[/unit]
{GENERIC_UNIT 2 (Knight) 3 12} {FACING ne}
{GENERIC_UNIT 2 (Lancer) 4 12} {FACING ne}
{GENERIC_UNIT 2 (Lancer) 3 13} {FACING ne}
{GENERIC_UNIT 2 (Knight) 4 13} {FACING ne}
{GENERIC_UNIT 2 (Dragoon) 3 14} {FACING ne}
{GENERIC_UNIT 2 (Dragoon) 4 14} {FACING ne}

[message]
speaker=Reinforcement Knight
message= _ "At your order, Captain."
[/message]
[message]
speaker=Tarwen
message= _ "Slay them all."
[/message]
[message]
speaker=Baldras
message= _ "Curses! Their reinforcements has arrived. We’ve gots no chance to fight ‘em off now..."
Expand Down

0 comments on commit 700fdff

Please sign in to comment.