cleanup, add manual page
[unix-history] / usr / src / games / monop / brd.dat
CommitLineData
208cde1d 1/*
1b8ad227 2 * Copyright (c) 1980 Regents of the University of California.
208cde1d
KB
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are permitted
1b8ad227
KB
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.
208cde1d 16 *
1b8ad227 17 * @(#)brd.dat 5.3 (Berkeley) %G%
208cde1d
KB
18 */
19
20/* name (COLOR) owner type desc cost */
21
22{"=== GO ===", -1, SAFE, 0 },
23{"Mediterranean ave. (P)", -1, PRPTY, &prop[0], 60 },
2497392a 24{"Community Chest i", -1, CC, },
208cde1d 25{"Baltic ave. (P)", -1, PRPTY, &prop[1], 60 },
2497392a 26{"Income Tax", -1, INC_TAX, },
208cde1d
KB
27{"Reading RR", -1, RR, &rr[0], 200 },
28{"Oriental ave. (L)", -1, PRPTY, &prop[2], 100 },
2497392a 29{"Chance i", -1, CHANCE, },
208cde1d
KB
30{"Vermont ave. (L)", -1, PRPTY, &prop[3], 100 },
31{"Connecticut ave. (L)", -1, PRPTY, &prop[4], 120 },
32{"Just Visiting", -1, SAFE, 0 },
33{"St. Charles pl. (V)", -1, PRPTY, &prop[5], 140 },
34{"Electric Co.", -1, UTIL, &util[0], 150 },
35{"States ave. (V)", -1, PRPTY, &prop[6], 140 },
36{"Virginia ave. (V)", -1, PRPTY, &prop[7], 160 },
37{"Pennsylvania RR", -1, RR, &rr[1], 200 },
38{"St. James pl. (O)", -1, PRPTY, &prop[8], 180 },
2497392a 39{"Community Chest ii", -1, CC, },
208cde1d
KB
40{"Tennessee ave. (O)", -1, PRPTY, &prop[9], 180 },
41{"New York ave. (O)", -1, PRPTY, &prop[10], 200 },
42{"Free Parking", -1, SAFE, 0 },
43{"Kentucky ave. (R)", -1, PRPTY, &prop[11], 220 },
2497392a 44{"Chance ii", -1, CHANCE, },
208cde1d
KB
45{"Indiana ave. (R)", -1, PRPTY, &prop[12], 220 },
46{"Illinois ave. (R)", -1, PRPTY, &prop[13], 240 },
47{"B&O RR", -1, RR, &rr[2], 200 },
48{"Atlantic ave. (Y)", -1, PRPTY, &prop[14], 260 },
49{"Ventnor ave. (Y)", -1, PRPTY, &prop[15], 260 },
50{"Water Works", -1, UTIL, &util[1], 150 },
51{"Marvin Gardens (Y)", -1, PRPTY, &prop[16], 280 },
2497392a 52{"GO TO JAIL", -1, GOTO_J, },
208cde1d
KB
53{"Pacific ave. (G)", -1, PRPTY, &prop[17], 300 },
54{"N. Carolina ave. (G)", -1, PRPTY, &prop[18], 300 },
2497392a 55{"Community Chest iii", -1, CC, },
208cde1d
KB
56{"Pennsylvania ave. (G)", -1, PRPTY, &prop[19], 320 },
57{"Short Line RR", -1, RR, &rr[3], 200 },
2497392a 58{"Chance iii", -1, CHANCE, },
208cde1d 59{"Park place (D)", -1, PRPTY, &prop[20], 350 },
2497392a 60{"Luxury Tax", -1, LUX_TAX, },
208cde1d 61{"Boardwalk (D)", -1, PRPTY, &prop[21], 400 },
2497392a 62{"JAIL", -1, IN_JAIL, }