IceDynamix / reliquary-archiver

tool to create a relic export from network packets of a certain turn-based anime game
MIT License
199 stars 19 forks source link

Make TB Path additions less fragile #22

Closed FaeronGaming closed 5 months ago

FaeronGaming commented 6 months ago

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.

Closes #16.