ANL: new objectives screen
This commit is contained in:
parent
f1a12438d1
commit
32120a020d
2 changed files with 62 additions and 10 deletions
|
@ -27,16 +27,7 @@
|
|||
[/part]
|
||||
[/story]
|
||||
|
||||
[event]
|
||||
name=prestart
|
||||
[objectives]
|
||||
summary="<small>" + _ "Right-click on your leader for help" + "</small>" # wmllint: no spellcheck
|
||||
[objective]
|
||||
description= _ "You must survive until turn 25"
|
||||
condition=win
|
||||
[/objective]
|
||||
[/objectives]
|
||||
[/event]
|
||||
{OBJECTIVES_ANL}
|
||||
#endif
|
||||
|
||||
# ------------------------------------------------------
|
||||
|
|
61
data/multiplayer/scenarios/ANL_utils/ANL_objectives.cfg
Normal file
61
data/multiplayer/scenarios/ANL_utils/ANL_objectives.cfg
Normal file
|
@ -0,0 +1,61 @@
|
|||
#textdomain wesnoth-anl
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define ECONOMY_HINT
|
||||
_"In this scenario you build up an economy" #enddef
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define CAPTIVES_HINT
|
||||
_"Move any unit next to captives and they will join your side" #enddef
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define INDICATE_HELP
|
||||
_"Right-click on a leader to read about the game mechanics" #enddef
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define RULES_STRING
|
||||
_"Rules:" #enddef
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define GOAL_STRING
|
||||
_"Goal:" #enddef
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define HINT_STRING
|
||||
_"Hint:" #enddef
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define HINTS_STRING
|
||||
_"Hints:" #enddef
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define DEFEAT_ALL
|
||||
_"Defeat all enemy leaders" #enddef
|
||||
|
||||
# po: Part of the scenario objectives
|
||||
#define SURVIVE_25
|
||||
_"You must survive until turn 25" #enddef
|
||||
|
||||
#define OBJECTIVES_ANL
|
||||
[event]
|
||||
name=prestart
|
||||
|
||||
[objectives]
|
||||
summary="<small>" + {ECONOMY_HINT} + "</small>" # wmllint: noconvert
|
||||
defeat_string={RULES_STRING}
|
||||
victory_string={GOAL_STRING}
|
||||
notes_string={HINT_STRING}
|
||||
bullet=" "
|
||||
[objective]
|
||||
description={SURVIVE_25}
|
||||
condition=win
|
||||
red,green,blue=0,223,0
|
||||
[/objective]
|
||||
[objective]
|
||||
description={INDICATE_HELP}
|
||||
red,green,blue=255,255,170
|
||||
condition=lose
|
||||
[/objective]
|
||||
[/objectives]
|
||||
[/event]
|
||||
#enddef
|
Loading…
Add table
Reference in a new issue