cleanup, add manual page
[unix-history] / usr / src / games / monop / prop.dat
CommitLineData
3847f417 1/*
d99e6414 2 * Copyright (c) 1980 Regents of the University of California.
3847f417
KB
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are permitted
d99e6414
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.
3847f417 16 *
d99e6414 17 * @(#)prop.dat 5.2 (Berkeley) %G%
3847f417
KB
18 */
19
20/* morg monop square houses mon_desc rent */
21{0, 0, 1, 0, &mon[0], { 2, 10, 30, 90, 160, 250} },
22{0, 0, 3, 0, &mon[0], { 4, 20, 60, 180, 320, 450} },
23{0, 0, 6, 0, &mon[1], { 6, 30, 90, 270, 400, 550} },
24{0, 0, 7, 0, &mon[1], { 6, 30, 90, 270, 400, 550} },
25{0, 0, 9, 0, &mon[1], { 8, 40,100, 300, 450, 600} },
26{0, 0, 11, 0, &mon[2], {10, 50,150, 450, 625, 750} },
27{0, 0, 13, 0, &mon[2], {10, 50,150, 450, 625, 750} },
28{0, 0, 14, 0, &mon[2], {12, 60,180, 500, 700, 900} },
29{0, 0, 16, 0, &mon[3], {14, 70,200, 550, 750, 950} },
30{0, 0, 17, 0, &mon[3], {14, 70,200, 550, 750, 950} },
31{0, 0, 19, 0, &mon[3], {16, 80,220, 600, 800,1000} },
32{0, 0, 21, 0, &mon[4], {18, 90,250, 700, 875,1050} },
33{0, 0, 23, 0, &mon[4], {18, 90,250, 700, 875,1050} },
34{0, 0, 24, 0, &mon[4], {20,100,300, 750, 925,1100} },
35{0, 0, 26, 0, &mon[5], {22,110,330, 800, 975,1150} },
36{0, 0, 27, 0, &mon[5], {22,110,330, 800, 975,1150} },
37{0, 0, 29, 0, &mon[5], {24,120,360, 850,1025,1200} },
38{0, 0, 31, 0, &mon[6], {26,130,390, 900,1100,1275} },
39{0, 0, 32, 0, &mon[6], {26,130,390, 900,1100,1275} },
40{0, 0, 34, 0, &mon[6], {28,150,450,1000,1200,1400} },
41{0, 0, 37, 0, &mon[7], {35,175,500,1100,1300,1500} },
42{0, 0, 39, 0, &mon[7], {50,200,600,1400,1700,2000} }