Magnate gave me access to the Angband stats SQL database, so I've started doing some basic queries and generating graphs.
First off, the script I'm using to generate these plots is here. Written in Python, dependencies are matplotlib, wx, possibly numpy and/or scipy behind the scenes. Basically ridiculously heavyweight, but that's what I've been using lately and it's easier than writing my own plotting engine.
All of these plots are based on massive numbers of trips through the dungeon, hence why the absolute numbers are so high. I wouldn't pay any attention to absolute numbers; relative differences across levels, and percentages, are more useful.
Potions of Healing:
Stat potions (except Charisma):
Mushrooms of Vigor as a percentage of consumables and wearables found:
Amount of gold found:
Artifacts found:
Let me know if there's something in specific that you'd like to see. As far as I can tell, there isn't a table that gives counts on all items found, so I can't do e.g. Vigor as a percentage of all items, unfortunately. I've also already accidentally nuked Magnate's server once, so I'm trying to avoid complex queries.
First off, the script I'm using to generate these plots is here. Written in Python, dependencies are matplotlib, wx, possibly numpy and/or scipy behind the scenes. Basically ridiculously heavyweight, but that's what I've been using lately and it's easier than writing my own plotting engine.
All of these plots are based on massive numbers of trips through the dungeon, hence why the absolute numbers are so high. I wouldn't pay any attention to absolute numbers; relative differences across levels, and percentages, are more useful.
Potions of Healing:
Stat potions (except Charisma):
Mushrooms of Vigor as a percentage of consumables and wearables found:
Amount of gold found:
Artifacts found:
Let me know if there's something in specific that you'd like to see. As far as I can tell, there isn't a table that gives counts on all items found, so I can't do e.g. Vigor as a percentage of all items, unfortunately. I've also already accidentally nuked Magnate's server once, so I'm trying to avoid complex queries.
Comment