; multiplayer map 4
;
;  *******
; 4* + + *
;  *+***+*
; 3* + + *
;  ***+***
; 2* + + *
;  *+***+*
; 1* + + *
;  *******
;   A B C

title 5009 5011 3004
objective 145 88

; map size
square_width 12
nb_columns 3
nb_lines 4

; paths (give only the starting square)
west_east_paths a1 b1 a2 b2 a3 b3 a4 b4
south_north_paths b2
south_north_bridges a1 c1 a3 c3

; resources
quarry 75 b1 b4
goldmine 75 a1 c4
goldmine 150 c2 a3
wood 75 c1 a4 c2 c2 a3 a3
nb_meadows_by_square 2
additional_meadows b1 b4

; players
nb_players_min 2
nb_players_max 2
starting_squares b1 b4
starting_units townhall farm peasant magestower
starting_resources 10 10