I just found this wonderful utility. Thanks for your hard work on this.
Printable View
I just found this wonderful utility. Thanks for your hard work on this.
Stat blocks with "XP" in the creature name fail to parse. For example "ARCANE EXPERIMENTER CR 13".
does 2.0.0.1 have the fix for Blindness/Deafness? I seem to be hitting this issue and haven't been able to figure out a rename that gets around it.
Thanks for the heads-up - this issue was caused by a change in the parser to handle Combat Manager statblocks which have a slightly different format for the XP line. I'll look to move the checking for XP to the beginning of the line - so then there will only be issues with creatures called Xperimenter or similar... :)
It's great that you've been adding domains, and other stuff to the spell list. The one I commonly run into is the summon universal monster ability. I think that one would be relatively easy to special case, because you don't really need to build a full spell for it. Just make the title of the spell the full summon text, such as "summon (level 4, 1 babau 35%)" and get the uses/day correct (at least that's how I do it). You don't really need to add casts or effects for that one, just build a mostly-empty spell. I'm sure you've already thought about how to do it. In my mind, that's the last bit of 'noise' that the parser is generating right now.
It probably should have an effect with a duration, at least that's how I did it when I manually built it into Summonable Monsters... even though summoned monsters cannot actually summon anything.... hrm.. why'd I do that.
I'll think about how to do it. I'm certainly not going to over complicate it as that leads to the possibility of too much breaking, so will more than likely look at something like what Darren says above.
I have attached a problematic file that is causing the parser to just hang. No errors reported, but it gets done with the first pass over the file and then the app becomes unresponsive and I have to kill it. Since it isn't producing any errors, and the log and fpf files appear clean to me, I'm leaving this in your capable debugging hands. This is with v2.0.0.8 you sent me.
Attachment 7168