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 ()
5   -- TRANSLATORS: Lore helptext for a building
6   return pgettext ("frisians_building", "Just be quiet, listen carefully, and do try not to stab yourself until I’ve explained to you how to hold a broadsword.")
7end
8
9function building_helptext_lore_author ()
10   -- TRANSLATORS: Lore author helptext for a building
11   return pgettext ("frisians_building", "A trainer training a soldier")
12end
13
14function building_helptext_purpose()
15   -- TRANSLATORS: Purpose helptext for a building
16   return pgettext ("frisians_building", "Trains soldiers in Attack up to level 3 as well as in Defense and Health to level 1. Equips the soldiers with all necessary weapons and armor parts.")
17end
18
19function building_helptext_note()
20   -- TRANSLATORS: Note helptext for a building
21   return pgettext ("frisians_building", "Frisian soldiers cannot train in Evade and will remain at their initial level.")
22end
23
24function building_helptext_performance()
25   -- TRANSLATORS#: Performance helptext for a building.
26   return no_performance_text_yet ()
27end
28