Home
last modified time | relevance | path

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

/dports/games/angband/Angband-4.2.2/src/
H A Dmonster.h218 struct monster_drop { struct
219 struct monster_drop *next; argument
220 struct object_kind *kind;
221 unsigned int tval;
222 unsigned int percent_chance;
223 unsigned int min;
224 unsigned int max;