editor
editor copied to clipboard
Loot Table auto-completions either don't work or are broken half the time
Summary While working with loot tables I have noticed that some auto-completions went missing or changed after v2.3.0 (currently using v2.3.1). This is using the tree editor.
To Reproduce Steps to reproduce the behavior:
- Make a Loot Table file
- Remove 'pools' to remove everything in the file
- Save and reopen the file (clicking on the 'pools' auto-completion doesn't work until you reopen it)
- Add 'pools' via auto-completion and then add 'entries' via auto-completion
Observed behavior 'pools' does not have 'rolls' or 'tiers' as auto-completions; 'entries' does not automatically go inside curly brackets when auto-completed; clicking on 'entries' shows auto-completions meant for 'pools'. When 'entries' does end up in curly brackets manually, it does not allow you to add any entries. Expected behavior 'pools' should also have 'rolls' and 'tiers' as auto-completions; 'entries' should automatically go in curly brackets, and it should also allow you to add more entries.
Workaround As a workaround, obviously you just don't delete 'pools' or 'entries' when you make the file, but you are still unable to add any other entries.
Screenshots / File Attachments
Platform (please complete the following information):
- OS: Windows 10
- App Version: v2.3.1
Additional notes If these technically count as more than one bug then I truly apologize, these all regard loot table auto-completions and I figured they were all because of the same bug, if not under the same category.