Expand the text for empire size unhappiness #1206
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improve the city dialog tooltip text that explains how many citizens are
unhappy because of the number of cities. Write two paragraphs: the first
describing the rules for the current player, and the second the status of the
city at hand. The total number of citizens that can be made content without
improvements is also shown; see #269.
Example texts
classic, size 14, communism
All cities start with 4 content citizens. Once you have more than 12 cities, a citizen becomes unhappy.
You have 36 cities, resulting in a maximum of 3 content citizens. In this city of size 14, 3 citizens are content.
classic, size 2, communism
All cities start with 4 content citizens. Once you have more than 12 cities, a citizen becomes unhappy.
You have 36 cities, resulting in a maximum of 3 content citizens. In this city of size 2, all citizens are content.
Aviation, size 4, monarchy
All cities start with 4 content citizens. Once you have more than 10 cities, a citizen becomes unhappy. Afterwards, for every 9 additional cities, a content citizen becomes unhappy. If there are no more content citizens, an unhappy citizen becomes angry instead.
You have 11 cities, resulting in a maximum of 3 content citizens. In this city of size 4, 3 citizens are content. With 9 more cities, a content citizen would become unhappy.
Aviation, size 2, monarchy
All cities start with 4 content citizens. Once you have more than 10 cities, a citizen becomes unhappy. Afterwards, for every 9 additional cities, a content citizen becomes unhappy. If there are no more content citizens, an unhappy citizen becomes angry instead.
You have 11 cities, resulting in a maximum of 3 content citizens. In this city of size 2, all citizens are content. With 18 more cities, a content citizen would become unhappy.