Nookipedia / nookipedia-api

Nookipedia's custom API for querying data from the Animal Crossing video game series.
https://api.nookipedia.com/
MIT License
42 stars 12 forks source link

Add new artwork fields #58

Closed Micalobia closed 1 year ago

Micalobia commented 3 years ago

Most notably texture_url and fake_texture_url, although it seems there are a few other things like themes.

Would be willing to do a PR for it, might depend on when #55

Micalobia commented 2 years ago

Forgive my lack of knowledge on the game, how do art themes work? In the table, there's only really Expensive, Facility, and Folk Art for the normal themes, which should be fine to lump into a themes list, but then fake_theme is only ever Horror or nothing, and I'm not sure if that should be on its own or grouped with themes, something like

"themes": {
    "real": ["Expensive", "Facility"],
    "fake": ["Horror"]
}

Been mulling over a bigger change to what's returned by /nh/art, which will be in #74