xref: /csrg-svn/games/monop/prop.dat (revision 60817)
147860Sbostic/*-
2*60817Sbostic * Copyright (c) 1980, 1993
3*60817Sbostic *	The Regents of the University of California.  All rights reserved.
433214Sbostic *
547860Sbostic * %sccs.include.redist.c%
633214Sbostic *
7*60817Sbostic *	@(#)prop.dat	5.4 (Berkeley) 05/31/93
833214Sbostic */
933214Sbostic
1033214Sbostic/* morg	monop	square	houses	mon_desc	rent	*/
1133214Sbostic{0,	0,	1,	0,	&mon[0],	{ 2, 10, 30,  90, 160, 250} },
1233214Sbostic{0,	0,	3,	0,	&mon[0],	{ 4, 20, 60, 180, 320, 450} },
1333214Sbostic{0,	0,	6,	0,	&mon[1],	{ 6, 30, 90, 270, 400, 550} },
1433214Sbostic{0,	0,	7,	0,	&mon[1],	{ 6, 30, 90, 270, 400, 550} },
1533214Sbostic{0,	0,	9,	0,	&mon[1],	{ 8, 40,100, 300, 450, 600} },
1633214Sbostic{0,	0,	11,	0,	&mon[2],	{10, 50,150, 450, 625, 750} },
1733214Sbostic{0,	0,	13,	0,	&mon[2],	{10, 50,150, 450, 625, 750} },
1833214Sbostic{0,	0,	14,	0,	&mon[2],	{12, 60,180, 500, 700, 900} },
1933214Sbostic{0,	0,	16,	0,	&mon[3],	{14, 70,200, 550, 750, 950} },
2033214Sbostic{0,	0,	17,	0,	&mon[3],	{14, 70,200, 550, 750, 950} },
2133214Sbostic{0,	0,	19,	0,	&mon[3],	{16, 80,220, 600, 800,1000} },
2233214Sbostic{0,	0,	21,	0,	&mon[4],	{18, 90,250, 700, 875,1050} },
2333214Sbostic{0,	0,	23,	0,	&mon[4],	{18, 90,250, 700, 875,1050} },
2433214Sbostic{0,	0,	24,	0,	&mon[4],	{20,100,300, 750, 925,1100} },
2533214Sbostic{0,	0,	26,	0,	&mon[5],	{22,110,330, 800, 975,1150} },
2633214Sbostic{0,	0,	27,	0,	&mon[5],	{22,110,330, 800, 975,1150} },
2733214Sbostic{0,	0,	29,	0,	&mon[5],	{24,120,360, 850,1025,1200} },
2833214Sbostic{0,	0,	31,	0,	&mon[6],	{26,130,390, 900,1100,1275} },
2933214Sbostic{0,	0,	32,	0,	&mon[6],	{26,130,390, 900,1100,1275} },
3033214Sbostic{0,	0,	34,	0,	&mon[6],	{28,150,450,1000,1200,1400} },
3133214Sbostic{0,	0,	37,	0,	&mon[7],	{35,175,500,1100,1300,1500} },
3233214Sbostic{0,	0,	39,	0,	&mon[7],	{50,200,600,1400,1700,2000} }
33