Merge lp:~widelands-dev/widelands/objective-string-rules into lp:widelands

Proposed by hessenfarmer
Status: Merged
Merged at revision: 8682
Proposed branch: lp:~widelands-dev/widelands/objective-string-rules
Merge into: lp:widelands
Diff against target: 108 lines (+18/-16)
1 file modified
data/campaigns/emp02.wmf/scripting/texts.lua (+18/-16)
To merge this branch: bzr merge lp:~widelands-dev/widelands/objective-string-rules
Reviewer Review Type Date Requested Status
hessenfarmer Approve
Review via email: mp+344918@code.launchpad.net

Commit message

Changed an objective in empire02 to be consistent with the rest of the campaign

To post a comment you must log in.
Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 3435. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/373681706.
Appveyor build 3240. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_objective_string_rules-3240.

Revision history for this message
GunChleoc (gunchleoc) wrote :

I have added some more tweaks - please review my changes and trigger the merge if they're OK.

Revision history for this message
hessenfarmer (stephan-lutz) wrote :

Thanks a lot.

@bunnybot merge

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/campaigns/emp02.wmf/scripting/texts.lua'
--- data/campaigns/emp02.wmf/scripting/texts.lua 2018-02-15 15:43:53 +0000
+++ data/campaigns/emp02.wmf/scripting/texts.lua 2018-05-03 06:31:12 +0000
@@ -23,7 +23,7 @@
23-- Objectives23-- Objectives
24-- ===========24-- ===========
25obj_build_woodeconomy = {25obj_build_woodeconomy = {
26 name = "build_woodeconomy ",26 name = "build_woodeconomy",
27 title =_"Build up a wood economy",27 title =_"Build up a wood economy",
28 number = 5,28 number = 5,
29 body = objective_text(_"Wood Economy",29 body = objective_text(_"Wood Economy",
@@ -32,7 +32,7 @@
32}32}
3333
34obj_build_quarry = {34obj_build_quarry = {
35 name = "build_quarry ",35 name = "build_quarry",
36 title =_"Build a quarry",36 title =_"Build a quarry",
37 number = 1,37 number = 1,
38 body = objective_text(_"Quarry",38 body = objective_text(_"Quarry",
@@ -41,7 +41,7 @@
41}41}
4242
43obj_build_military_buildings = {43obj_build_military_buildings = {
44 name = "build_military_buildings ",44 name = "build_military_buildings",
45 title =_"Protect your colony",45 title =_"Protect your colony",
46 number = 1,46 number = 1,
47 body = objective_text(_"Protect Your Colony",47 body = objective_text(_"Protect Your Colony",
@@ -50,7 +50,7 @@
50}50}
5151
52obj_build_marblemine = {52obj_build_marblemine = {
53 name = "build_marblemine ",53 name = "build_marblemine",
54 title =_"Start mining marble",54 title =_"Start mining marble",
55 number = 1,55 number = 1,
56 body = objective_text(_"Marble",56 body = objective_text(_"Marble",
@@ -59,7 +59,7 @@
59}59}
6060
61obj_build_mining_infrastructure = {61obj_build_mining_infrastructure = {
62 name = "build_mining_infrastructure ",62 name = "build_mining_infrastructure",
63 title =_"Build a stonemason’s house and mining infrastructure",63 title =_"Build a stonemason’s house and mining infrastructure",
64 number = 7,64 number = 7,
65 body = objective_text(_"Stonemason’s house and Mining Infrastructure",65 body = objective_text(_"Stonemason’s house and Mining Infrastructure",
@@ -72,31 +72,33 @@
72 title =_"Provide your miners with food",72 title =_"Provide your miners with food",
73 number = 1,73 number = 1,
74 body = objective_text(_"Food For Your Miners",74 body = objective_text(_"Food For Your Miners",
75 li(_[[To produce some sustaining food for our miners, we could build up a tavern. To supply them with some good and strong drinks, we could build up a brewery and a winery.]]) ..75 li(_[[Build a tavern to produce some food to sustain our miners.]]) ..
76 li(_[[Of course this means we will need more resources for preparing this food – like fish, meat or bread. To provide these foodstuffs, you would have to build a fisher’s house, a farm, a mill and a bakery.]]) ..76 li_arrow(_[[Of course this means you will need more resources for preparing this food – like fish, meat or bread.]]) ..
77 li(_[[Maybe you will also need a hunter’s house, a piggery, a vineyard and some wells.]]) ..77 li_arrow(_[[To provide these foodstuffs, you can build a fisher’s house, a hunter’s house, a farm, a mill and a bakery.]]) ..
78 li(_[[Build a brewery and a winery to supply the miners with some good and strong drinks.]]) ..
79 li_arrow(_[[Maybe you will also need a piggery, a vineyard and some wells.]]) ..
78 li_arrow(_[[It’s up to you what you want to build. But remember – coal and iron mines need beer, marble and gold mines need wine and all mines need at least rations, which are produced out of bread OR meat OR fish.]])80 li_arrow(_[[It’s up to you what you want to build. But remember – coal and iron mines need beer, marble and gold mines need wine and all mines need at least rations, which are produced out of bread OR meat OR fish.]])
79 ),81 ),
80}82}
8183
82obj_build_bigger_military_buildings = {84obj_build_bigger_military_buildings = {
83 name = "build_bigger_military_buildings ",85 name = "build_bigger_military_buildings",
84 title =_"Protect your eastern frontier",86 title =_"Protect your eastern frontier",
85 number = 1,87 number = 1,
86 body = objective_text(_"Protect Your Eastern Frontier",88 body = objective_text(_"Protect Your Eastern Frontier",
87 li(_[[Build up stronger military buildings, such as an outpost, a barrier or a tower, on the eastern frontier.]]) ..89 li(_[[Build stronger military buildings, such as an outpost, a barrier or a tower, on the eastern frontier.]]) ..
88 li_arrow(_[[To watch deep inside the enemy territory, build a tower.]])90 li_arrow(_[[Build a tower to watch deep inside the enemy territory.]])
89 ),91 ),
90}92}
9193
92obj_remove_the_barbarians = {94obj_remove_the_barbarians = {
93 name = "remove_the_barbarians ",95 name = "remove_the_barbarians",
94 title =_"Destroy the Barbarian tribe",96 title =_"Destroy the Barbarian tribe",
95 number = 2,97 number = 2,
96 body = objective_text(_"Destroy the Barbarian Tribe",98 body = objective_text(_"Destroy the Barbarian Tribe",
97 li(_[[Build a barracks to start training soldiers.]]) ..99 li(_[[Build a barracks to start training soldiers.]]) ..
98 li(_[[As soon as you have enough soldiers, attack and completely destroy the Barbarian buildings.]]) ..100 li(_[[Attack and completely destroy the Barbarian buildings as soon as you have enough soldiers.]]) ..
99 li(_[[Finally, build up a fortress on the peninsula (near where the Barbarian headquarters stood before), to avoid new settlements of other tribes in that region.]])101 li(_[[Build a fortress on the peninsula (near where the Barbarian headquarters stood before). Finally, this will avoid new settlements of other tribes in that region.]])
100 ),102 ),
101}103}
102104
@@ -212,7 +214,7 @@
212 _([[Lutius, don’t you think you forgot something important?]])214 _([[Lutius, don’t you think you forgot something important?]])
213 .. paragraphdivider() ..215 .. paragraphdivider() ..
214 -- TRANSLATORS: Amalea216 -- TRANSLATORS: Amalea
215 _([[It’s nice, and of course a good idea, to build up mines, which will give us a more comfortable life, but the people working in the mines are unhappy with the current situation. They have to do hard work and have no time for making their own food.]])217 _([[It’s nice, and of course a good idea, to build mines, which will give us a more comfortable life, but the people working in the mines are unhappy with the current situation. They have to do hard work and have no time for making their own food.]])
216 .. paragraphdivider() ..218 .. paragraphdivider() ..
217 -- TRANSLATORS: Amalea219 -- TRANSLATORS: Amalea
218 _([[What do you think about helping them out? I can’t tell you what we need exactly… but here are my recommendations:]]))220 _([[What do you think about helping them out? I can’t tell you what we need exactly… but here are my recommendations:]]))
@@ -243,7 +245,7 @@
243 _([[At first, I was naive and hoped that they were peaceful, but as soon as one of them saw me, they charged towards me and started attacking me with their throwing spears. Thanks be to the Gods that I was able to flee and hide myself, before retreating back to our colony under cover of darkness.]])245 _([[At first, I was naive and hoped that they were peaceful, but as soon as one of them saw me, they charged towards me and started attacking me with their throwing spears. Thanks be to the Gods that I was able to flee and hide myself, before retreating back to our colony under cover of darkness.]])
244 .. paragraphdivider() ..246 .. paragraphdivider() ..
245 -- TRANSLATORS: Lutius - Diary247 -- TRANSLATORS: Lutius - Diary
246 _([[Anyway, we must build up stronger military buildings as soon as possible.]]))248 _([[Anyway, we must build stronger military buildings as soon as possible.]]))
247 .. new_objectives(obj_build_bigger_military_buildings)249 .. new_objectives(obj_build_bigger_military_buildings)
248}250}
249251

Subscribers

People subscribed via source and target branches

to status/vote changes: