Skip to content

Commit

Permalink
EI S07a various fixes (#6639)
Browse files Browse the repository at this point in the history
* Side 2 hidden without spoilers
* Fixed Grug upkeep, added dialogue about Ogres joining
* typographic quote

(cherry picked from commit 742bb75)
  • Loading branch information
Descacharrado authored and Wedge009 committed May 30, 2022
1 parent c6eb655 commit 142c6db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
### Add-ons client
### Add-ons server
### Campaigns
* Eastern Invasion
* S07a:
* Better handling for side 2 (issue #4145)
* Fixed Grug upkeep, added dialogue about ogres joining (issue #4145)
* Under the Burning Suns
* S5: Enforce encounter with the Cloaked Figure (issue #6364)
### Editor
Expand Down
34 changes: 19 additions & 15 deletions data/campaigns/Eastern_Invasion/scenarios/07a_The_Crossing.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
side=2
canrecruit=yes
controller=ai
hidden=yes
recruit=Skeleton Rider,Vampire Bat,Skeleton,Skeleton Archer
[ai]
recruitment_pattern=fighter,fighter,scout,scout,archer
Expand Down Expand Up @@ -124,6 +125,14 @@
carryover_percentage=70
[/gold_carryover]
[/objectives]

[store_unit]
[filter]
id=Garnad
[/filter]
kill=yes
variable=saved_Garnad
[/store_unit]
[/event]

[event]
Expand All @@ -136,14 +145,6 @@
id=Owaec
[/recall]

[store_unit]
[filter]
id=Garnad
[/filter]
kill=yes
variable=saved_Garnad
[/store_unit]

[message]
speaker=Gweddry
message= _ "We have come to the Great River. Should we cross here, or try to find a ford?"
Expand Down Expand Up @@ -189,6 +190,10 @@
x,y=36,29
[/unstore_unit]
{CLEAR_VARIABLE saved_Garnad}
[modify_side]
side=2
hidden=no
[/modify_side]

[terrain]
x,y=36,29
Expand Down Expand Up @@ -368,7 +373,8 @@
[then]
[message]
speaker=Grug
message= _ "Grug say join you will he."
#po: "Grug say join you will he" means "I will join you" in a weird speech pattern. "Gork and Drog too" means that two other ogres will be joining Gweddry.
message= _ "Grug say join you will he. Gork and Drog too."
[/message]

[modify_unit]
Expand All @@ -379,24 +385,22 @@
side=1
canrecruit=no

[modifications]
{TRAIT_LOYAL}
{TEAM_COLOR_OVERRIDE () purple}
[/modifications]
{TRAIT_LOYAL}
{TEAM_COLOR_OVERRIDE () purple}
[/modify_unit]

[unit]
name= _ "Gork"
side=1
type=Ogre
x,y=recall,recall
x,y=39,4
random_traits=yes
[/unit]
[unit]
name= _ "Drog"
side=1
type=Ogre
x,y=recall,recall
x,y=40,5
random_traits=yes
[/unit]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@

[message]
speaker=Dacyn
message= _ "We have no time to lose! Let's get moving quickly before the rest of their army catches up with us."
message= _ "We have no time to lose! Lets get moving quickly before the rest of their army catches up with us."
[/message]

[endlevel]
Expand Down

0 comments on commit 142c6db

Please sign in to comment.