mcdungeon icon indicating copy to clipboard operation
mcdungeon copied to clipboard

Have treasure hunts optionally use separate th_tier%d loot tables (feature)

Open sshipway opened this issue 10 years ago • 0 comments

This is harder than it sounds as location.py generates chests via dungeon.add_chest, which in turn calls loottable.rollLoot. Overriding would require an override of add_chest in treasure_hunt.py, plus some way to tell rollLoot which set of tiers to use (maybe a prefix parameter?) The treasure hunt tiers should fall back to using the default dungeon tiers if they are not explicitly defined.

sshipway avatar Aug 27 '14 04:08 sshipway