|
|
1.1 root 1: /*
2: * Copyright (c) 1983 Regents of the University of California.
3: * All rights reserved.
4: *
5: * Redistribution and use in source and binary forms are permitted
6: * provided that the above copyright notice and this paragraph are
7: * duplicated in all such forms and that any documentation,
8: * advertising materials, and other materials related to such
9: * distribution and use acknowledge that the software was developed
10: * by the University of California, Berkeley. The name of the
11: * University may not be used to endorse or promote products derived
12: * from this software without specific prior written permission.
13: * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14: * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15: * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16: */
17:
18: #ifndef lint
19: static char sccsid[] = "@(#)dayobjs.c 5.2 (Berkeley) 6/19/88";
20: #endif /* not lint */
21:
22: #include "externs.h"
23:
24: struct objs dayobjs[] = {
25: { 236, HORSE },
26: { 237, CAR },
27: { 275, POT },
28: { 275, BAR },
29: { 275, BLOCK },
30: { 260, COINS },
31: { 266, DARK },
32: { 235, TIMER },
33: { 51, 51 },
34: { 59, 51 },
35: { 48, 51 },
36: { 66, 52 },
37: { 65, 52 },
38: { 19, BOMB },
39: { 167, NATIVE },
40: { 21, KNIFE },
41: { 30, KNIFE },
42: { 30, CLEAVER },
43: { 260, SWORD },
44: { 70, LAND },
45: { 71, LAND },
46: { 72, LAND },
47: { 73, LAND },
48: { 74, LAND },
49: { 75, LAND },
50: { 76, LAND },
51: { 77, LAND },
52: { 78, LAND },
53: { 79, LAND },
54: { 81, LAND },
55: { 82, LAND },
56: { 83, LAND },
57: { 84, LAND },
58: { 85, LAND },
59: { 86, LAND },
60: { 87, LAND },
61: { 88, LAND },
62: { 90, LAND },
63: { 95, LAND },
64: { 96, LAND },
65: { 97, LAND },
66: { 99, LAND },
67: { 100, LAND },
68: { 104, LAND },
69: { 172, WOODSMAN },
70: { 172, DEADWOOD },
71: { 172, MALLET },
72: { 146, ELF },
73: { 146, HALBERD },
74: { 146, SHIELD },
75: { 190, TWO_HANDED },
76: { 190, POTION },
77: { 142, BROAD },
78: { 258, MAIL },
79: { 258, HELM },
80: { 21, MAID },
81: { 7, VIPER },
82: { 216, SHOES },
83: { 64, CYLON },
84: { 36, CYLON },
85: { 49, CYLON },
86: { 8, ROBE },
87: { 13, AMULET },
88: { 20, LASER },
89: { 126, BATHGOD },
90: { 26, GRENADE },
91: { 256, GRENADE },
92: { 237, CHAIN },
93: { 237, COMPASS },
94: { 218, LEVIS },
95: { 164, MACE },
96: { 137, SHOVEL },
97: { 11, COINS },
98: { 24, MATCHES },
99: { 235, MATCHES },
100: { 93, MAN },
101: { 109, PAPAYAS },
102: { 110, PINEAPPLE },
103: { 152, PINEAPPLE },
104: { 154, PINEAPPLE },
105: { 111, KIWI },
106: { 149, MANGO },
107: { 112, COCONUTS },
108: { 150, COCONUTS },
109: { 151, COCONUTS },
110: { 153, COCONUTS },
111: { 192, COCONUTS },
112: { 204, COCONUTS },
113: { 207, COCONUTS },
114: { 209, COCONUTS },
115: { 213, COCONUTS },
116: { 240, COCONUTS },
117: { 218, RING },
118: { 130, BRACELET },
119: { 93, GIRL },
120: { 268, LAMPON },
121: 0
122: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.