diff --git a/data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_Of_Peace.cfg b/data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_Of_Peace.cfg index 4dedc704fda..0417e194777 100644 --- a/data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_Of_Peace.cfg +++ b/data/campaigns/Son_Of_The_Black_Eye/scenarios/01_End_Of_Peace.cfg @@ -67,6 +67,7 @@ name= _ "Albert" side=2 canrecruit=yes + facing=sw recruit=Cavalryman, Fencer, Spearman team_name=Humans user_team_name=_ "Humans" @@ -152,7 +153,7 @@ [/event] [event] - name=die + name=last breath [filter] id=Albert [/filter] @@ -167,7 +168,7 @@ [store_unit] [filter] - type=Orcish Warlord, Orcish Warrior, Goblin Knight, Goblin Pillager, Orcish Grunt, Orcish Archer, Wolf Rider + role=second [/filter] variable=name [/store_unit] @@ -182,8 +183,14 @@ message= _ "Die, human-worm." [/message] + [kill] + id=Albert + animate=yes + [/kill] + [move_unit_fake] type=Wolf Rider + side=1 x=3,3,3,3,4,5,6,7,8,8 y=38,37,36,35,34,34,33,33,32,31 [/move_unit_fake] diff --git a/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg b/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg index 5d5c96a1f15..c5120826814 100644 --- a/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg +++ b/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg @@ -53,6 +53,7 @@ name= _ "Lanbec'h" side=2 canrecruit=yes + facing=sw recruit=Dragoon, Swordsman, Pikeman, Longbowman team_name=Humans user_team_name=_ "Humans" diff --git a/data/campaigns/Son_Of_The_Black_Eye/scenarios/03_Towards_Mountains_of_Haag.cfg b/data/campaigns/Son_Of_The_Black_Eye/scenarios/03_Towards_Mountains_of_Haag.cfg index a4b088c893b..68c923a1eba 100644 --- a/data/campaigns/Son_Of_The_Black_Eye/scenarios/03_Towards_Mountains_of_Haag.cfg +++ b/data/campaigns/Son_Of_The_Black_Eye/scenarios/03_Towards_Mountains_of_Haag.cfg @@ -409,6 +409,7 @@ [then] [endlevel] + result=victory bonus=no [/endlevel] [/then] @@ -469,6 +470,7 @@ [filter] id=Grüü [/filter] + kill=yes variable=gruu_store [/store_unit] {VARIABLE gruu_store.side 1} diff --git a/data/campaigns/Son_Of_The_Black_Eye/scenarios/05_To_The_Harbour_Of_Tirigaz.cfg b/data/campaigns/Son_Of_The_Black_Eye/scenarios/05_To_The_Harbour_Of_Tirigaz.cfg index b621d61cec1..1d242a3fba3 100644 --- a/data/campaigns/Son_Of_The_Black_Eye/scenarios/05_To_The_Harbour_Of_Tirigaz.cfg +++ b/data/campaigns/Son_Of_The_Black_Eye/scenarios/05_To_The_Harbour_Of_Tirigaz.cfg @@ -1,7 +1,7 @@ #textdomain wesnoth-sotbe [scenario] id="To_the_harbour_of_Tirigaz" - name= _ "To the harbour of Tirigaz" + name= _ "To the Harbour of Tirigaz" map_data="{campaigns/Son_Of_The_Black_Eye/maps/To_The_Harbour_Of_Tirigaz.map}" {TURNS 36 30 24} @@ -161,6 +161,7 @@ team_name=undead user_team_name=_"Undead" canrecruit=yes + facing=sw [ai] aggression=1.0 village_value=0.0 @@ -378,42 +379,14 @@ [event] #ifdef EASY - name=turn 25 - [message] - speaker="Grüü" - message= _ "The day is coming, these night creatures will soon return to the pit." - [/message] - [message] - speaker="Pirk" - message= _ "Grüü, are you forgeting we are also night creatures?" - [/message] - [message] - speaker="Grüü" - message= _ "Err... well..." - [/message] - #endif - #ifdef NORMAL name=turn 21 - [message] - speaker="Grüü" - message= _ "The day is coming, these night creatures will soon return to the pit." - [/message] - [message] - speaker="Pirk" - message= _ "Grüü, are you forgeting we are also night creatures?" - [/message] - [message] - speaker="Grüü" - message= _ "Err... well..." - [/message] - #endif - #ifdef HARD name=turn 17 +#endif [message] speaker="Grüü" message= _ "The day is coming, these night creatures will soon return to the pit." @@ -426,7 +399,6 @@ speaker="Grüü" message= _ "Err... well..." [/message] -#endif [/event] {@campaigns/Son_Of_The_Black_Eye/utils/deaths.cfg}