editor icon indicating copy to clipboard operation
editor copied to clipboard

Loot Table auto-completions either don't work or are broken half the time

Open BeeTeeKay64 opened this issue 2 years ago • 0 comments

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:

  1. Make a Loot Table file
  2. Remove 'pools' to remove everything in the file
  3. Save and reopen the file (clicking on the 'pools' auto-completion doesn't work until you reopen it)
  4. 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 loot_table_bug_2 loot_table_bug_3 loot_table_bug_1

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.

BeeTeeKay64 avatar Aug 23 '22 06:08 BeeTeeKay64