|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T d ┃
Length: 719 (0x2cf) Types: TextFile Names: »def.permonst.h«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─ ⟦this⟧ »cph85dist/hack/def.permonst.h« └─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/gnu-31mar87/hack/def.permonst.h«
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* def.permonst.h - version 1.0.2 */ struct permonst { char *mname,mlet; schar mlevel,mmove,ac,damn,damd; unsigned pxlth; }; extern struct permonst mons[]; #define PM_ACID_BLOB &mons[7] #define PM_ZOMBIE &mons[13] #define PM_PIERCER &mons[17] #define PM_KILLER_BEE &mons[26] #define PM_WRAITH &mons[33] #define PM_MIMIC &mons[37] #define PM_VAMPIRE &mons[43] #define PM_CHAMELEON &mons[47] #define PM_DEMON &mons[54] #define PM_MINOTAUR &mons[55] /* last in mons array */ #define PM_SHK &mons[56] /* very last */ #define PM_GHOST &pm_ghost #define PM_EEL &pm_eel #define PM_WIZARD &pm_wizard #define CMNUM 55 /* number of common monsters */