← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/bug-1489974 into lp:widelands

 

wl-zocker has proposed merging lp:~widelands-dev/widelands/bug-1489974 into lp:widelands.

Requested reviews:
  Widelands Developers (widelands-dev)
Related bugs:
  Bug #1489974 in widelands: "Military tutorial should mention Hero-Rookie topic earlier"
  https://bugs.launchpad.net/widelands/+bug/1489974

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/bug-1489974/+merge/270240

I inserted a string that explains shortly to the player why the soldiers are walking around without explicitly mentioning heroes/rookies. When that topic is explained, this observation is referred to.
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/bug-1489974 into lp:widelands.
=== modified file 'campaigns/tutorial02_warfare.wmf/scripting/texts.lua'
--- campaigns/tutorial02_warfare.wmf/scripting/texts.lua	2015-07-26 10:35:59 +0000
+++ campaigns/tutorial02_warfare.wmf/scripting/texts.lua	2015-09-05 11:09:26 +0000
@@ -50,9 +50,13 @@
       p(_[[A newly created soldier has no experience and is not very good at fighting. To make him stronger, you can build training sites.]]) ..
       p(_[[One of these training sites is the battle arena. It is a big and expensive building, and it trains soldiers in evade. Since soldiers get very hungry during their workout, this building needs a lot of food and strongbeer. In a real game, you should have a good infrastructure before you build it.]]) ..
       paragraphdivider() ..
-      listitem_bullet(_[[To see evade training in action, build a battle arena.]])
+      listitem_bullet(_[[To see evade training in action, build a battle arena.]]) ..
+      paragraphdivider()
+   ) ..
+   rt(
+      p(_[[While we’re waiting for the battle arena, you’ll probably notice some soldiers walking around. They are automatically exchanged from time to time. I’ll teach you about that later.]])
    ),
-   h = 350,
+   h = 400,
    obj_name = "build_battlearena",
    obj_title = _"Build a battle arena",
    obj_body = rt(
@@ -70,7 +74,7 @@
       p(_[[Very good. Our battle arena has been finished, and the soldiers are already walking towards it.]]) ..
       -- Not perfectly correct (some training steps need either bread or meat), but we do not want to confuse new players
       p(_[[The needed wares are also delivered there. For successful training, you need pitta bread and strongbeer, as well as either fish or meat.]] .. " " ..
-		_[[For more information, you can have a look at the building’s help window, accessible via the question mark in every building’s window.]]) ..
+      _[[For more information, you can have a look at the building’s help window, accessible via the question mark in every building’s window.]]) ..
       p(_[[To learn how far your soldiers have progressed in their training, you can have a look at their icons. They are modified by red dots:]])
    ) ..
    rt("image=tribes/barbarians/soldier/evade_level0.png", p(_[[No red dots means that the soldier is not trained, so he has level 0. All your new recruits have this.]])) ..
@@ -115,7 +119,7 @@
    body = rt(
       h1(_"Heroes and Rookies") ..
       p(_[[While our soldiers are training, let me tell you what we can do with them.]]) ..
-      p(_[[In every military building, you can set the preference for heroes (trained soldiers) or rookies. From time to time, a soldier will walk out of the building and be replaced by a stronger/weaker one automatically.]]) ..
+      p(_[[In every military building, you can set the preference for heroes (trained soldiers) or rookies. From time to time, a soldier will walk out of the building and be replaced by a stronger/weaker one automatically – that is what you saw earlier.]]) ..
       p(_[[The initial setting depends on the type of the building. For the Barbarians, the sentry is the only building that prefers rookies by default. You should change this setting to fit your current needs.]]) ..
       p(_[[When you are expanding into no man’s land, you can make your buildings prefer rookies. When you are planning to attack, send heroes into that region. Conquered buildings always prefer heroes.]])
    )


Follow ups