home *** CD-ROM | disk | FTP | other *** search
/ Gambler 5 / GAMBLERCD05.BIN / g-win / emperor / _setup.1 / SYMBIOT.TXT < prev    next >
Text File  |  1996-11-06  |  2KB  |  55 lines

  1. ATTRACTOR CODES (May be added together for multiple effects)
  2. **
  3. **     0 (-)    None        No Effects
  4. **    1        Remote    Avoids other structures (Add these structures last)
  5. **    2        River        Attracted to river and delta hexes
  6. **    4        Inland    Avoids coastal areas (exclusive to below)
  7. **    8        Coastal    Attracted to Coastal Areas
  8. **   16        Capital    Attracted to Planetary Sheild, Palace, or cathedral
  9. **   32        Farm        Attracted to Exotica and Fertile
  10. **   64        Mine        Attracted to Metal, Trace, and Gems
  11. **  128        Oil        Attracted to Energy
  12. **  256        City        Attracted to Other Buildings
  13. **
  14.  
  15. //
  16. // ID#   From-To    Owner     Roads?        Attractors
  17.  
  18. BEGIN_STRUCTS
  19. 17          0:0      13       Y           2     // SHIELD
  20.  0          0:0      13       Y          18     // PALACE
  21.  1          0:0      13       Y          18     // CATHEDRAL
  22. 14          0:0      13       Y         274     // EARTHDOCK
  23. 23          0:0      13       Y         274     // LAB
  24. 21          0:0      13       Y         274     // UNIVERSITY
  25. 22          0:0      13       Y         274     // HOSPITAL
  26.  
  27.  3          0:0      13       Y         256     // FACTORY
  28.  6          0:0      13       Y         256     // ELECTRONICS
  29. 25          0:0      13       Y          33     // ARBORIUM
  30.  
  31.  5          0:0      13       Y         256     // WETWARE
  32.  8          0:0      13       Y         256     // CERAMSTEEL
  33.  9          0:0      13       Y         256     // BIOPLANT
  34. 11          0:0      13       Y         256     // CHEMICALS
  35. 12          0:0      13       Y         256     // CYCLOTRON
  36. 20          0:0      13       Y         256     // FUSORIUM
  37.  
  38. 13          0:0      13       Y           1     // FORT
  39.  
  40.  4             0:0        13            N                -        // EMBASSY
  41.  7          5:10     13       N          32     // HIVE
  42. 10          0:0      13       Y           -     // VAU_CITY
  43.  
  44.  2             0:1        13            N               1        // MONASTERY
  45. 15          8:10     13       N           -     // RUINS
  46. 16          0:2      13       N           1     // ALIEN_RUINS
  47.  
  48. 24          0:0      13       Y          33     // FARM        radius 2
  49. 18          0:0      13       Y          64     // MINE        radius 2
  50. 19          0:0      13       Y         128     // OIL WELL    radius 2
  51. 19          0:0      13       Y         136     // OIL WELL    coastals
  52.  
  53. END
  54.  
  55.