1/*- 2 * Copyright (c) 1980, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * %sccs.include.redist.c% 6 * 7 * @(#)mon.dat 5.4 (Berkeley) 05/31/93 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}} 19