|
|
1.1 root 1: &h22341
2: &s 00011/00006/00051
3: &d D 5.3 88/06/18 14:54:24 bostic 3 2
4: &c install approved copyright notice
5: &e
6: &s 00010/00010/00047
7: &d D 5.2 88/01/02 20:59:12 bostic 2 1
8: &c John Gilmore's changes for ANSI C and general cleanup
9: &e
10: &s 00057/00000/00000
11: &d D 5.1 88/01/02 20:53:20 bostic 1 0
12: &c date and time created 88/01/02 20:53:20 by bostic
13: &e
14: &u
15: &U
16: &t
17: &T
18: &I 1
19: /*
20: &D 3
21: * Copyright (c) 1987 Regents of the University of California.
22: &E 3
23: &I 3
24: * Copyright (c) 1980 Regents of the University of California.
25: &E 3
26: * All rights reserved.
27: *
28: * Redistribution and use in source and binary forms are permitted
29: &D 3
30: * provided that this notice is preserved and that due credit is given
31: * to the University of California at Berkeley. The name of the University
32: * may not be used to endorse or promote products derived from this
33: * software without specific prior written permission. This software
34: * is provided ``as is'' without express or implied warranty.
35: &E 3
36: &I 3
37: * provided that the above copyright notice and this paragraph are
38: * duplicated in all such forms and that any documentation,
39: * advertising materials, and other materials related to such
40: * distribution and use acknowledge that the software was developed
41: * by the University of California, Berkeley. The name of the
42: * University may not be used to endorse or promote products derived
43: * from this software without specific prior written permission.
44: * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
45: * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
46: * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
47: &E 3
48: *
49: * %W% (Berkeley) %G%
50: */
51:
52: /* name (COLOR) owner type desc cost */
53:
54: {"=== GO ===", -1, SAFE, 0 },
55: {"Mediterranean ave. (P)", -1, PRPTY, &prop[0], 60 },
56: &D 2
57: {"Community Chest i", -1, CC, cc },
58: &E 2
59: &I 2
60: {"Community Chest i", -1, CC, },
61: &E 2
62: {"Baltic ave. (P)", -1, PRPTY, &prop[1], 60 },
63: &D 2
64: {"Income Tax", -1, SPEC, inc_tax },
65: &E 2
66: &I 2
67: {"Income Tax", -1, INC_TAX, },
68: &E 2
69: {"Reading RR", -1, RR, &rr[0], 200 },
70: {"Oriental ave. (L)", -1, PRPTY, &prop[2], 100 },
71: &D 2
72: {"Chance i", -1, CHANCE, chance },
73: &E 2
74: &I 2
75: {"Chance i", -1, CHANCE, },
76: &E 2
77: {"Vermont ave. (L)", -1, PRPTY, &prop[3], 100 },
78: {"Connecticut ave. (L)", -1, PRPTY, &prop[4], 120 },
79: {"Just Visiting", -1, SAFE, 0 },
80: {"St. Charles pl. (V)", -1, PRPTY, &prop[5], 140 },
81: {"Electric Co.", -1, UTIL, &util[0], 150 },
82: {"States ave. (V)", -1, PRPTY, &prop[6], 140 },
83: {"Virginia ave. (V)", -1, PRPTY, &prop[7], 160 },
84: {"Pennsylvania RR", -1, RR, &rr[1], 200 },
85: {"St. James pl. (O)", -1, PRPTY, &prop[8], 180 },
86: &D 2
87: {"Community Chest ii", -1, CC, cc },
88: &E 2
89: &I 2
90: {"Community Chest ii", -1, CC, },
91: &E 2
92: {"Tennessee ave. (O)", -1, PRPTY, &prop[9], 180 },
93: {"New York ave. (O)", -1, PRPTY, &prop[10], 200 },
94: {"Free Parking", -1, SAFE, 0 },
95: {"Kentucky ave. (R)", -1, PRPTY, &prop[11], 220 },
96: &D 2
97: {"Chance ii", -1, CHANCE, chance },
98: &E 2
99: &I 2
100: {"Chance ii", -1, CHANCE, },
101: &E 2
102: {"Indiana ave. (R)", -1, PRPTY, &prop[12], 220 },
103: {"Illinois ave. (R)", -1, PRPTY, &prop[13], 240 },
104: {"B&O RR", -1, RR, &rr[2], 200 },
105: {"Atlantic ave. (Y)", -1, PRPTY, &prop[14], 260 },
106: {"Ventnor ave. (Y)", -1, PRPTY, &prop[15], 260 },
107: {"Water Works", -1, UTIL, &util[1], 150 },
108: {"Marvin Gardens (Y)", -1, PRPTY, &prop[16], 280 },
109: &D 2
110: {"GO TO JAIL", -1, SPEC, goto_jail },
111: &E 2
112: &I 2
113: {"GO TO JAIL", -1, GOTO_J, },
114: &E 2
115: {"Pacific ave. (G)", -1, PRPTY, &prop[17], 300 },
116: {"N. Carolina ave. (G)", -1, PRPTY, &prop[18], 300 },
117: &D 2
118: {"Community Chest iii", -1, CC, cc },
119: &E 2
120: &I 2
121: {"Community Chest iii", -1, CC, },
122: &E 2
123: {"Pennsylvania ave. (G)", -1, PRPTY, &prop[19], 320 },
124: {"Short Line RR", -1, RR, &rr[3], 200 },
125: &D 2
126: {"Chance iii", -1, CHANCE, chance },
127: &E 2
128: &I 2
129: {"Chance iii", -1, CHANCE, },
130: &E 2
131: {"Park place (D)", -1, PRPTY, &prop[20], 350 },
132: &D 2
133: {"Luxury Tax", -1, SPEC, lux_tax },
134: &E 2
135: &I 2
136: {"Luxury Tax", -1, LUX_TAX, },
137: &E 2
138: {"Boardwalk (D)", -1, PRPTY, &prop[21], 400 },
139: &D 2
140: {"JAIL", -1, SPEC }
141: &E 2
142: &I 2
143: {"JAIL", -1, IN_JAIL, }
144: &E 2
145: &E 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.