js9.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ; Multiplayer Map JS9: Death's Doorstep
  2. ; By Jason Symes (president731@yahoo.com)
  3. title 5009 5018 3009
  4. objective 145 88
  5. ; map size
  6. square_width 12
  7. nb_columns 9
  8. nb_lines 9
  9. ; paths (give only the starting square)
  10. west_east_paths d2 e2 c3 d3 e3 f3 b4 c4 d4 e4 f4 g4 a5 b5 c5 d5
  11. west_east_paths e5 f5 g5 h5 b6 c6 d6 e6 f6 g6 c7 d7 e7 f7 d8 e8
  12. south_north_paths e1 d2 e2 f2 c3 d3 e3 f3 g3 b4 c4 d4 e4 f4 g4 h4 b5 c5 d5 e5
  13. south_north_paths f5 g5 h5 c6 d6 e6 f6 g6 d7 e7 f7 e8
  14. ; resources
  15. goldmines 250 e1 a5 e9 i5
  16. goldmines 125 c3 g3 g7 c7
  17. goldmines 1500 e5
  18. #random_choice
  19. woods 80 d2
  20. #end_choice
  21. woods 80 f2
  22. #end_random_choice
  23. #random_choice
  24. woods 80 b4
  25. #end_choice
  26. woods 80 b6
  27. #end_random_choice
  28. #random_choice
  29. woods 80 d8
  30. #end_choice
  31. woods 80 f8
  32. #end_random_choice
  33. #random_choice
  34. woods 80 h4
  35. #end_choice
  36. woods 80 h6
  37. #end_random_choice
  38. woods 400 e5
  39. nb_meadows_by_square 4
  40. ; players
  41. nb_players_min 2
  42. nb_players_max 4
  43. starting_squares e1 a5 e9 i5
  44. starting_units townhall 5 farm 8 peasant
  45. starting_resources 250 250
  46. global_food_limit 250