monster lore
Moderator: Moderator
monster lore
In most *bands you can review monster lore, sorted by monster class and then by kill experience. This way you can study the monsters you encounter to improve your game play against them. I take notes now, but it wouod be MUCH better if monsters you encountered were added to monster lore which you could review at any time.
You voipd also add the "you have killed X of these. Y OF your ancestors were killed by them." Etc
You voipd also add the "you have killed X of these. Y OF your ancestors were killed by them." Etc
MADNESS rocks
Re: monster lore
I quite like it. And then I could write a long lore history for each creature type...
Re: monster lore
Go on do it 
I'll add the monster lore then

I'll add the monster lore then

[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: monster lore
Happen to have an easy way to generate a list of all the monsters?
-
- Master Artificer
- Posts: 726
- Joined: Fri Feb 03, 2012 3:53 am
Re: monster lore
Well, presumably just by loading all the relevant files. Tome is pretty well set up for pulling enemies up.
Re: monster lore
I only program in python and basic, and not professionally, so I find lua difficult. I hope someone else offers to do this.
MADNESS rocks
Re: monster lore
Assuming it's just the names of the monsters, see attached.
Grazz
Grazz
- Attachments
-
- names.txt
- (25.52 KiB) Downloaded 109 times
Re: monster lore
That's start, but not what I had in mind....
We would want a parsing of the info in the lua files, such as:
race
subrace
talents
hitpoint range
stats
level range
rarity
standard resistances
autolevel type
armour
defence
saving throws
zones found in
etc
and then perhaps someone could add extras such as:
average dmg
typical equipment (based on encounters)
etc
and so forth and so forth
We would want a parsing of the info in the lua files, such as:
race
subrace
talents
hitpoint range
stats
level range
rarity
standard resistances
autolevel type
armour
defence
saving throws
zones found in
etc
and then perhaps someone could add extras such as:
average dmg
typical equipment (based on encounters)
etc
and so forth and so forth
MADNESS rocks
Re: monster lore
Some of those aren't too feasible, but any information should be generated in-game anyway, not relying on static files.
Thanks for the list, Grazz, but what about all the bosses?
Thanks for the list, Grazz, but what about all the bosses?
-
- Master Artificer
- Posts: 726
- Joined: Fri Feb 03, 2012 3:53 am
Re: monster lore
Areas found in would be tricky, because it's the opposite of how the game does it (You could, however, list entities unique to one region, like bosses and certain uniques.).
Re: monster lore
For areas found in you'd just add an area every time the monster was encountered there.
So a snake would show up as Areas found in: The Trollmire
And then once you find one in Norgos Liar it would say, Areas found in: The Trollmire and Norgos Liar
And by the time you hit the end of the game it would basically have every zone listed (because snakes show up basically every where
).
--------------------------------------------------------------------------------------
Some of this has a lot of overlap with inspect and I'm not sure how much of it we really need. That said, number killed, ancestor's killed by, and stuff like that I always appreciated in Angband/ToME 2.
So a snake would show up as Areas found in: The Trollmire
And then once you find one in Norgos Liar it would say, Areas found in: The Trollmire and Norgos Liar
And by the time you hit the end of the game it would basically have every zone listed (because snakes show up basically every where

--------------------------------------------------------------------------------------
Some of this has a lot of overlap with inspect and I'm not sure how much of it we really need. That said, number killed, ancestor's killed by, and stuff like that I always appreciated in Angband/ToME 2.
Re: monster lore
Ah yes, I forgot that there are more npcs than just those in the general folder. Here's a revised list which includes the bosses, amongst other things (tutorial npcs)
Grazz
Grazz
- Attachments
-
- names2.txt
- (43.71 KiB) Downloaded 111 times
Re: monster lore
In the *bands the monster lore list grows as one encounters the creatures. I think this is important, otherwise there are few surprises.
I think therefore we need code that cumulatively adds monster lore to one's profile. So if you win the game, then next time, your monster lore list should be complete.
(But on the other hand, who will ever encounter a patriarch spider thingy - the rarity is absurd.)
I think therefore we need code that cumulatively adds monster lore to one's profile. So if you win the game, then next time, your monster lore list should be complete.
(But on the other hand, who will ever encounter a patriarch spider thingy - the rarity is absurd.)
MADNESS rocks
Re: monster lore
hehe.. someday there may be a zone that uses them. But yeah, Weaver Patriarch's have no business on Maj'Eyal.