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
371 stars 68 forks source link

Lightless Mass data no exist #154

Closed ahmadkeren closed 11 months ago

ahmadkeren commented 12 months ago

Lightless Mass data monster not exist..

ahmadkeren commented 12 months ago

let data = await genshindb.enemies('Lightless Mass') console.log(data) return null

theBowja commented 12 months ago

Is that a mob? It's not in the in-game archive

ahmadkeren commented 12 months ago

Is that a mob? It's not in the in-game archive

yes, for furina and charlotte talent materials

ahmadkeren commented 12 months ago

sorry, iam wrong.. that boss is "All-Devouring Narwhal"

ahmadkeren commented 12 months ago

let data = await genshindb.materials('Lightless Mass') the sources is blank array..

ahmadkeren commented 12 months ago

Screenshot at Nov 08 11-17-57

theBowja commented 12 months ago

Oh yeah I think something messed up with sources... Hmm. I'll be back home Friday so I can only look into it over the weekend.

ahmadkeren commented 11 months ago

Oh yeah I think something messed up with sources... Hmm. I'll be back home Friday so I can only look into it over the weekend.

enjoy your time. Oh yes, I found something else that was left behind, namely "images name/filenameicon" from the constellations Furina and Charlotte let check = await genshindb.constellations(q); // result: images = {}

theBowja commented 11 months ago

oh. thanks for the catch. i messed up my extractor for constellation image

ahmadkeren commented 11 months ago

Oh yeah I think something messed up with sources... Hmm. I'll be back home Friday so I can only look into it over the weekend.

still faithfully waiting while eating almond tofu 😊

ahmadkeren commented 11 months ago

oh. thanks for the catch. i messed up my extractor for constellation image

any function to put additional information for that modul? i want to add constelation image and source materials

ahmadkeren commented 11 months ago

I put manually into the .json

theBowja commented 11 months ago

I'm gonna put out an update tonight. Sorry for delay