DnDAppFiles icon indicating copy to clipboard operation
DnDAppFiles copied to clipboard

Question about Source trait on monsters in Tales from the Yawning Portal

Open azuretower opened this issue 7 years ago • 5 comments

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?

azuretower avatar Aug 24 '17 17:08 azuretower

If so, that would be great! Currently, having the source in the Type field really messes up sorting by type in the GM5 app.

snaggle2th avatar Aug 24 '17 17:08 snaggle2th

that's a good point, I hadn't considered sorting by type. It is probably a better place for that information.

azuretower avatar Aug 24 '17 18:08 azuretower

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>

MattBerg11 avatar Aug 24 '17 20:08 MattBerg11

I can think of a couple of good reasons why the source should be separated out into its own section.

  1. 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.
  2. 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.

NeilMartin avatar Aug 24 '17 20:08 NeilMartin

I can add source filters to Encounter+ app, if you guys decide to use source tag as @Shwaffle mentioned.

jurex avatar Oct 19 '17 17:10 jurex