fut
fut copied to clipboard
How do I tell which card has what cardType?
I did searchAuctions('development') to find items with itemType that is contract, but how do I differentiate which cardType corresponds to which type of contracts?
Just found out that there is item['rating'] which is one of {50, 65, 70, 80, 85, 90}, so probably bronze/silver/gold x common/rare?
- you are right about rating and color
- itemData/rareflag 0=non rare 1=rare
- itemData/bronze itemData/silver itemData/gold =the impact of the contract card on the player based on player rating
It looks like I either got them wrong last year or they changed the itemData/resourceId this year. When I get a chance I will update them the .csv I made last year.