games: Massive style(9) cleanup commit. Reduces differences to NetBSD.
[dragonfly.git] / games / battlestar / dayobjs.c
blob400e3c5ef6ff8e095d1fde99473f85d62ec77e18
1 /*-
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
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. Neither the name of the University nor the names of its contributors
14 * may be used to endorse or promote products derived from this software
15 * without specific prior written permission.
17 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
29 * @(#)dayobjs.c 8.1 (Berkeley) 5/31/93
30 * $FreeBSD: src/games/battlestar/dayobjs.c,v 1.3.2.1 2001/03/05 11:45:36 kris Exp $
31 * $DragonFly: src/games/battlestar/dayobjs.c,v 1.2 2003/06/17 04:25:22 dillon Exp $
34 #include "externs.h"
36 const struct objs dayobjs[] = {
37 { 236, HORSE },
38 { 237, CAR },
39 { 275, POT },
40 { 275, BAR },
41 { 275, BLOCK },
42 { 260, COINS },
43 { 266, DARK },
44 { 235, TIMER },
45 { 51, 51 },
46 { 59, 51 },
47 { 48, 51 },
48 { 66, 52 },
49 { 65, 52 },
50 { 19, BOMB },
51 { 167, NATIVE },
52 { 21, KNIFE },
53 { 30, KNIFE },
54 { 30, CLEAVER },
55 { 260, SWORD },
56 { 70, LAND },
57 { 71, LAND },
58 { 72, LAND },
59 { 73, LAND },
60 { 74, LAND },
61 { 75, LAND },
62 { 76, LAND },
63 { 77, LAND },
64 { 78, LAND },
65 { 79, LAND },
66 { 81, LAND },
67 { 82, LAND },
68 { 83, LAND },
69 { 84, LAND },
70 { 85, LAND },
71 { 86, LAND },
72 { 87, LAND },
73 { 88, LAND },
74 { 90, LAND },
75 { 95, LAND },
76 { 96, LAND },
77 { 97, LAND },
78 { 99, LAND },
79 { 100, LAND },
80 { 104, LAND },
81 { 172, WOODSMAN },
82 { 172, DEADWOOD },
83 { 172, MALLET },
84 { 146, ELF },
85 { 146, HALBERD },
86 { 146, SHIELD },
87 { 190, TWO_HANDED },
88 { 190, POTION },
89 { 142, BROAD },
90 { 258, MAIL },
91 { 258, HELM },
92 { 21, MAID },
93 { 7, VIPER },
94 { 216, SHOES },
95 { 64, CYLON },
96 { 36, CYLON },
97 { 49, CYLON },
98 { 8, ROBE },
99 { 13, AMULET },
100 { 20, LASER },
101 { 126, BATHGOD },
102 { 26, GRENADE },
103 { 256, GRENADE },
104 { 237, CHAIN },
105 { 237, COMPASS },
106 { 218, LEVIS },
107 { 164, MACE },
108 { 137, SHOVEL },
109 { 11, COINS },
110 { 24, MATCHES },
111 { 235, MATCHES },
112 { 93, MAN },
113 { 109, PAPAYAS },
114 { 110, PINEAPPLE },
115 { 152, PINEAPPLE },
116 { 154, PINEAPPLE },
117 { 111, KIWI },
118 { 149, MANGO },
119 { 112, COCONUTS },
120 { 150, COCONUTS },
121 { 151, COCONUTS },
122 { 153, COCONUTS },
123 { 192, COCONUTS },
124 { 204, COCONUTS },
125 { 207, COCONUTS },
126 { 209, COCONUTS },
127 { 213, COCONUTS },
128 { 240, COCONUTS },
129 { 218, RING },
130 { 130, BRACELET },
131 { 93, GIRL },
132 { 268, LAMPON },
133 { 0 , 0 }