xref: /original-bsd/games/monop/mon.dat (revision 60c3b96a)
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are permitted
6 * provided that the above copyright notice and this paragraph are
7 * duplicated in all such forms and that any documentation,
8 * advertising materials, and other materials related to such
9 * distribution and use acknowledge that the software was developed
10 * by the University of California, Berkeley.  The name of the
11 * University may not be used to endorse or promote products derived
12 * from this software without specific prior written permission.
13 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16 *
17 *	@(#)mon.dat	5.2 (Berkeley) 06/18/88
18 */
19
20/* name	owner	num_in	num_own	h_cost	not_m		mon_n	    sq */
21{0,	-1,	2,	0,	1,	"Purple",	"PURPLE",   {1,3}},
22{0,	-1,	3,	0,	1,	"Lt. Blue",	"LT. BLUE", {6,8,9}},
23{0,	-1,	3,	0,	2,	"Violet",	"VIOLET",   {11,13,14}},
24{0,	-1,	3,	0,	2,	"Orange",	"ORANGE",   {16,18,19}},
25{0,	-1,	3,	0,	3,	"Red",		"RED",	    {21,23,24}},
26{0,	-1,	3,	0,	3,	"Yellow",	"YELLOW",   {26,27,29}},
27{0,	-1,	3,	0,	4,	"Green",	"GREEN",    {31,32,34}},
28{0,	-1,	2,	0,	4,	"Dk. Blue",	"DK. BLUE", {37,39}}
29