theBowja / genshin-db

npm package with searching functions for Genshin Impact data of all in-game languages. Data parsed/organized directly from GenshinData repo.
MIT License
363 stars 69 forks source link

v4.3 TCG summons/statusEffects are missing in other languages #159

Closed guyutongxue closed 8 months ago

guyutongxue commented 8 months ago

For example, id 112091 (Yelan's status effect) can only be found in English in @genshin-db/tcg/src/data.min.json.

In commit 3ee66eff, you can see only English's TCG index is fully updated, while other lanuguages only have tcgactioncards and tcgcharactercards updated.

theBowja commented 8 months ago

Ah. I had switched to English-only because I was fixing a bug with tcg extractor, but then I forgot to undo it. @.@

guyutongxue commented 8 months ago

Fixed in v5.0.5, thank you!