WFCD / warframe-items

📘 Get all Warframe items directly from Warframe's API. No more messy wikia scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discussion: How would you like nightwave data represented?

TobiTenno opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
At present, we don't parse Nightwave data into the items system, but I have a branch ready to go that has them pulled in, but we'd need to decide how to represent them.

We can either:

  • have a separate category of "Nightwave" that has:
    • "Nightwave Challenge"
    • "Nightwave Reward" types
  • Have a Nightwave category that just has "nightwave challenge" types and add an indicator on the item/skin/blueprint if it is available from nightwave rewards

Describe the solution you'd like
Personally, I'd prefer the latter so there's less duplicate data

Describe alternatives you've considered
See above

Additional context
Nightwave data comes in on the same object as SortieRewards, so I'll probably check through some of the other bits later to see if anything is available as secondary objects that we/I haven't noticed yet.