; Modifying this file: ; You should not modify this file except to make bugfixes or ; for other "maintenance". If you want to make custom changes ; you should create a new datadir subdirectory and copy this file ; into that directory, and then modify that copy. Then use the ; command "rulesetdir " in the server to have freeciv ; use your new customized file. [datafile] description="Cities data for Freeciv" options="1.9" [parameters] add_to_size_limit = 8 ; cities >= this cannot be added to. ; ; City styles define the way cities are drawn ; ; graphic = group of tiles to use, see cities spec for ; more info on city tiles ; tech = technology required for style to be used ; replaced_by = which style replaced this one [citystyle_european] name = _("European") graphic = "city.european" graphic_alt = "-" tech = "None" replaced_by = "Industrial" [citystyle_classical] name = _("Classical") graphic = "city.classical" graphic_alt = "-" tech = "None" replaced_by = "Industrial" [citystyle_industrial] name = _("Industrial") graphic = "city.industrial" graphic_alt = "-" tech = "Railroad" replaced_by = "Modern" [citystyle_modern] name = _("Modern") graphic = "city.modern" graphic_alt = "-" tech = "Automobile" replaced_by = "PostModern" [citystyle_postmodern] name = _("PostModern") graphic = "city.postmodern" graphic_alt = "-" tech = "Superconductors" replaced_by = "-"