jl6.txt 785 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ; multiplayer map 6
  2. ;
  3. ; *******
  4. ; 6* + + *
  5. ; *+***+*
  6. ; 5* + + *
  7. ; *******
  8. ; 4*w*w*w*
  9. ; *******
  10. ; 3*w*w*w*
  11. ; *******
  12. ; 2* + + *
  13. ; *+***+*
  14. ; 1* + + *
  15. ; *******
  16. ; A B C
  17. title 3006
  18. objective 145 88
  19. ; map size
  20. square_width 12
  21. nb_columns 3
  22. nb_lines 6
  23. ; paths (give only the starting square)
  24. west_east_paths a1 b1 a2 b2 a5 b5 a6 b6
  25. south_north_paths a1 c1 a5 c5
  26. ; resources
  27. ;goldmines 75 b1 b4
  28. goldmines 75 a1 c6
  29. goldmines 150 c2 a5
  30. woods 75 c1 a6 c2 c2 a5 a5
  31. nb_meadows_by_square 2
  32. additional_meadows b1 b6
  33. water a3 b3 c3 a4 b4 c4
  34. terrain ocean a3 b3 c3 a4 b4 c4
  35. remove_meadows a3 b3 c3 a4 b4 c4
  36. remove_meadows a3 b3 c3 a4 b4 c4
  37. high_grounds c2 a5
  38. ; players
  39. nb_players_min 2
  40. nb_players_max 2
  41. starting_squares b1 b6
  42. starting_units townhall farm peasant
  43. starting_resources 10 10