wesnoth/data/tutorial.cfg
2003-09-15 12:22:11 +00:00

162 lines
3.8 KiB
INI

[tutorial]
name=The Elven Training Grounds
map=map-tutorial
turns=28
objectives="Victory:
@Defeat Delfador
Defeat:
#Death of Konrad
#Turns run out"
[side]
race=Elves
type=Commander
description=Konrad
experience=0
side=1
canrecruit=1
recruit=Elvish Fighter,Elvish Archer,Horseman,Mage
facing=reverse
enemy=2
gold=200
controller=human
[/side]
[side]
race=Elves
type=Elder Mage
description=Delfador
experience=0
side=2
canrecruit=1
recruit=Elvish Fighter,Elvish Archer,Horseman
gold=60
enemy=1
[/side]
[event]
name=start
[message]
id=tut1
description=Konrad
message="Ok, so I'm at the training grounds. Now what?"
[/message]
[message]
id=tut2
description=Delfador
message="Welcome to the training grounds, Konrad. Let us see you prove your skill by defeating me in a mock battle."
[/message]
[message]
id=tut3
description=Konrad
message="Uhh...ok, how do I start?"
[/message]
[message]
id=tut4
description=Delfador
message="You have two hundred pieces of gold to hire some soldiers with. The first thing you should do is recruit some soldiers (Right-click and select 'Recruit'). You can only recruit soldiers when you're in your castle, so it's important you don't move off it too early."
[/message]
[message]
id=tut5
description=Konrad
message="Ok I think I'm ready. Let's go!"
[/message]
[/event]
[event]
name=turn 2
[message]
id=tut6
description=Delfador
message="Of course, I am hiring soldiers too, to fight against yours."
[/message]
[message]
id=tut7
description=Konrad
message="Okay. So how do I get more gold to hire more soldiers?"
[/message]
[message]
id=tut8
description=Delfador
message="If you move one of your soldiers onto a village, it will become controlled by you. Every village you control will give you two pieces of gold every turn. Every soldier you have will cost you one piece of gold per turn."
[/message]
[message]
id=tut9
description=Konrad
message="So it's important for me to control lots of villages so I can get lots of money to hire lots of soldiers?"
[/message]
[message]
id=tut10
description=Delfador
message="Yes, exactly! It's also important to try to stop me from controlling villages, and to capture villages I do control off me, so that I get as little gold as possible."
[/message]
[message]
id=tut11
description=Konrad
message="Okay men, let's capture some villages!"
[/message]
[/event]
[event]
name=turn 3
[message]
id=tut12
description=Konrad
message="So how should I choose what kind of soldiers to hire, Delfador?"
[/message]
[message]
id=tut13
description=Delfador
message="You have to carefully review their skills. Early on, you want fast units to sieze as many villages as possible. After that, fighters should probably make up the bulk of your army. Remember that all Elvish units fight very well in forest. Horsemen are excellent on open ground. Mages are good for support, and can be used much like archers. If you can get your mages more experienced, they can be especially powerful."
[/message]
[/event]
[event]
name=attack
[filter]
side=1
[/filter]
[message]
id=tut14
description=Delfador
message="When you choose to attack an enemy unit, you can choose which weapon to use, and review the odds of hitting and the damage each blow will do"
[/message]
[/event]
[event]
name=die
[filter]
description=Konrad
[/filter]
[message]
id=tut15
description=Delfador
message="A nice try, Konrad, but it seems your skills have much to be improved still."
[/message]
[/event]
[event]
name=die
[filter]
description=Delfador
[/filter]
[message]
id=tut16
description=Delfador
message="You have bested me, Konrad. Congratulations on your skill. You have passed the training test."
[/message]
[/event]
[/tutorial]