diff options
author | maedhros <maedhros@openttd.org> | 2007-04-18 14:23:30 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-04-18 14:23:30 +0000 |
commit | 16a948a463feb420d0a1fee654b54a4a7acf165e (patch) | |
tree | b3ab848eec6066ba38410f4d1640c44100aa40fc /src/lang | |
parent | 4b7c59fce15d7e861b6f3115a3117eee1a38d778 (diff) | |
download | openttd-16a948a463feb420d0a1fee654b54a4a7acf165e.tar.xz |
(svn r9667) -Feature: Add the concept of cities. A (configurable) proportion of towns can
start off larger, and will grow twice as quickly as other towns. They can also
be placed specifically in the scenario editor. Thanks to TheJosh for the
initial patch and the idea.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index ac808b46b..df6b8ba49 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -751,6 +751,7 @@ STR_02A0_ENDS_OF_BRIDGE_MUST_BOTH :{WHITE}...ends STR_02A1_SMALL :{BLACK}Small STR_02A2_MEDIUM :{BLACK}Medium STR_02A3_LARGE :{BLACK}Large +STR_SCENARIO_EDITOR_CITY :{BLACK}City STR_02A4_SELECT_TOWN_SIZE :{BLACK}Select town size STR_02A5_TOWN_SIZE :{YELLOW}Town size: @@ -1141,8 +1142,9 @@ STR_CONFIG_PATCHES_TOWN_GROWTH_SLOW :Slow STR_CONFIG_PATCHES_TOWN_GROWTH_NORMAL :Normal STR_CONFIG_PATCHES_TOWN_GROWTH_FAST :Fast STR_CONFIG_PATCHES_TOWN_GROWTH_VERY_FAST :Very fast -STR_CONFIG_PATCHES_LARGER_TOWNS :{LTBLUE}Proportion of towns that will grow twice as fast: {ORANGE}1 in {STRING1} -STR_CONFIG_PATCHES_LARGER_TOWNS_DISABLED :{LTBLUE}Proportion of towns that will grow twice as fast: {ORANGE}None +STR_CONFIG_PATCHES_LARGER_TOWNS :{LTBLUE}Proportion of towns that will become cities: {ORANGE}1 in {STRING1} +STR_CONFIG_PATCHES_LARGER_TOWNS_DISABLED :{LTBLUE}Proportion of towns that will become cities: {ORANGE}None +STR_CONFIG_PATCHES_CITY_SIZE_MULTIPLIER :{LTBLUE}Initial city size multiplier: {ORANGE}{STRING1} STR_CONFIG_PATCHES_GUI :{BLACK}Interface STR_CONFIG_PATCHES_CONSTRUCTION :{BLACK}Construction |