swk1.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. ; The Struggles of 4 Remote Empires
  2. ; _ BY SunWukong
  3. title 5018 5022 5010 3001
  4. objective 145 88
  5. ; map size
  6. square_width 12
  7. nb_columns 11
  8. nb_lines 11
  9. west_east_paths a1 b1 c1 d1
  10. west_east_paths b2 c2 c4
  11. west_east_paths b5 c5 d5
  12. west_east_paths g1 h1 i1 j1
  13. west_east_paths g2 h2 i2 h3
  14. west_east_paths h4 i4
  15. west_east_paths g5 h5 i5 j5
  16. west_east_paths a7 b7 c7 d7
  17. west_east_paths b8 c8
  18. west_east_paths c9 b10 c10 d10
  19. west_east_paths a11 b11 c11 d11
  20. west_east_paths g7 h7 i7
  21. west_east_paths h8 h10 i10
  22. west_east_paths g11 h11 i11 j11
  23. west_east_paths a6 b6 c6 d6
  24. west_east_paths g6 h6 i6 j6
  25. west_east_bridges f1 e11
  26. west_east_bridges e6 f6
  27. south_north_paths a1 a2 a3 a4
  28. south_north_paths b2 b3 b4 c3
  29. south_north_paths d2 d3
  30. south_north_paths e1 e2 e3 e4
  31. south_north_paths g2 g3 g4
  32. south_north_paths h3 j2 j3
  33. south_north_paths k1 k2 k3 k4
  34. south_north_paths a7 a8 a9 a10
  35. south_north_paths b8 b9 d8
  36. south_north_paths e7 e8 e9
  37. south_north_paths g7 g8 g9 g10
  38. south_north_paths h8 h9
  39. south_north_paths i8 j7 j8 j9
  40. south_north_paths k7 k8 k9 k10
  41. south_north_paths f1 f2 f3 f4
  42. south_north_paths f7 f8 f9 f10
  43. south_north_bridges a5 k6
  44. south_north_bridges f5 f6
  45. ; resources
  46. goldmines 100 d2 j4 b8 h10
  47. goldmines 200 b5 g2 e10 j7
  48. goldmines 300 e3 i5 c7 g9
  49. goldmines 400 b1 k2 a10 j11
  50. goldmines 500 a5 g1 e11 k7
  51. goldmines 1500 f6
  52. woods 50 d2 j4 b8 h10
  53. woods 100 b5 g2 e10 j7
  54. woods 150 e3 i5 c7 g9
  55. woods 200 b1 k2 a10 j11
  56. woods 250 a5 g1 e11 k7
  57. woods 750 f6
  58. nb_meadows_by_square 4
  59. ; players
  60. nb_players_min 2
  61. nb_players_max 4
  62. starting_squares c3 i3 c9 i9
  63. starting_units townhall 10 farm 25 peasant
  64. starting_resources 500 250
  65. global_food_limit 1200