home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / PD / Freeciv / data / default / cities.ruleset < prev    next >
Encoding:
Text File  |  1999-12-03  |  1.2 KB  |  49 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "set cities <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. [datafile]
  11. description="Cities data for Freeciv"
  12. options="1.9"
  13.  
  14. ;
  15. ; City styles define the way cities are drawn
  16. ;
  17. ; graphic     = group of tiles to use, see cities spec for
  18. ;               more info on city tiles
  19. ; tech        = technology required for style to be used
  20. ; replaced_by = which style replaced this one
  21.  
  22. [citystyle_european]
  23. name        = _("European")
  24. graphic     = "city.european"
  25. graphic_alt = "-"
  26. tech        = "None"
  27. replaced_by = "Industrial"
  28.  
  29. [citystyle_classical]
  30. name        = _("Classical")
  31. graphic     = "city.classical"
  32. graphic_alt = "-"
  33. tech        = "None"
  34. replaced_by = "Industrial"
  35.  
  36. [citystyle_industrial]
  37. name        = _("Industrial")
  38. graphic     = "city.industrial"
  39. graphic_alt = "-"
  40. tech        = "Railroad"
  41. replaced_by = "Modern"
  42.  
  43. [citystyle_modern]
  44. name        = _("Modern")
  45. graphic     = "city.modern"
  46. graphic_alt = "-"
  47. tech        = "Automobile"
  48. replaced_by = "-"
  49.