I've recently gotten interested in Angband again after more than a decade of sticking with other RLs. In my local version, I modified the ui-mon-list.c to display how much experience I'd earn for killing each creature I see. Since I've not internalized the monster list, I find it useful for deciding what to do about the various things I encounter. In principal this information is available in the monster recall anyway, so it doesn't seem like cheating.
Sample:
You can see 1 monster:
Q 1 rotting quylthulg (3068.18 XP) 3 N 3 W
You are aware of 1 other monster:
H 1 minotaur (asleep) (1909.09 XP) 14 S 10 W
Does anyone else think this is interesting enough to warrant a new user interface option? I could go ahead and make a PR on Github, but I'd rather not spend the time if it's not something other folks want.
Sample:
You can see 1 monster:
Q 1 rotting quylthulg (3068.18 XP) 3 N 3 W
You are aware of 1 other monster:
H 1 minotaur (asleep) (1909.09 XP) 14 S 10 W
Does anyone else think this is interesting enough to warrant a new user interface option? I could go ahead and make a PR on Github, but I'd rather not spend the time if it's not something other folks want.
Comment