ceryliae / DnDAppFiles

Files for the Fifth Edition apps by Lion's Den
614 stars 549 forks source link

Mordenkainen's Tome of Foes Bestiary #317

Open TheXanathar opened 5 years ago

TheXanathar commented 5 years ago

All the monsters from MToF

shepster commented 5 years ago

Some errors:

Fixing these and it imports fine. Thank you for this data!

TheXanathar commented 5 years ago

Some errors:

  • Line 4486 ending needs to be
  • Lines 5369, 5373, 5377 legendary> needs to be
  • Line 6160 needs to be 19
  • Lines 7462, 7619 needs to be

Fixing these and it imports fine. Thank you for this data!

thanks so much!

Pedgleye commented 4 years ago

Getting Import Failed: MONSTER Allip: expected: END_TAG {null descrption (position:START_TAG @45:10 in java.io .InputStreamREader@e5ca9bf

Had the same problem, mucked around a bit line 6160 needs to be 19 instead of

I had no idea how to fix the Allip code, it seemed fine so I just deleted it and am going to input it manually into the app.

EDIT: the description at the end of the allip block is what is throwing the app off. no other monster has one. In the volo compendium, descriptions are just listed as traits. EDIT 2: I added the descriptions as traits under incorporeal movement and it works.

Thanks for the awesome code, this is my first time doing any kind of coding, I might try to code the stats from Decent into Avernus now. Its good fun.