DnDAppFiles
DnDAppFiles copied to clipboard
Question about Source trait on monsters in Tales from the Yawning Portal
I see that the monsters from the Yawning Portal have their source listed as a trait instead of as part of the type. is this the new trend going forward? Why did you decide to make that change?
If so, that would be great! Currently, having the source in the Type field really messes up sorting by type in the GM5 app.
that's a good point, I hadn't considered sorting by type. It is probably a better place for that information.
What are the chances of changing source to its own section? Personally I have to go through and change this around manually to fit my projects needs.
<source>Tales from the Yawning Portal, 238</source>
I can think of a couple of good reasons why the source should be separated out into its own section.
- Including the source in an already established section intended for type, changes the meaning of that section and breaks software used to the old format. Adding it to a new section means it is simply ignored by old software that doesn't care about the source keyword.
- Merging sources. When an identical monster appears in more than one source, it needs to be identical in every aspect that matters. If you compare two monsters for equality with the intention of detecting duplicates, if their types are different, then they are different monsters. Including the source in the type would create two different types, which would incorrectly create two instances of the same monster.
I can add source filters to Encounter+ app, if you guys decide to use source
tag as @Shwaffle mentioned.