xref: /csrg-svn/games/monop/brd.dat (revision 60817)
147861Sbostic/*-
2*60817Sbostic * Copyright (c) 1980, 1993
3*60817Sbostic *	The Regents of the University of California.  All rights reserved.
433203Sbostic *
547861Sbostic * %sccs.include.redist.c%
633203Sbostic *
7*60817Sbostic *	@(#)brd.dat	5.5 (Berkeley) 05/31/93
833203Sbostic */
933203Sbostic
1033203Sbostic/* name (COLOR)			owner	type	desc		cost	*/
1133203Sbostic
1233203Sbostic{"=== GO ===",			-1,	SAFE,	0			},
1333203Sbostic{"Mediterranean ave. (P)",	-1,	PRPTY,	&prop[0],	60	},
1433216Sbostic{"Community Chest i",		-1,	CC,				},
1533203Sbostic{"Baltic ave. (P)",		-1,	PRPTY,	&prop[1],	60	},
1633216Sbostic{"Income Tax",			-1,	INC_TAX,			},
1733203Sbostic{"Reading RR",			-1,	RR,	&rr[0],		200	},
1833203Sbostic{"Oriental ave. (L)",		-1,	PRPTY,	&prop[2],	100	},
1933216Sbostic{"Chance i",			-1,	CHANCE,				},
2033203Sbostic{"Vermont ave. (L)",		-1,	PRPTY,	&prop[3],	100	},
2133203Sbostic{"Connecticut ave. (L)",	-1,	PRPTY,	&prop[4],	120	},
2233203Sbostic{"Just Visiting",		-1,	SAFE,	0			},
2333203Sbostic{"St. Charles pl. (V)",		-1,	PRPTY,	&prop[5],	140	},
2433203Sbostic{"Electric Co.",		-1,	UTIL,	&util[0],	150	},
2533203Sbostic{"States ave. (V)",		-1,	PRPTY,	&prop[6],	140	},
2633203Sbostic{"Virginia ave. (V)",		-1,	PRPTY,	&prop[7],	160	},
2733203Sbostic{"Pennsylvania RR",		-1,	RR,	&rr[1],		200	},
2833203Sbostic{"St. James pl. (O)",		-1,	PRPTY,	&prop[8],	180	},
2933216Sbostic{"Community Chest ii",		-1,	CC,				},
3033203Sbostic{"Tennessee ave. (O)",		-1,	PRPTY,	&prop[9],	180	},
3133203Sbostic{"New York ave. (O)",		-1,	PRPTY,	&prop[10],	200	},
3233203Sbostic{"Free Parking",		-1,	SAFE,	0			},
3333203Sbostic{"Kentucky ave. (R)",		-1,	PRPTY,	&prop[11],	220	},
3433216Sbostic{"Chance ii",			-1,	CHANCE,				},
3533203Sbostic{"Indiana ave. (R)",		-1,	PRPTY,	&prop[12],	220	},
3633203Sbostic{"Illinois ave. (R)",		-1,	PRPTY,	&prop[13],	240	},
3733203Sbostic{"B&O RR",			-1,	RR,	&rr[2],		200	},
3833203Sbostic{"Atlantic ave. (Y)",		-1,	PRPTY,	&prop[14],	260	},
3933203Sbostic{"Ventnor ave. (Y)",		-1,	PRPTY,	&prop[15],	260	},
4033203Sbostic{"Water Works",			-1,	UTIL,	&util[1],	150	},
4133203Sbostic{"Marvin Gardens (Y)",		-1,	PRPTY,	&prop[16],	280	},
4233216Sbostic{"GO TO JAIL",			-1,	GOTO_J,				},
4333203Sbostic{"Pacific ave. (G)",		-1,	PRPTY,	&prop[17],	300	},
4433203Sbostic{"N. Carolina ave. (G)",	-1,	PRPTY,	&prop[18],	300	},
4533216Sbostic{"Community Chest iii",		-1,	CC,				},
4633203Sbostic{"Pennsylvania ave. (G)",	-1,	PRPTY,	&prop[19],	320	},
4733203Sbostic{"Short Line RR",		-1,	RR,	&rr[3],		200	},
4833216Sbostic{"Chance iii",			-1,	CHANCE,				},
4933203Sbostic{"Park place (D)",		-1,	PRPTY,	&prop[20],	350	},
5033216Sbostic{"Luxury Tax",			-1,	LUX_TAX,			},
5133203Sbostic{"Boardwalk (D)",		-1,	PRPTY,	&prop[21],	400	},
5233216Sbostic{"JAIL",			-1,	IN_JAIL,				}
53