PDA

View Full Version : Treasure generators



Gnoman
2022-07-07, 05:53 AM
I'm currently running a GURPS-based dungeon crawl, and am (as is traditional) relying heavily on random tables. There's a nice online treasure generator, but that only uses the book tables from Dungeon Fantasy - there's stuff on there I don't use, and stuff I do use isn't on there. Meanwhile, the bulk of alternatives I can find are D&D based.

So, what I'm asking is if anybody has a fairly generic program that allows item generation from custom tables - I can input all the default stuff I want if absolutely necessary.

ShedShadow
2022-07-07, 12:10 PM
That wouldn't be too hard to enter into an excel or google sheets type figure. You enter a random seed and then you code the tables to return a number of specified items based on randomly allocated numbers. Using the HLOOKUP function and IF statements this can be done quite easily. That way you enter the tables only once, and then just hit refresh to get a new loot table.

Gnoman
2022-07-07, 03:54 PM
That would be an option indeed, but I was hoping for an existing program.