1set_textdomain("texts")
2tips = {
3   {
4      text = _"Keep an eye on your fishers. After fish resources are exhausted in their work area, they will stop fishing.",
5      seconds = 6
6   },
7   {
8      text = _"Always build a forester’s house so you will not run out of logs.",
9      seconds = 5
10   },
11   {
12      text = _"Most enhanced buildings need experienced workers. Do not enhance a building unless you have the necessary workers available.",
13      seconds = 7
14   },
15   {
16      text = _"Empire needs a lot of marble. Keep looking for marble resources.",
17      seconds = 4
18   },
19}
20return tips
21