home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.2 / 1997-05_Disc_3.2.iso / EFSDEMO / _SETUP.1 / TERRCOST.DAT < prev    next >
Text File  |  1996-09-01  |  4KB  |  91 lines

  1. // terrain movement cost chart
  2. //
  3. // names of terrains and tile set types MUST stay in the order below
  4. // for each type of terrain, lists the tile set type and the movement cost
  5. // for the movement types...foot, wheel, tread, air, naval, space, hover, jump,
  6. // crawler, lander
  7. { "ocean"
  8.    "normal"     "0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0"
  9.    "desert"     "0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0"
  10.    "ice"        "0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0"
  11.    "jungle"     "0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0"
  12.    "barren"     "1.3 2.5 2.0 1.0 0.0 0.0 1.3 0.0 3.0 0.0"
  13. }
  14. { "grass"
  15.    "normal"     "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  16.    "desert"     "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  17.    "ice"        "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  18.    "jungle"     "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  19.    "barren"     "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  20. }
  21. { "arid grass"
  22.    "normal"     "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  23.    "desert"     "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  24.    "ice"        "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  25.    "jungle"     "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  26.    "barren"     "2.0 2.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  27. }
  28. { "desert"
  29.    "normal"     "2.0 3.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  30.    "desert"     "2.0 3.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  31.    "ice"        "2.0 3.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  32.    "jungle"     "2.0 3.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  33.    "barren"     "2.0 3.0 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  34. }
  35. { "ice"
  36.    "normal"     "2.5 3.5 3.0 1.0 0.0 0.0 2.0 0.0 3.0 0.0"
  37.    "desert"     "2.5 3.5 3.0 1.0 0.0 0.0 2.0 0.0 3.0 0.0"
  38.    "ice"        "2.5 3.5 3.0 1.0 0.0 0.0 2.0 0.0 3.0 0.0"
  39.    "jungle"     "2.5 3.5 3.0 1.0 0.0 0.0 2.0 0.0 3.0 0.0"
  40.    "barren"     "2.5 3.5 3.0 1.0 0.0 0.0 2.0 0.0 3.0 0.0"
  41. }
  42. { "tundra"
  43.    "normal"     "2.0 2.5 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  44.    "desert"     "2.0 2.5 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  45.    "ice"        "2.0 2.5 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  46.    "jungle"     "2.0 2.5 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  47.    "barren"     "2.0 2.5 2.0 1.0 0.0 0.0 2.0 0.0 2.0 0.0"
  48. }
  49. { "mountain"
  50.    "normal"     "1.5 2.0 2.0 1.0 0.0 0.0 1.5 0.0 2.0 0.0"
  51.    "desert"     "1.5 2.0 2.0 1.0 0.0 0.0 1.5 0.0 2.0 0.0"
  52.    "ice"        "1.5 2.0 2.0 1.0 0.0 0.0 1.5 0.0 2.0 0.0"
  53.    "jungle"     "1.5 2.0 2.0 1.0 0.0 0.0 1.5 0.0 2.0 0.0"
  54.    "barren"     "1.5 2.0 2.0 1.0 0.0 0.0 1.5 0.0 2.0 0.0"
  55. }
  56. { "hill"
  57.    "normal"     "1.2 1.5 1.2 1.0 0.0 0.0 1.3 0.0 1.5 0.0"
  58.    "desert"     "1.2 1.5 1.2 1.0 0.0 0.0 1.3 0.0 1.5 0.0"
  59.    "ice"        "1.2 1.5 1.2 1.0 0.0 0.0 1.3 0.0 1.5 0.0"
  60.    "jungle"     "1.2 1.5 1.2 1.0 0.0 0.0 1.3 0.0 1.5 0.0"
  61.    "barren"     "1.2 1.5 1.2 1.0 0.0 0.0 1.3 0.0 1.5 0.0"
  62. }
  63. { "tree"
  64.    "normal"     "1.0 2.5 2.0 1.0 0.0 0.0 2.0 0.0 1.0 0.0"
  65.    "desert"     "1.0 1.5 1.5 1.0 0.0 0.0 1.5 0.0 1.0 0.0"
  66.    "ice"        "1.0 2.5 2.0 1.0 0.0 0.0 2.0 0.0 1.0 0.0"
  67.    "jungle"     "1.5 4.0 3.0 1.0 0.0 0.0 1.5 0.0 1.0 0.0"
  68.    "barren"     "1.0 2.5 2.0 1.0 0.0 0.0 2.0 0.0 1.0 0.0"
  69. }
  70. { "river"
  71.    "normal"     "1.2 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  72.    "desert"     "1.2 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  73.    "ice"        "1.2 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  74.    "jungle"     "1.2 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  75.    "barren"     "1.2 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  76. }
  77. { "delta"
  78.    "normal"     "1.5 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  79.    "desert"     "1.5 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  80.    "ice"        "1.5 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  81.    "jungle"     "1.5 2.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  82.    "barren"     "1.5 1.5 1.2 1.0 0.0 0.0 1.0 0.0 1.0 0.0"
  83. }
  84. { "road"
  85.    "normal"     "0.1 0.1 0.1 0.1 0.0 0.0 0.1 0.0 0.1 0.0"
  86.    "desert"     "0.1 0.1 0.1 0.1 0.0 0.0 0.1 0.0 0.1 0.0"
  87.    "ice"        "0.1 0.1 0.1 0.1 0.0 0.0 0.1 0.0 0.1 0.0"
  88.    "jungle"     "0.1 0.1 0.1 0.1 0.0 0.0 0.1 0.0 0.1 0.0"
  89.    "barren"     "0.1 0.1 0.1 0.1 0.0 0.0 0.1 0.0 0.1 0.0"
  90. }
  91.