home *** CD-ROM | disk | FTP | other *** search
/ Gambler 5 / GAMBLERCD05.BIN / g-win / emperor / _setup.1 / FARM.DAT < prev    next >
Text File  |  1996-11-20  |  3KB  |  96 lines

  1. // Farm harvesting information
  2. //
  3. // For every terrain type and every alternate tile set type, there is a
  4. // list of the resource and the amount of the resource it produces.  You can
  5. // put up to 3 different resources per line.  A @ must go in the last slot
  6. // to indicate the end of the list.
  7. //
  8. // The resource names correspond to the names in strings.rc.  You do not
  9. // have to have the same case.
  10. //
  11. // IMPORTANT!!!!  As of 10/25 we are trying to balance the amount of food
  12. // produced at the beginning of the game, so don't muck with this without
  13. // consulting Garner or Andrew, as we know what numbers we're targeting.
  14. //
  15. // *****************************IMPORTANT****************************
  16. // As of 11/5 NOONE "muck" with this without consulting Ed. 
  17. //
  18. //
  19. { "ocean"
  20.    "normal"     "food" "3" "@"
  21.    "city"       "food" "2" "@"
  22.    "ice"        "food" "4" "@"
  23.    "jungle"     "food" "2" "@"
  24.    "barren"     "food" "0" "@"
  25. }
  26. { "grass"
  27.    "normal"     "food" "5" "@"
  28.    "city"       "food" "3" "@"
  29.    "ice"        "food" "3" "@"
  30.    "jungle"     "food" "3" "@"
  31.    "barren"     "food" "0" "@"
  32. }
  33. { "arid grass"
  34.    "normal"     "food" "3" "@"
  35.    "city"       "food" "0" "@"
  36.    "ice"        "food" "2" "@"
  37.    "jungle"     "food" "2" "@"
  38.    "barren"     "food" "0" "@"
  39. }
  40. { "desert"  
  41.    "normal"     "food" "0" "@"
  42.    "city"       "food" "0" "@"
  43.    "ice"        "food" "0" "@"
  44.    "jungle"     "food" "0" "@"
  45.    "barren"     "food" "0" "@"
  46. }
  47. { "ice"
  48.    "normal"     "food" "0" "@"
  49.    "city"       "food" "2" "@"
  50.    "ice"        "food" "0" "@"
  51.    "jungle"     "food" "2" "@"
  52.    "barren"     "food" "0" "@"
  53. }
  54. { "tundra"
  55.    "normal"     "food" "2" "@"
  56.    "city"       "food" "2" "@"
  57.    "ice"        "food" "2" "@"
  58.    "jungle"     "food" "2" "@"
  59.    "barren"     "food" "0" "@"
  60. }
  61. { "mountain"
  62.    "normal"     "food" "0" "@"
  63.    "city"       "food" "0" "@"
  64.    "ice"        "food" "0" "@"
  65.    "jungle"     "food" "0" "@"
  66.    "barren"     "food" "0" "@"
  67. }
  68. { "hill"
  69.    "normal"     "food" "2" "@"
  70.    "city"       "food" "0" "@"
  71.    "ice"        "food" "0" "@"
  72.    "jungle"     "food" "2" "@"
  73.    "barren"     "food" "0" "@"
  74. }
  75. { "tree"
  76.    "normal"     "food" "2" "@"
  77.    "city"       "food" "0" "@"
  78.    "ice"        "food" "2" "@"
  79.    "jungle"     "food" "2" "@"
  80.    "barren"     "food" "0" "@"
  81. }
  82. { "river"
  83.    "normal"     "food" "6" "@"
  84.    "city"       "food" "0" "@"
  85.    "ice"        "food" "3" "@"
  86.    "jungle"     "food" "3" "@"
  87.    "barren"     "food" "0" "@"
  88. }
  89. { "delta"
  90.    "normal"     "food" "8" "@"
  91.    "city"       "food" "0" "@"
  92.    "ice"        "food" "4" "@"
  93.    "jungle"     "food" "3" "@"
  94.    "barren"     "food" "0" "@"
  95. }
  96.