ScalarVector1/DragonLens

[Tool] Blank Entries in Some Spawner Tools

Closed this issue · 3 comments

Already reported on Discord, at least.

Some spawner tools have blank entries that do nothing on click.

No errors in logs, no other mods enabled.

Known cases:

  • Buff spawner. This line appears to be the issue, as there is no Buff 0.
  • NPC spawner. Same issue as the buff spawner.
  • Projectile spawner. Same issue as above.
  • Item spawner. Also has a None (0) ID, but additionally has a few dozen extra entries -- likely due to ItemID.Sets.Deprecated?

I'm also betting my money on ItemID.Sets.Deprecated. I wanted to mention earlier in development that we should include a filter specifically for that as well as some custom handling for them...

Is there any valid use case for wanting to see these? I highly doubt any user would ever have any need to spawn these items -- if they even behave properly at all

First Fractal, @ScalarVector1.