Merge branch 'master' of https://github.com/wesnoth/wesnoth
This commit is contained in:
commit
961a778d15
2 changed files with 45 additions and 28 deletions
|
@ -46,7 +46,7 @@
|
|||
[/side]
|
||||
|
||||
# Give Kapou'e the northern tier of villages near his keep.
|
||||
{STARTING_VILLAGES 1 7}
|
||||
{STARTING_VILLAGES 1 18}
|
||||
|
||||
[side]
|
||||
type=General
|
||||
|
@ -63,10 +63,6 @@
|
|||
{FLAG_VARIANT loyalist}
|
||||
[/side]
|
||||
|
||||
# Lanbec'h starts with all villages south of the river.
|
||||
# Not that this matters, given his starting gold.
|
||||
{STARTING_VILLAGES 2 19}
|
||||
|
||||
[story]
|
||||
[part]
|
||||
story= _ "Refusing to yield to fear, Kapou’e rallied his warriors in preparation for the upcoming battle."
|
||||
|
@ -296,6 +292,20 @@
|
|||
[/gold_carryover]
|
||||
[/objectives]
|
||||
|
||||
[if]
|
||||
[have_unit]
|
||||
x=28
|
||||
y=1
|
||||
id="Kapou'e"
|
||||
[/have_unit]
|
||||
|
||||
[then]
|
||||
[fire_event]
|
||||
name=Kapoue_leaves
|
||||
[/fire_event]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
|
||||
|
@ -305,29 +315,37 @@
|
|||
id="Kapou'e"
|
||||
[/filter]
|
||||
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "We’ll be back, you foul mud-sucking humans!"
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker="Lanbec'h"
|
||||
message= _ "That’s right, flee, you cowardly orcs! This land is mine!"
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "In your dreams, worm. When the time comes you will pay for all this with your life!"
|
||||
image=portraits/kapoue-angry.png
|
||||
[/message]
|
||||
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[fire_event]
|
||||
name=Kapoue_leaves
|
||||
[/fire_event]
|
||||
[/event]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=Kapoue_leaves
|
||||
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "We’ll be back, you foul mud-sucking humans!"
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker="Lanbec'h"
|
||||
message= _ "That’s right, flee, you cowardly orcs! This land is mine!"
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "In your dreams, worm. When the time comes you will pay for all this with your life!"
|
||||
image=portraits/kapoue-angry.png
|
||||
[/message]
|
||||
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
{KAPOUE_DEATH}
|
||||
[/scenario]
|
||||
|
|
|
@ -314,11 +314,10 @@
|
|||
side=1
|
||||
[objective]
|
||||
condition=win
|
||||
description=_ "Move Kapou’e to the end of the mountains"
|
||||
description=_ "Move Kapou’e to the end of the mountains or"
|
||||
[/objective]
|
||||
[objective]
|
||||
condition=win
|
||||
{BONUS_OBJECTIVE_CAPTION}
|
||||
description= _ "Defeat the enemy leader"+{EARLY_FINISH_BONUS_FOOTNOTE}
|
||||
[/objective]
|
||||
[objective]
|
||||
|
|
Loading…
Add table
Reference in a new issue