TaylorLearnsToCode / greg

GREG - Guided Random Encounter Generator
1 stars 0 forks source link

Bug: Dungeon - Level 6, Generate Monster Encounter, has one record that throws an error #26

Open TaylorLearnsToCode opened 1 year ago

TaylorLearnsToCode commented 1 year ago

Import the provided config on the Data page, then attempt to generate dungeon level 6 monster encounter. One of the records throws an error - "unsupported treasure type." One of the types - "Any three" or something along those lines, is failing to populate article type: or, it's a list reference that is being treated as an individual item.

greg-master-state.GREG-MASTER-CONFIG.txt

TaylorLearnsToCode commented 1 year ago

Hack fix done in https://github.com/TaylorLearnsToCode/greg/pull/39 - but thinking about it, it would be better to have put the "magic item" type on the list when it was assigned to the reference table. Check that out - if it's possible, do that, too or instead of what the PR did