Home
last modified time | relevance | path

Searched defs:monsterentry (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h126 struct monsterentry struct
130 char basechar;
131 colour_t colour;
132 const char *name;
135 resists_t resists;
138 int8_t exp_mod;
151 int HD;
153 int avg_hp_10x;
156 int8_t ev; // evasion
158 bool leaves_corpse;
[all …]
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-util.h101 struct monsterentry struct
105 unsigned char showchar PACKED, colour PACKED;
108 int bitfields PACKED;
109 short weight PACKED;
114 char exp_mod PACKED;
123 unsigned char damage[4] PACKED;
138 char speed PACKED, speed_inc PACKED; // duh!
143 char corpse_thingy PACKED;
145 char zombie_size PACKED;
147 char shouts PACKED;
[all …]