phreddrickk
Active member
Different monsters have different articles used to address them in-game--the main ones I've seen are "the", "a", "an", "some", and not having one at all (as is the case for The Man, whose The is part of the monster name.) This recently came up when we had some buggy parsing of text from the miniature crystal ball's ponder page.
It might be useful to internally track which article each monster uses. According to @gausie this information is available in the Monster Manuel, which should make spading less tedious for this (we just need to find someone with incredibly exhaustive factoids, and get them to run a lot of regexps). And if we're internally tracking that, we might as well externally expose it.
"Article" may not be the best name for it. Incredibly open to suggestions there.
It might be useful to internally track which article each monster uses. According to @gausie this information is available in the Monster Manuel, which should make spading less tedious for this (we just need to find someone with incredibly exhaustive factoids, and get them to run a lot of regexps). And if we're internally tracking that, we might as well externally expose it.
"Article" may not be the best name for it. Incredibly open to suggestions there.