t-mw / gw2-arbitrage

Finds items in Guild Wars 2 that can be sold on the trading post for a higher price than the cost of crafting the item.
28 stars 5 forks source link

add missing timegated recipes to is_timegated? #2

Closed solstice-gw2 closed 3 years ago

solstice-gw2 commented 3 years ago

For the past couple days, the Dragon Hatchling Doll Frame has been appearing in the general output from gw2-arbitrage. That's a time-gated recipe (daily), but it's not included in the list of output_item_ids in is_timegated, so it's output even when -t is not passed to gw2-arbitrage.

Would you be interested in a patch that adds all the remaining output_item_id from the wiki Category for time-gated recipes ? That type of patch should be simple enough for me to get right.

Thanks!

solstice.1847

t-mw commented 3 years ago

Yes, that would be perfect! I don't think there was a good reason for missing it.