Graphics tokens does not support custom Positions
When creating custom positions they can not be used in the CreatureGraphicsToken struct because it is the token name.
This requires knowing about what allowed tokens are upstream and parsing everything else as accepted tokens during Syntax, and check them during Semantic analysis.