Merge branch 'vendor/NCURSES'
[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  * @(#)dayobjs.c        8.1 (Berkeley) 5/31/93
34  * $FreeBSD: src/games/battlestar/dayobjs.c,v 1.3.2.1 2001/03/05 11:45:36 kris Exp $
35  * $DragonFly: src/games/battlestar/dayobjs.c,v 1.2 2003/06/17 04:25:22 dillon Exp $
36  */
37
38 #include "externs.h"
39
40 const struct objs dayobjs[] = {
41         { 236,  HORSE },
42         { 237,  CAR },
43         { 275,  POT },
44         { 275,  BAR },
45         { 275,  BLOCK },
46         { 260,  COINS },
47         { 266,  DARK },
48         { 235,  TIMER },
49         { 51,   51 },
50         { 59,   51 },
51         { 48,   51 },
52         { 66,   52 },
53         { 65,   52 },
54         { 19,   BOMB },
55         { 167,  NATIVE },
56         { 21,   KNIFE },
57         { 30,   KNIFE },
58         { 30,   CLEAVER },
59         { 260,  SWORD },
60         { 70,   LAND },
61         { 71,   LAND },
62         { 72,   LAND },
63         { 73,   LAND },
64         { 74,   LAND },
65         { 75,   LAND },
66         { 76,   LAND },
67         { 77,   LAND },
68         { 78,   LAND },
69         { 79,   LAND },
70         { 81,   LAND },
71         { 82,   LAND },
72         { 83,   LAND },
73         { 84,   LAND },
74         { 85,   LAND },
75         { 86,   LAND },
76         { 87,   LAND },
77         { 88,   LAND },
78         { 90,   LAND },
79         { 95,   LAND },
80         { 96,   LAND },
81         { 97,   LAND },
82         { 99,   LAND },
83         { 100,  LAND },
84         { 104,  LAND },
85         { 172,  WOODSMAN },
86         { 172,  DEADWOOD },
87         { 172,  MALLET },
88         { 146,  ELF },
89         { 146,  HALBERD },
90         { 146,  SHIELD },
91         { 190,  TWO_HANDED },
92         { 190,  POTION },
93         { 142,  BROAD },
94         { 258,  MAIL },
95         { 258,  HELM },
96         { 21,   MAID },
97         { 7,    VIPER },
98         { 216,  SHOES },
99         { 64,   CYLON },
100         { 36,   CYLON },
101         { 49,   CYLON },
102         { 8,    ROBE },
103         { 13,   AMULET },
104         { 20,   LASER },
105         { 126,  BATHGOD },
106         { 26,   GRENADE },
107         { 256,  GRENADE },
108         { 237,  CHAIN },
109         { 237,  COMPASS },
110         { 218,  LEVIS },
111         { 164,  MACE },
112         { 137,  SHOVEL },
113         { 11,   COINS },
114         { 24,   MATCHES },
115         { 235,  MATCHES },
116         { 93,   MAN },
117         { 109,  PAPAYAS },
118         { 110,  PINEAPPLE },
119         { 152,  PINEAPPLE },
120         { 154,  PINEAPPLE },
121         { 111,  KIWI },
122         { 149,  MANGO },
123         { 112,  COCONUTS },
124         { 150,  COCONUTS },
125         { 151,  COCONUTS },
126         { 153,  COCONUTS },
127         { 192,  COCONUTS },
128         { 204,  COCONUTS },
129         { 207,  COCONUTS },
130         { 209,  COCONUTS },
131         { 213,  COCONUTS },
132         { 240,  COCONUTS },
133         { 218,  RING },
134         { 130,  BRACELET },
135         { 93,   GIRL },
136         { 268,  LAMPON },
137         { 0 , 0 }
138 };