The current mapping of HeroBasicType to path is not very resilient to future updates, where new paths can be added for TB out of order from how the current trailblazer_id_topath definition currently expects. We should rely on the db for this. AvatarConfig seems very stable in comparison and should be more up to date on TB paths in comparison.
The current mapping of
HeroBasicType
to path is not very resilient to future updates, where new paths can be added for TB out of order from how the currenttrailblazer_id_topath
definition currently expects. We should rely on the db for this.AvatarConfig
seems very stable in comparison and should be more up to date on TB paths in comparison.Closes #16.