Failed to load monster outside an encounter
Closed this issue · 1 comments
mpirnat commented
Tried to load violet fungus for a random encounter and it didn't work, with no output. Soooooo yeah, let's figure out WTF happened and fix it so that it doesn't happen again.
mpirnat commented
There were two problems, both data-driven:
-
Filename was violet_fungi.toml, monster name was violet_fungus -- so couldn't look up the thing correctly.
-
The violet fungus had "challenge" instead of "cr" so that blew up once I fixed the first issue.