jl1.txt 622 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ; multiplayer map 1
  2. ;
  3. ; *******
  4. ; 4* + + *
  5. ; *+***+*
  6. ; 3* + + *
  7. ; ***+***
  8. ; 2* + + *
  9. ; *+***+*
  10. ; 1* + + *
  11. ; *******
  12. ; A B C
  13. title 3001
  14. objective 145 88
  15. ; map size
  16. square_width 12
  17. nb_columns 3
  18. nb_lines 4
  19. ; paths (give only the starting square)
  20. west_east_paths a1 b1 a2 b2 a3 b3 a4 b4
  21. south_north_paths b2
  22. south_north_bridges a1 c1 a3 c3
  23. ; resources
  24. ;goldmines 75 b1 b4
  25. goldmines 75 a1 c4
  26. goldmines 150 c2 a3
  27. woods 75 c1 a4 c2 c2 a3 a3
  28. nb_meadows_by_square 2
  29. additional_meadows b1 b4
  30. ; players
  31. nb_players_min 2
  32. nb_players_max 2
  33. starting_squares b1 b4
  34. starting_units townhall farm peasant
  35. starting_resources 10 10