Releases: theBowja/genshin-db
added monster data
Fixed Kokomi missing 4th passive.
- talents.passive4
Fixed domain images not being part of result data object.
- domains.images.namepic
Added character image names
- characters.images.nameicon
- characters.images.namesideicon
- characters.images.namegachasplash
- characters.images.namegachaslice
(note that Aether and Lumine do not have namegachasplash or namegachaslice)
Removed character image url
- characters.images.image
Added enemies folder and data
- properties: name, specialname, type, category, images.nameicon
images and more webpack
Updated Raiden Shogun's constellation 2 description.
Saved 1mb.
Webpack. Can specify specific folders now.
Images
- domains.images.namepic
- weapons.images.nameicon
- weapons.images.namegacha
- weapons.images.nameawakenicon
allow adding of custom names to search
Allow adding of custom names to search. Please read the 'Adding Custom Names' section of the readme. #37
Update colors and images for elements.
Added primogem to material database.
Added imagenames to materials. materials.images.nameicon
Make Languages and Folder enum available. genshindb.Languages
genshindb.Folder
#36
Added image names for all foods. foods.images.nameicon
. If you could find somewhere that hosts these images... #40
2.1 update
New characters: Raiden Shogun, Kujou Sara, Sangonomiya Kokomi, Aloy.
Updated character images: new hoyolab-avatars, new covers from official site.
Deprecated: characters.images.image
New weapons: Engulfing Lightning, Everlasting Moonglow, Luxurious Sea-Lord, Predator, The Catch.
New foods: A Stunning Stratagem, Bird Egg Sushi, Braised Meat, Chili-Mince Cornbread Buns, Faith Eternal, Grilled Unagi Fillet, Invigorating Kitty Meal, More-and-More, Omelette Rice, Oncidium Tofu, Rice Pudding, Satiety Gel, Sweet Shrimp Sushi, Taiyaki.
New materials: Fish, other materials I'm too lazy to list out. 50aeb94
Added 'region' property to domains search. d0c6932
And as always... a bunch of minor text fixes.
added domains
Added domain information. Please examine the examples in examples.md and the typing in index.d.ts.
- Updated webpack config (added umd)
added all talent images. ascension materials are searchable.
added all talent images. from fandom wiki. (Aoi)
ascension materials are now searchable. (#35)
added ascension costs for characters and weapons
note that 1 and 2 star weapons only have 4 ascensions instead of 6.
genshin 2.0 update
2.0 update. new characters, materials, foods, ayaka, etc.
finished kazuha
Filled in missing kazuha constellation
Added images and urls for all materials
added materials search. added upgrade materials to talents
-
added a bunch of materials. genshin.materials(query)
-
removed talentmaterialtypes from characters data. (backwards incompatible)
-
index by upgrade materials for talents (see examples.md)
-
updated index.d.ts
-
updated examples.md