Skip to content

Releases: theBowja/genshin-db

added monster data

17 Sep 04:59
Compare
Choose a tag to compare

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

13 Sep 16:53
Compare
Choose a tag to compare

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

11 Sep 04:27
Compare
Choose a tag to compare

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

03 Sep 19:19
Compare
Choose a tag to compare

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

01 Sep 01:03
Compare
Choose a tag to compare

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.

05 Aug 16:31
Compare
Choose a tag to compare

added all talent images. from fandom wiki. (Aoi)
ascension materials are now searchable. (#35)

added ascension costs for characters and weapons

30 Jul 22:08
Compare
Choose a tag to compare

note that 1 and 2 star weapons only have 4 ascensions instead of 6.

genshin 2.0 update

21 Jul 17:32
Compare
Choose a tag to compare

2.0 update. new characters, materials, foods, ayaka, etc.

finished kazuha

27 Jun 11:23
Compare
Choose a tag to compare

Filled in missing kazuha constellation
Added images and urls for all materials

added materials search. added upgrade materials to talents

17 Jun 05:25
Compare
Choose a tag to compare
  • 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