new copyright; att/bsd/shared
[unix-history] / usr / src / games / monop / mon.dat
CommitLineData
dc7f5a19
KB
1/*-
2 * Copyright (c) 1980 The Regents of the University of California.
d2d28a5e
KB
3 * All rights reserved.
4 *
dc7f5a19 5 * %sccs.include.redist.c%
d2d28a5e 6 *
dc7f5a19 7 * @(#)mon.dat 5.3 (Berkeley) %G%
d2d28a5e
KB
8 */
9
10/* name owner num_in num_own h_cost not_m mon_n sq */
11{0, -1, 2, 0, 1, "Purple", "PURPLE", {1,3}},
12{0, -1, 3, 0, 1, "Lt. Blue", "LT. BLUE", {6,8,9}},
13{0, -1, 3, 0, 2, "Violet", "VIOLET", {11,13,14}},
14{0, -1, 3, 0, 2, "Orange", "ORANGE", {16,18,19}},
15{0, -1, 3, 0, 3, "Red", "RED", {21,23,24}},
16{0, -1, 3, 0, 3, "Yellow", "YELLOW", {26,27,29}},
17{0, -1, 3, 0, 4, "Green", "GREEN", {31,32,34}},
18{0, -1, 2, 0, 4, "Dk. Blue", "DK. BLUE", {37,39}}