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

:bug: Inconsistency in labelling as tradeable/untradeable

ChrisPWilliams opened this issue Β· comments

Damaged necramech parts are currently listed as untradeable, which is not true.
Also, prime weapons (and their components) are listed as tradeable, whereas prime warframes are listed as untradeable (but their components are tradeable). Is there any reason for this inconsistency? If it's on DE's end then I guess there's nothing that can be done about it, but if not then could this be cleaned up so that all primes behave the same way?

Archwing weapon parts are also erroneously listed as untradeable (except for the imperator vandal)

Without manually going through every item, there appears to be a large number of items incorrectly listed as untradeable. I'm trying to build an app powered by warframe market using this api to fetch additional data for items of interest, and the list of tradeable items here is much smaller than the list provided by the market api.

commented

probably because all of the tradable markers are blocked by #307 causing data to be completely wrong

commented

I am seeing the thing with damaged necra parts, so i'm making an exception in the regex for that. still working on prime weapons showing as tradable
i think i'm just missing all the types that they can be, is my guess

πŸŽ‰ This issue has been resolved in version 1.1252.66 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€