Merge lp:~widelands-dev/widelands/bug-1764318-barbarian-lore into lp:widelands

Proposed by hessenfarmer
Status: Merged
Merged at revision: 9063
Proposed branch: lp:~widelands-dev/widelands/bug-1764318-barbarian-lore
Merge into: lp:widelands
Diff against target: 685 lines (+138/-161)
29 files modified
data/tribes/buildings/militarysites/barbarians/barrier/helptexts.lua (+4/-7)
data/tribes/buildings/militarysites/barbarians/citadel/helptexts.lua (+5/-7)
data/tribes/buildings/militarysites/barbarians/fortress/helptexts.lua (+4/-7)
data/tribes/buildings/militarysites/barbarians/sentry/helptexts.lua (+5/-7)
data/tribes/buildings/militarysites/barbarians/tower/helptexts.lua (+5/-7)
data/tribes/buildings/partially_finished/constructionsite/helptexts.lua (+5/-10)
data/tribes/buildings/partially_finished/dismantlesite/helptexts.lua (+5/-10)
data/tribes/buildings/productionsites/atlanteans/fishbreeders_house/helptexts.lua (+7/-4)
data/tribes/buildings/productionsites/barbarians/bakery/helptexts.lua (+4/-7)
data/tribes/buildings/productionsites/barbarians/barracks/helptexts.lua (+4/-4)
data/tribes/buildings/productionsites/barbarians/big_inn/helptexts.lua (+5/-4)
data/tribes/buildings/productionsites/barbarians/brewery/helptexts.lua (+7/-4)
data/tribes/buildings/productionsites/barbarians/cattlefarm/helptexts.lua (+4/-7)
data/tribes/buildings/productionsites/barbarians/charcoal_kiln/helptexts.lua (+11/-4)
data/tribes/buildings/productionsites/barbarians/farm/helptexts.lua (+5/-7)
data/tribes/buildings/productionsites/barbarians/fishers_hut/helptexts.lua (+2/-2)
data/tribes/buildings/productionsites/barbarians/helmsmithy/helptexts.lua (+4/-4)
data/tribes/buildings/productionsites/barbarians/inn/helptexts.lua (+4/-4)
data/tribes/buildings/productionsites/barbarians/quarry/helptexts.lua (+4/-7)
data/tribes/buildings/productionsites/barbarians/scouts_hut/helptexts.lua (+5/-4)
data/tribes/buildings/productionsites/barbarians/shipyard/helptexts.lua (+6/-4)
data/tribes/buildings/productionsites/barbarians/smelting_works/helptexts.lua (+5/-4)
data/tribes/buildings/productionsites/barbarians/tavern/helptexts.lua (+4/-4)
data/tribes/buildings/productionsites/barbarians/warmill/helptexts.lua (+0/-3)
data/tribes/buildings/productionsites/barbarians/weaving_mill/helptexts.lua (+5/-4)
data/tribes/buildings/productionsites/barbarians/wood_hardener/helptexts.lua (+6/-4)
data/tribes/buildings/warehouses/barbarians/headquarters/helptexts.lua (+4/-7)
data/tribes/buildings/warehouses/barbarians/port/helptexts.lua (+4/-7)
data/tribes/buildings/warehouses/barbarians/warehouse/helptexts.lua (+5/-7)
To merge this branch: bzr merge lp:~widelands-dev/widelands/bug-1764318-barbarian-lore
Reviewer Review Type Date Requested Status
hessenfarmer Approve
Review via email: mp+365637@code.launchpad.net

Commit message

This is for b21.
A lot of lore texts added according to the relevant forum discussions

Description of the change

Lore texts for all missing Barbarians Buildings (see https://wl.widelands.org/forum/topic/4193/)
Lore text for atlantean fishbreeder (see https://wl.widelands.org/forum/topic/4471/)

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

Continuous integration builds have changed state:

Travis build 4683. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/516906606.
Appveyor build 4469. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_bug_1764318_barbarian_lore-4469.

Revision history for this message
GunChleoc (gunchleoc) wrote :

I have pushed some code fixes. I'll have to review the texts themselves later.

Constructionsites and Dismanlesites are not tribe-specific, so I have removed "Barbarian" from the lore author.

For the Atlantean fishbreeder:

   return pgettext("atlanteans_building", [[‘‘Only after the last deer has been shot down<br>
            Only after the last game has been put to death<br>
            Only after the last fish has been caught<br>
            Then will you find that spiders are not to be eaten.’]])

I'd prefer:

   return pgettext("atlanteans_building", [[‘‘Only after the last duck has been shot down<br>
            Only after the last deer has been put to death<br>
            Only after the last fish has been caught<br>
            Then will you find that spiders are not to be eaten.’]])

"duck" and "deer" alliterate nicely, and it's more specific than using "game", because deer is also game.

Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 4693. State: errored. Details: https://travis-ci.org/widelands/widelands/builds/517159425.
Appveyor build 4479. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_bug_1764318_barbarian_lore-4479.

Revision history for this message
GunChleoc (gunchleoc) wrote :

Is the economist called "Khantarakh" rather than "Khantrukh" on purpose?

Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 4737. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/522081447.
Appveyor build 4522. State: failed. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_bug_1764318_barbarian_lore-4522.

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

I am happy with all the changes.
Khantarakh was intentional (was discussed in the forum).

review: Approve
Revision history for this message
GunChleoc (gunchleoc) wrote :

@bunnybot merge

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/tribes/buildings/militarysites/barbarians/barrier/helptexts.lua'
--- data/tribes/buildings/militarysites/barbarians/barrier/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/militarysites/barbarians/barrier/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", "‘When we looked down to the valley from our newly established barrier, we felt that the spirit of our fathers was with us.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("barbarians_building", "Ballad ‘The Battle of Kal’mavrath’ by Hakhor the Bard")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
1512
=== modified file 'data/tribes/buildings/militarysites/barbarians/citadel/helptexts.lua'
--- data/tribes/buildings/militarysites/barbarians/citadel/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/militarysites/barbarians/citadel/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,12 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", [[‘The Citadel of Adlen surely is the finest masterpiece of Barbarian craftsmanship. ]] ..
4 [[Nothing as strong and big and beautiful has ever been built in such a short time.’]])
7end5end
86
9function building_helptext_lore_author()7function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building8 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()9 return pgettext("barbarians_building", "Colintan, chief planner of the Citadel of Adlen,<br>at its opening ceremony")
12end10end
1311
14function building_helptext_purpose()12function building_helptext_purpose()
1513
=== modified file 'data/tribes/buildings/militarysites/barbarians/fortress/helptexts.lua'
--- data/tribes/buildings/militarysites/barbarians/fortress/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/militarysites/barbarians/fortress/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", "‘This stronghold made from blackwood and stones will be a hard nut to crack for them.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("barbarians_building", "Berthron,<br>chief military adviser of Chat’Karuth")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
1512
=== modified file 'data/tribes/buildings/militarysites/barbarians/sentry/helptexts.lua'
--- data/tribes/buildings/militarysites/barbarians/sentry/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/militarysites/barbarians/sentry/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,12 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", [[‘The log cabin was so small that two men could hardly live there. But we were young and carefree. ]] ..
4 [[We just relished our freedom and the responsibility as an outpost.’]])
7end5end
86
9function building_helptext_lore_author()7function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building8 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()9 return pgettext("barbarians_building", "Boldreth,<br>about his time as young soldier")
12end10end
1311
14function building_helptext_purpose()12function building_helptext_purpose()
1513
=== modified file 'data/tribes/buildings/militarysites/barbarians/tower/helptexts.lua'
--- data/tribes/buildings/militarysites/barbarians/tower/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/militarysites/barbarians/tower/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,12 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", [[‘From the height of our tower we could see far into enemy territory. ]] ..
4 [[The enemy was well prepared, but we also noticed some weak points in their defense.’]])
7end5end
86
9function building_helptext_lore_author()7function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building8 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()9 return pgettext("barbarians_building", "Ballad ‘The Battle of Kal’mavrath’ by Hakhor the Bard")
12end10end
1311
14function building_helptext_purpose()12function building_helptext_purpose()
1513
=== modified file 'data/tribes/buildings/partially_finished/constructionsite/helptexts.lua'
--- data/tribes/buildings/partially_finished/constructionsite/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/partially_finished/constructionsite/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("building", "‘Don’t swear at the builder who is short of building materials.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("building", "Proverb widely used for impossible tasks of any kind")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
@@ -17,11 +14,9 @@
17end14end
1815
19function building_helptext_note()16function building_helptext_note()
20 -- TRANSLATORS#: Note helptext for a building
21 return ""17 return ""
22end18end
2319
24function building_helptext_performance()20function building_helptext_performance()
25 -- TRANSLATORS#: Performance helptext for a building21 return ""
26 return no_performance_text_yet()
27end22end
2823
=== modified file 'data/tribes/buildings/partially_finished/dismantlesite/helptexts.lua'
--- data/tribes/buildings/partially_finished/dismantlesite/helptexts.lua 2018-04-05 05:58:29 +0000
+++ data/tribes/buildings/partially_finished/dismantlesite/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("building", "‘New paths will appear when you are willing to tear down the old.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("building", "Proverb")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
@@ -17,11 +14,9 @@
17end14end
1815
19function building_helptext_note()16function building_helptext_note()
20 -- TRANSLATORS#: Note helptext for a building
21 return ""17 return ""
22end18end
2319
24function building_helptext_performance()20function building_helptext_performance()
25 -- TRANSLATORS#: Performance helptext for a building21 return ""
26 return no_performance_text_yet()
27end22end
2823
=== modified file 'data/tribes/buildings/productionsites/atlanteans/fishbreeders_house/helptexts.lua'
--- data/tribes/buildings/productionsites/atlanteans/fishbreeders_house/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/atlanteans/fishbreeders_house/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,16 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("atlanteans_building", [[‘‘Only after the last duck has been shot down<br>]] ..
7 [[Only after the last deer has been put to death<br>]] ..
8 [[Only after the last fish has been caught<br>]] ..
9 [[Then will you find that spiders are not to be eaten.’]])
7end10end
811
9function building_helptext_lore_author()12function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building13 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()14 return pgettext("atlanteans_building", "Prophecy of the fishbreeders")
12end15end
1316
14function building_helptext_purpose()17function building_helptext_purpose()
1518
=== modified file 'data/tribes/buildings/productionsites/barbarians/bakery/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/bakery/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/bakery/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", "‘He who has enough bread will never be too tired to dig the ore and wield the ax.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("barbarians_building", "Khantarakh, ‘The Modern Barbarian Economy’,<br>3ʳᵈ cowhide ‘Craftsmanship and Trade’")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
1512
=== modified file 'data/tribes/buildings/productionsites/barbarians/barracks/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/barracks/helptexts.lua 2018-05-04 20:38:53 +0000
+++ data/tribes/buildings/productionsites/barbarians/barracks/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,13 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- #TRANSLATORS: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", "‘Don't ask what your tribe can do for you, ask what you can do for your tribe!’")
7end7end
88
9function building_helptext_lore_author()9function building_helptext_lore_author()
10 -- #TRANSLATORS: Lore author helptext for a building10 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()11 return pgettext("barbarians_building", "Famous barbarian recruitment poster")
12end12end
1313
14function building_helptext_purpose()14function building_helptext_purpose()
1515
=== modified file 'data/tribes/buildings/productionsites/barbarians/big_inn/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/big_inn/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/big_inn/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,14 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘Seasonal fish and game specialties served with pitta bread.<br>]] ..
7 [[Choose from a prime selection of regional craft beer brands.’]])
7end8end
89
9function building_helptext_lore_author()10function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building11 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()12 return pgettext("barbarians_building", "Menu of ‘The Laughing Barbarian’")
12end13end
1314
14function building_helptext_purpose()15function building_helptext_purpose()
1516
=== modified file 'data/tribes/buildings/productionsites/barbarians/brewery/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/brewery/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/brewery/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,16 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘When the Barbarian was created,<br>]] ..
7 [[this was the first thing that he stated:<br>]] ..
8 [[“You want me fighting without fear?<br>]] ..
9 [[Then you should create some beer!”’]])
7end10end
811
9function building_helptext_lore_author()12function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building13 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()14 return pgettext("barbarians_building", "First verse of the drinking song ‘Way of the Barbarian’")
12end15end
1316
14function building_helptext_purpose()17function building_helptext_purpose()
1518
=== modified file 'data/tribes/buildings/productionsites/barbarians/cattlefarm/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/cattlefarm/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/cattlefarm/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", "‘The smart leader builds roads, while the really wise leader breeds cattle.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("barbarians_building", "Khantarakh, ‘The Modern Barbarian Economy’,<br> 5ᵗʰ cowhide ‘Traffic and Logistics’")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
1512
=== modified file 'data/tribes/buildings/productionsites/barbarians/charcoal_kiln/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/charcoal_kiln/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/charcoal_kiln/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,20 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘What’s the work of a charcoal burner?<br>]] ..
7 [[He’s the tribe’s most plodding earner!<br>]] ..
8 [[Logs on logs he piles up high,<br>]] ..
9 [[Until the kiln will reach the sky.<br>]] ..
10 [[He sets the fire, sees it smolder<br>]] ..
11 [[The logs he carried on his shoulder.<br>]] ..
12 [[Burnt down to just one single coal<br>]] ..
13 [[This troubles much a burner’s soul.’]])
7end14end
815
9function building_helptext_lore_author()16function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building17 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()18 return pgettext("barbarians_building", "Song of the charcoal burners")
12end19end
1320
14function building_helptext_purpose()21function building_helptext_purpose()
1522
=== modified file 'data/tribes/buildings/productionsites/barbarians/farm/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/farm/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/farm/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,12 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", [[‘See the crop fields from here to the horizons. They are a huge, heaving, golden sea.<br>]] ..
4 [[Oh wheat, source of wealth, soul of beer, strength of our warriors!’]])
7end5end
86
9function building_helptext_lore_author()7function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building8 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()9 return pgettext("barbarians_building", "Line from the harvesting song ‘The Wealth of the Fields’")
12end10end
1311
14function building_helptext_purpose()12function building_helptext_purpose()
1513
=== modified file 'data/tribes/buildings/productionsites/barbarians/fishers_hut/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/fishers_hut/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/fishers_hut/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -4,8 +4,8 @@
4end4end
55
6function building_helptext_lore_author()6function building_helptext_lore_author()
7 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
8 return ""8 return pgettext("barbarians_building", "Frequent response of a barbarian fisherman,<br>often followed by an enjoyable brawl")
9end9end
1010
11function building_helptext_purpose()11function building_helptext_purpose()
1212
=== modified file 'data/tribes/buildings/productionsites/barbarians/helmsmithy/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/helmsmithy/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/helmsmithy/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,13 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘The helmets forgéd by this smithy<br>Are widely known for looking pithy.’]])
7end7end
88
9function building_helptext_lore_author()9function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building10 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()11 return pgettext("barbarians_building", "Slogan of ‘Harrath’s Handsome Helmets’ in Al’thunran")
12end12end
1313
14function building_helptext_purpose()14function building_helptext_purpose()
1515
=== modified file 'data/tribes/buildings/productionsites/barbarians/inn/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/inn/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/inn/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,13 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", "‘Miner’s Delight: Pitta bread with fish or meat, comes with one beer.’")
7end7end
88
9function building_helptext_lore_author()9function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building10 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()11 return pgettext("barbarians_building", "Chef’s recommendation in ‘The Singing Master Miner’")
12end12end
1313
14function building_helptext_purpose()14function building_helptext_purpose()
1515
=== modified file 'data/tribes/buildings/productionsites/barbarians/quarry/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/quarry/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/quarry/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", "‘We open up roads and make houses from mountains.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("barbarians_building", "Slogan of the stonemasons’ guild")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
1512
=== modified file 'data/tribes/buildings/productionsites/barbarians/scouts_hut/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/scouts_hut/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/scouts_hut/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,14 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘Behind the next hill there might be wealth and happiness but also hostility and doom.<br>]] ..
7 [[He who will not explore it commits the crime of stupidity.’]])
7end8end
89
9function building_helptext_lore_author()10function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building11 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()12 return pgettext("barbarians_building", "Chat’Karuth<br>at the oath taking ceremony of the first scout troupe")
12end13end
1314
14function building_helptext_purpose()15function building_helptext_purpose()
1516
=== modified file 'data/tribes/buildings/productionsites/barbarians/shipyard/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/shipyard/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/shipyard/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,15 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘When I saw the Saxnot for the first time, her majestic dragon head ]] ..
7 [[already looked up to the skies and the master was about to install the square sail.<br>]] ..
8 [[It was the most noble ship I ever saw.’]])
7end9end
810
9function building_helptext_lore_author()11function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building12 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()13 return pgettext("barbarians_building", "Captain Thanlas the Elder,<br>Explorer")
12end14end
1315
14function building_helptext_purpose()16function building_helptext_purpose()
1517
=== modified file 'data/tribes/buildings/productionsites/barbarians/smelting_works/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/smelting_works/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/smelting_works/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,14 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘From inferior looking rubble they form shiny gold and gleaming iron.<br>]] ..
7 [[The smelters are real magicians among our craftsmen.’]])
7end8end
89
9function building_helptext_lore_author()10function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building11 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()12 return pgettext("barbarians_building", "Chat’Karuth<br>at the 5ᵗʰ conference of master craftsmen")
12end13end
1314
14function building_helptext_purpose()15function building_helptext_purpose()
1516
=== modified file 'data/tribes/buildings/productionsites/barbarians/tavern/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/tavern/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/tavern/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,13 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", "‘Fresh from the countryside: Bread, fish or game to go.’")
7end7end
88
9function building_helptext_lore_author()9function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building10 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()11 return pgettext("barbarians_building", "Menu of the tavern ‘Ye Ol’ Bronze Axe’")
12end12end
1313
14function building_helptext_purpose()14function building_helptext_purpose()
1515
=== modified file 'data/tribes/buildings/productionsites/barbarians/warmill/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/warmill/helptexts.lua 2017-06-25 06:54:53 +0000
+++ data/tribes/buildings/productionsites/barbarians/warmill/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,6 +1,3 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return pgettext("barbarians_building", "‘A new warrior’s ax brings forth the best in its wielder – or the worst in its maker.’")3 return pgettext("barbarians_building", "‘A new warrior’s ax brings forth the best in its wielder – or the worst in its maker.’")
74
=== modified file 'data/tribes/buildings/productionsites/barbarians/weaving_mill/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/weaving_mill/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/weaving_mill/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,14 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘Fine cloth and jewelry mean nothing to a true Barbarian.<br>]] ..
7 [[But a noble sail in the wind will please his eyes.’]])
7end8end
89
9function building_helptext_lore_author()10function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building11 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()12 return pgettext("barbarians_building", "Khantarakh, ‘The Modern Barbarian Economy’,<br>9ᵗʰ cowhide ‘Seafaring and Conquest’")
12end13end
1314
14function building_helptext_purpose()15function building_helptext_purpose()
1516
=== modified file 'data/tribes/buildings/productionsites/barbarians/wood_hardener/helptexts.lua'
--- data/tribes/buildings/productionsites/barbarians/wood_hardener/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/productionsites/barbarians/wood_hardener/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -2,13 +2,15 @@
2include "tribes/scripting/help/global_helptexts.lua"2include "tribes/scripting/help/global_helptexts.lua"
33
4function building_helptext_lore()4function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building5 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()6 return pgettext("barbarians_building", [[‘Then he hit the door with his ax and, behold,<br>]] ..
7 [[the door only trembled, but the shaft of the ax burst into a thousand pieces.’]])
7end8end
89
9function building_helptext_lore_author()10function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building11 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()12 return pgettext("barbarians_building", [[Legend about a quarrel between the brothers Harthor and Manthor,<br>]] ..
13 [[Manthor is said to be the inventor of blackwood]])
12end14end
1315
14function building_helptext_purpose()16function building_helptext_purpose()
1517
=== modified file 'data/tribes/buildings/warehouses/barbarians/headquarters/helptexts.lua'
--- data/tribes/buildings/warehouses/barbarians/headquarters/helptexts.lua 2016-09-21 15:49:41 +0000
+++ data/tribes/buildings/warehouses/barbarians/headquarters/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", "‘Steep like the slopes of Kal’mavrath, shiny like the most delicate armor and strong like our ancestors, that’s how the headquarters of Chat’Karuth presented itself to us.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("barbarians_building", "Ballad ‘The Battle of Kal’mavrath’ by Hakhor the Bard")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
1512
=== modified file 'data/tribes/buildings/warehouses/barbarians/port/helptexts.lua'
--- data/tribes/buildings/warehouses/barbarians/port/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/warehouses/barbarians/port/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,11 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", "‘I prefer the planks of a ship to any fortress, no matter how strong it is.’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("barbarians_building", "Captain Thanlas the Elder,<br>Explorer")
12end9end
1310
14function building_helptext_purpose()11function building_helptext_purpose()
1512
=== modified file 'data/tribes/buildings/warehouses/barbarians/warehouse/helptexts.lua'
--- data/tribes/buildings/warehouses/barbarians/warehouse/helptexts.lua 2015-12-02 04:01:09 +0000
+++ data/tribes/buildings/warehouses/barbarians/warehouse/helptexts.lua 2019-04-19 09:05:33 +0000
@@ -1,14 +1,12 @@
1-- This include can be removed when all help texts have been defined.
2include "tribes/scripting/help/global_helptexts.lua"
3
4function building_helptext_lore()1function building_helptext_lore()
5 -- TRANSLATORS#: Lore helptext for a building2 -- TRANSLATORS: Lore helptext for a building
6 return no_lore_text_yet()3 return pgettext("barbarians_building", "‘Who still owns a warehouse is not yet defeated!’")
7end4end
85
9function building_helptext_lore_author()6function building_helptext_lore_author()
10 -- TRANSLATORS#: Lore author helptext for a building7 -- TRANSLATORS: Lore author helptext for a building
11 return no_lore_author_text_yet()8 return pgettext("barbarians_building", [[Berthron, chief military adviser of Chat’Karuth,<br>]] ..
9 [[when they lost the headquarters in the battle around the heights of Kal’Megarath]])
12end10end
1311
14function building_helptext_purpose()12function building_helptext_purpose()

Subscribers

People subscribed via source and target branches

to status/vote changes: