Annotation of 43BSDReno/games/battlestar/dayobjs.c, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.