summaryrefslogtreecommitdiff
path: root/src/mimic.hpp
blob: 80a1722c8bb677ddc2c2a00e06716b99d9b72a5d (plain)
1
2
3
4
5
6
7
8
9
10
#include "h-basic.hpp"

s16b resolve_mimic_name(const char *name);
s16b find_random_mimic_shape(byte level, bool limit);
const char *get_mimic_name(s16b mf_idx);
const char *get_mimic_object_name(s16b mf_idx);
byte get_mimic_level(s16b mf_idx);
s32b get_mimic_random_duration(s16b mf_idx);
byte calc_mimic();
void calc_mimic_power();