Closed Telokis closed 2 years ago
I think we might want to disable G.docs
unsure those types are useful.
I am also not too fond of the types generated in G.drops
I disabled G.docs
.
G.drops
doesn't match the format expected by the generator, we will have to type it ourselves.
In this PR, I tried to enable all configs. Things I noticed:
Some unions take precedence when they should not:
MapKey
changed toGeometryKey
MonsterKey
changed toDimensionKey
SkillKey
changed toConditionKey
NpcKey
changed toAchievementKey
Positions has too many keys
PositionKey
is insanely huge and matches a lot of strings which feels strange. (Most of theskins
and variants have changed fromstring
toPositionKey
)Must be manually handled "cosmetics" and "timestamp" not working with the generator.