pra4.txt 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. ; Pragma 4
  2. ; http://pragmapragma.free.fr
  3. title 5015 5017 5000 3004
  4. objective 145 88
  5. ; map size
  6. square_width 12
  7. nb_columns 15
  8. nb_lines 11
  9. ; paths (give only the starting square)
  10. west_east_paths a1 b1 d1 e1 g1 h1 j1 k1 m1 n1
  11. west_east_paths a2 b2 d2 e2 g2 h2 j2 k2 m2 n2
  12. west_east_paths a3 b3 d3 e3 g3 h3 j3 k3 m3 n3
  13. west_east_paths a4 b4 d4 e4 g4 h4 j4 k4 m4 n4
  14. west_east_paths a5 b5 d5 e5 g5 h5 j5 k5 m5 n5
  15. west_east_paths a6 b6 d6 e6 g6 h6 j6 k6 m6 n6
  16. west_east_paths a7 b7 d7 e7 g7 h7 j7 k7 m7 n7
  17. west_east_paths a8 b8 d8 e8 g8 h8 j8 k8 m8 n8
  18. west_east_paths a9 b9 d9 e9 g9 h9 j9 k9 m9 n9
  19. west_east_paths a10 b10 d10 e10 g10 h10 j10 k10 m10 n10
  20. west_east_paths a11 b11 d11 e11 g11 h11 j11 k11 m11 n11
  21. west_east_bridges c3 f3 i3 l3 o3
  22. west_east_bridges c4 f4 i4 l4 o4
  23. west_east_bridges c5 f5 i5 l5 o5
  24. west_east_bridges c6 f6 i6 l6 o6
  25. west_east_bridges c7 f7 i7 l7 o7
  26. west_east_bridges c8 f8 i8 l8 o8
  27. west_east_bridges c9 f9 i9 l9 o9
  28. south_north_paths a1 a2 a3 a4 a7 a8 a9 a10
  29. south_north_paths b1 b2 b3 b4 b7 b8 b9 b10
  30. south_north_paths c1 c2 c3 c4 c7 c8 c9 c10
  31. south_north_paths d1 d2 d3 d4 d7 d8 d9 d10
  32. south_north_paths e1 e2 e3 e4 e7 e8 e9 e10
  33. south_north_paths f1 f2 f3 f4 f7 f8 f9 f10
  34. south_north_paths g1 g2 g3 g4 g7 g8 g9 g10
  35. south_north_paths h1 h2 h3 h4 h7 h8 h9 h10
  36. south_north_paths i1 i2 i3 i4 i7 i8 i9 i10
  37. south_north_paths j1 j2 j3 j4 j7 j8 j9 j10
  38. south_north_paths k1 k2 k3 k4 k7 k8 k9 k10
  39. south_north_paths l1 l2 l3 l4 l7 l8 l9 l10
  40. south_north_paths m1 m2 m3 m4 m7 m8 m9 m10
  41. south_north_paths n1 n2 n3 n4 n7 n8 n9 n10
  42. south_north_paths o1 o2 o3 o4 o7 o8 o9 o10
  43. south_north_bridges a5 a6 b5 b6 c5 c6 d5 d6 e5 e6 f5 f6 g5 g6 h5 h6 i5 i6 j5 j6 k5 k6 l5 l6 m5 m6 n5 n6 o5 o6
  44. ; resources
  45. goldmines 150 b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  46. woods 150 b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  47. #random_choice
  48. goldmines 2000 a6
  49. #end_choice
  50. woods 2000 a6
  51. #end_choice
  52. additional_meadows a6
  53. #end_random_choice
  54. #random_choice
  55. goldmines 2000 b6
  56. #end_choice
  57. woods 2000 b6
  58. #end_choice
  59. additional_meadows b6
  60. #end_random_choice
  61. #random_choice
  62. goldmines 2000 c6
  63. #end_choice
  64. woods 2000 c6
  65. #end_choice
  66. additional_meadows c6
  67. #end_random_choice
  68. #random_choice
  69. goldmines 2000 d6
  70. #end_choice
  71. woods 2000 d6
  72. #end_choice
  73. additional_meadows d6
  74. #end_random_choice
  75. #random_choice
  76. goldmines 2000 e6
  77. #end_choice
  78. woods 2000 e6
  79. #end_choice
  80. additional_meadows e6
  81. #end_random_choice
  82. #random_choice
  83. goldmines 2000 f6
  84. #end_choice
  85. woods 2000 f6
  86. #end_choice
  87. additional_meadows f6
  88. #end_random_choice
  89. #random_choice
  90. goldmines 2000 g6
  91. #end_choice
  92. woods 2000 g6
  93. #end_choice
  94. additional_meadows g6
  95. #end_random_choice
  96. #random_choice
  97. goldmines 2000 h6
  98. #end_choice
  99. woods 2000 h6
  100. #end_choice
  101. additional_meadows h6
  102. #end_random_choice
  103. #random_choice
  104. goldmines 2000 i6
  105. #end_choice
  106. woods 2000 i6
  107. #end_choice
  108. additional_meadows i6
  109. #end_random_choice
  110. #random_choice
  111. goldmines 2000 j6
  112. #end_choice
  113. woods 2000 j6
  114. #end_choice
  115. additional_meadows j6
  116. #end_random_choice
  117. #random_choice
  118. goldmines 2000 k6
  119. #end_choice
  120. woods 2000 k6
  121. #end_choice
  122. additional_meadows k6
  123. #end_random_choice
  124. #random_choice
  125. goldmines 2000 l6
  126. #end_choice
  127. woods 2000 l6
  128. #end_choice
  129. additional_meadows l6
  130. #end_random_choice
  131. #random_choice
  132. goldmines 2000 m6
  133. #end_choice
  134. woods 2000 m6
  135. #end_choice
  136. additional_meadows m6
  137. #end_random_choice
  138. #random_choice
  139. goldmines 2000 n6
  140. #end_choice
  141. woods 2000 n6
  142. #end_choice
  143. additional_meadows n6
  144. #end_random_choice
  145. #random_choice
  146. goldmines 2000 o6
  147. #end_choice
  148. woods 2000 o6
  149. #end_choice
  150. additional_meadows o6
  151. #end_random_choice
  152. nb_meadows_by_square 0
  153. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  154. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  155. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  156. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  157. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  158. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  159. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  160. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  161. additional_meadows b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  162. additional_meadows a1 c1 d1 f1 g1 i1 j1 l1 m1 o1 a11 c11 d11 f11 g11 i11 j11 l11 m11 o11
  163. additional_meadows a1 c1 d1 f1 g1 i1 j1 l1 m1 o1 a11 c11 d11 f11 g11 i11 j11 l11 m11 o11
  164. additional_meadows a1 c1 d1 f1 g1 i1 j1 l1 m1 o1 a11 c11 d11 f11 g11 i11 j11 l11 m11 o11
  165. additional_meadows a1 c1 d1 f1 g1 i1 j1 l1 m1 o1 a11 c11 d11 f11 g11 i11 j11 l11 m11 o11
  166. additional_meadows a2 c2 d2 f2 g2 i2 j2 l2 m2 o2 a10 c10 d10 f10 g10 i10 j10 l10 m10 o10
  167. additional_meadows a2 c2 d2 f2 g2 i2 j2 l2 m2 o2 a10 c10 d10 f10 g10 i10 j10 l10 m10 o10
  168. additional_meadows a2 c2 d2 f2 g2 i2 j2 l2 m2 o2 a10 c10 d10 f10 g10 i10 j10 l10 m10 o10
  169. additional_meadows a2 c2 d2 f2 g2 i2 j2 l2 m2 o2 a10 c10 d10 f10 g10 i10 j10 l10 m10 o10
  170. ; players
  171. nb_players_min 2
  172. nb_players_max 10
  173. starting_squares b1 e1 h1 k1 n1 b11 e11 h11 k11 n11
  174. starting_units townhall 4 farm 10 peasant 1 scouttower
  175. starting_resources 100 100 10 100
  176. global_food_limit 5000