js2.txt 754 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ; Map 5 Collide, Part 2: Mini
  2. ; By Jason Symes
  3. title 5009 5018 3002
  4. objective 145 88
  5. ; map size
  6. square_width 12
  7. nb_columns 7
  8. nb_lines 7
  9. ; paths (give only the starting square)
  10. west_east_paths a2 b3 c4
  11. west_east_paths f2 e3 d4
  12. west_east_paths a6 b5 f6 e5
  13. south_north_bridges a1 b2 c3
  14. south_north_bridges g1 f2 e3
  15. south_north_bridges a6 b5 c4
  16. south_north_bridges g6 f5 e4
  17. ; resources
  18. goldmines 100 a1 g1 a7 g7
  19. goldmines 150 b2 c3 f2 e3
  20. goldmines 150 b6 c5 f6 e5
  21. goldmines 750 d4
  22. woods 75 a1 b2 c3 g1 f2 e3
  23. woods 75 a7 b6 c5 g7 f6 e5
  24. woods 200 d4
  25. nb_meadows_by_square 2
  26. additional_meadows a1 g1 a7 g7 d4
  27. ; players
  28. nb_players_min 2
  29. nb_players_max 4
  30. starting_squares a1 g1 a7 g7
  31. starting_units townhall farm 2 peasant
  32. starting_resources 25 25