Initial import from FreeBSD RELENG_4:
[dragonfly.git] / games / battlestar / dayobjs.c
1 /*
2  * Copyright (c) 1983, 1993
3  *      The Regents of the University of California.  All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  * 3. All advertising materials mentioning features or use of this software
14  *    must display the following acknowledgement:
15  *      This product includes software developed by the University of
16  *      California, Berkeley and its contributors.
17  * 4. Neither the name of the University nor the names of its contributors
18  *    may be used to endorse or promote products derived from this software
19  *    without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31  * SUCH DAMAGE.
32  */
33
34 #ifndef lint
35 #if 0
36 static char sccsid[] = "@(#)dayobjs.c   8.1 (Berkeley) 5/31/93";
37 #endif
38 static const char rcsid[] =
39  "$FreeBSD: src/games/battlestar/dayobjs.c,v 1.3.2.1 2001/03/05 11:45:36 kris Exp $";
40 #endif /* not lint */
41
42 #include "externs.h"
43
44 const struct objs dayobjs[] = {
45         { 236,  HORSE },
46         { 237,  CAR },
47         { 275,  POT },
48         { 275,  BAR },
49         { 275,  BLOCK },
50         { 260,  COINS },
51         { 266,  DARK },
52         { 235,  TIMER },
53         { 51,   51 },
54         { 59,   51 },
55         { 48,   51 },
56         { 66,   52 },
57         { 65,   52 },
58         { 19,   BOMB },
59         { 167,  NATIVE },
60         { 21,   KNIFE },
61         { 30,   KNIFE },
62         { 30,   CLEAVER },
63         { 260,  SWORD },
64         { 70,   LAND },
65         { 71,   LAND },
66         { 72,   LAND },
67         { 73,   LAND },
68         { 74,   LAND },
69         { 75,   LAND },
70         { 76,   LAND },
71         { 77,   LAND },
72         { 78,   LAND },
73         { 79,   LAND },
74         { 81,   LAND },
75         { 82,   LAND },
76         { 83,   LAND },
77         { 84,   LAND },
78         { 85,   LAND },
79         { 86,   LAND },
80         { 87,   LAND },
81         { 88,   LAND },
82         { 90,   LAND },
83         { 95,   LAND },
84         { 96,   LAND },
85         { 97,   LAND },
86         { 99,   LAND },
87         { 100,  LAND },
88         { 104,  LAND },
89         { 172,  WOODSMAN },
90         { 172,  DEADWOOD },
91         { 172,  MALLET },
92         { 146,  ELF },
93         { 146,  HALBERD },
94         { 146,  SHIELD },
95         { 190,  TWO_HANDED },
96         { 190,  POTION },
97         { 142,  BROAD },
98         { 258,  MAIL },
99         { 258,  HELM },
100         { 21,   MAID },
101         { 7,    VIPER },
102         { 216,  SHOES },
103         { 64,   CYLON },
104         { 36,   CYLON },
105         { 49,   CYLON },
106         { 8,    ROBE },
107         { 13,   AMULET },
108         { 20,   LASER },
109         { 126,  BATHGOD },
110         { 26,   GRENADE },
111         { 256,  GRENADE },
112         { 237,  CHAIN },
113         { 237,  COMPASS },
114         { 218,  LEVIS },
115         { 164,  MACE },
116         { 137,  SHOVEL },
117         { 11,   COINS },
118         { 24,   MATCHES },
119         { 235,  MATCHES },
120         { 93,   MAN },
121         { 109,  PAPAYAS },
122         { 110,  PINEAPPLE },
123         { 152,  PINEAPPLE },
124         { 154,  PINEAPPLE },
125         { 111,  KIWI },
126         { 149,  MANGO },
127         { 112,  COCONUTS },
128         { 150,  COCONUTS },
129         { 151,  COCONUTS },
130         { 153,  COCONUTS },
131         { 192,  COCONUTS },
132         { 204,  COCONUTS },
133         { 207,  COCONUTS },
134         { 209,  COCONUTS },
135         { 213,  COCONUTS },
136         { 240,  COCONUTS },
137         { 218,  RING },
138         { 130,  BRACELET },
139         { 93,   GIRL },
140         { 268,  LAMPON },
141         { 0 , 0 }
142 };