home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 15 / CDE15_B.7z / CDE15_B.mdf / Rise&rul / GEN1.TIL < prev    next >
Text File  |  1996-02-22  |  3KB  |  72 lines

  1. LBM=terra56.lbm
  2. TILES=16,16
  3. TILESIZE=16,16
  4. ;tile definitions follow
  5. ;
  6. ; a=food
  7. ; b=food w/aff modifier
  8. ; c=resources
  9. ; d=resources w/aff modifier
  10. ; e=danger
  11. ; f=danger w/affinity
  12. ; g=mps
  13. ; h=mps w/affinity
  14. ;        type, color, description,    a,b,c,d, e,f,g,h
  15. TERRAINTYPE= 0, 137, "clear_land",    4,5,4,5, 1,1,2,2
  16. TERRAINTYPE= 1, 112, "water"     ,    5,6,3,4,15,1,2,2
  17. TERRAINTYPE= 2, 90, "forest_land",    5,6,5,6, 5,1,3,2
  18. TERRAINTYPE= 3, 97, "desert_land",    2,3,2,3,10,1,3,2
  19. TERRAINTYPE= 4, 139, "rough_land" ,    3,4,3,4, 1,1,2,2
  20. TERRAINTYPE= 5, 158, "mountain",    2,3,5,6,10,1,3,2
  21.  
  22. ;
  23. ;INTERFACE RELATIONSHIPS
  24. ;clear_land interfaces with, and is subordinate to everything else
  25.  
  26. ;TILE= tilenum,self, n, ne,  e, se,  s, sw,  w, nw,    index
  27. TILE=      0, 0,  0,  0,  0,  0,  0,  0,  0,  0,   0
  28. TILE=      1, 1,  1,  1,  1,  1,  1,  1,  1,  1,   1
  29. TILE=      2, 2,  2,  2,  2,  2,  2,  2,  2,  2,   2
  30. TILE=      3, 3,  3,  3,  3,  3,  3,  3,  3,  3,   3
  31. TILE=      4, 4,  4,  4,  4,  4,  4,  4,  4,  4,   4
  32. TILE=      5, 5,  5,  5,  5,  5,  5,  5,  5,  5,   5
  33.  
  34. ;TILE= tilenum,self, n, ne,  e, se,  s, sw,  w, nw,    index
  35. ;0
  36. TILE=      0, 1,  ~1,  *,  *,  *,  ~1,  *,  *,  *,   6
  37. TILE=      0, 1,  *,  *,  ~1,  *,  *,  *,  ~1,  *,   7
  38. TILE=      0, 2,  ~2,  *,  *,  *,  ~2,  *,  *,  *,   8
  39. TILE=      0, 2,  *,  *,  ~2,  *,  *,  *,  ~2,  *,   9
  40. TILE=      0, 3,  ~3,  *,  *,  *,  ~3,  *,  *,  *,   10
  41. TILE=      0, 3,  *,  *,  ~3,  *,  *,  *,  ~3,  *,   11
  42. TILE=      0, 4,  ~4,  *,  *,  *,  ~4,  *,  *,  *,   12
  43. TILE=      0, 4,  *,  *,  ~4,  *,  *,  *,  ~4,  *,   13
  44. TILE=      0, 5,  ~5,  *,  *,  *,  ~5,  *,  *,  *,   14
  45. TILE=      0, 5,  *,  *,  ~5,  *,  *,  *,  ~5,  *,   15
  46.  
  47. TILE=      0, 1,  ~1,  ~1,  1,  ~1,  ~1,  ~1,  ~1,  ~1,   16
  48. TILE=      0, 1,  ~1,  ~1,  ~1,  ~1,  1,  ~1,  ~1,  ~1,   17
  49. TILE=      0, 1,  ~1,  ~1,  ~1,  ~1,  ~1,  ~1,  1,  ~1,   18
  50. TILE=      0, 1,  1,  ~1,  ~1,  ~1,  ~1,  ~1,  ~1,  ~1,   19
  51.  
  52. TILE=      0, 2,  ~2,  ~2,  2,  ~2,  ~2,  ~2,  ~2,  ~2,   20
  53. TILE=      0, 2,  ~2,  ~2,  ~2,  ~2,  2,  ~2,  ~2,  ~2,   21
  54. TILE=      0, 2,  ~2,  ~2,  ~2,  ~2,  ~2,  ~2,  2,  ~2,   22
  55. TILE=      0, 2,  2,  ~2,  ~2,  ~2,  ~2,  ~2,  ~2,  ~2,   23
  56.  
  57. TILE=      0, 3,  ~3,  ~3,  3,  ~3,  ~3,  ~3,  ~3,  ~3,   24
  58. TILE=      0, 3,  ~3,  ~3,  ~3,  ~3,  3,  ~3,  ~3,  ~3,   25
  59. TILE=      0, 3,  ~3,  ~3,  ~3,  ~3,  ~3,  ~3,  3,  ~3,   26
  60. TILE=      0, 3,  3,  ~3,  ~3,  ~3,  ~3,  ~3,  ~3,  ~3,   27
  61.  
  62. TILE=      0, 4,  ~4,  ~4,  4,  ~4,  ~4,  ~4,  ~4,  ~4,   28
  63. TILE=      0, 4,  ~4,  ~4,  ~4,  ~4,  4,  ~4,  ~4,  ~4,   29
  64. TILE=      0, 4,  ~4,  ~4,  ~4,  ~4,  ~4,  ~4,  4,  ~4,   30
  65. TILE=      0, 4,  4,  ~4,  ~4,  ~4,  ~4,  ~4,  ~4,  ~4,   31
  66.  
  67. TILE=      0, 5,  ~5,  ~5,  5,  ~5,  ~5,  ~5,  ~5,  ~5,   32
  68. TILE=      0, 5,  ~5,  ~5,  ~5,  ~5,  5,  ~5,  ~5,  ~5,   33
  69. TILE=      0, 5,  ~5,  ~5,  ~5,  ~5,  ~5,  ~5,  5,  ~5,   34
  70. TILE=      0, 5,  5,  ~5,  ~5,  ~5,  ~5,  ~5,  ~5,  ~5,   35
  71.