home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.2 / 1997-05_Disc_3.2.iso / EFSDEMO / _SETUP.1 / PROFILE.DAT < prev    next >
Text File  |  1996-07-15  |  1KB  |  99 lines

  1. // Stack Profiles
  2. //
  3. // Each stack profile is enclosed in braces.  First line has the name of the
  4. // stack, like "peasant" and a type, which is "defense", "attack", "explore".
  5. // Use "explore" if its not obvious.  I'll add others if it becomes
  6. // necessary.   I will be doing a string compare on these so they must be
  7. // spelled correctly.  I have stubbed in all of the stack profiles that have
  8. // been outlined so far.  Any new ones need to be brought to my attention.
  9. //
  10. // Each remaining line looks like:
  11. //
  12. //   "<unit type> <unit tlvl> <number>"
  13. //
  14. {
  15. "peasant city" "defense"
  16. "0 0 1"
  17. }
  18. {
  19. "palace city" "defense"
  20. "0 0 1"
  21. }
  22. {
  23. "other city" "defense"
  24. "0 0 1"
  25. }
  26. {
  27. "explore" "explore"
  28. "0 0 1"
  29. }
  30. {
  31. "normal planet" "attack"
  32. "0 0 1"
  33. }
  34. {
  35. "ice planet" "attack"
  36. "0 0 1"
  37. }
  38. {
  39. "jungle planet" "attack"
  40. "0 0 1"
  41. }
  42. {
  43. "barren planet" "attack"
  44. "0 0 1"
  45. }
  46. {
  47. "space transport" "attack"
  48. "0 0 1"
  49. }
  50. {
  51. "space space" "attack"
  52. "0 0 1"
  53. }
  54. {
  55. "space planet" "attack"
  56. "0 0 1"
  57. }
  58. {
  59. "rebel" "attack"
  60. "0 0 1"
  61. }
  62. {
  63. "rebel" "defense"
  64. "0 0 1"
  65. }
  66. {
  67. "league" "defense"
  68. "0 0 1"
  69. }
  70. {
  71. "inquisitor" "attack"
  72. "47 0 4"
  73. "62 0 4"
  74. }
  75. {
  76. "vau" "explore"
  77. "0 0 1"
  78. }
  79. {
  80. "vau" "defense"
  81. "0 0 1"
  82. }
  83. {
  84. "vau" "attack"
  85. "0 0 1"
  86. }
  87. {
  88. "symbiot" "explore"
  89. "0 0 1"
  90. }
  91. {
  92. "symbiot" "defense"
  93. "0 0 1"
  94. }
  95. {
  96. "symbiot" "attack"
  97. "0 0 1"
  98. }
  99.