LoR_Master
LoR_Master copied to clipboard
Feature: Displaying possible cards that can be played each round
It would be great if you can have a panel that shows the possible cards that can be played by an opponent given the mana available in a round. This of course cannot be entirely exact but can make take in the following assumption/information:
-
The deck is either the previous one the opponent has used, or just the generic meta deck and/or the one the user has selected from the favorite list (i.e. deck is guessed). It can then factor in cards that have already been played.
-
As the client side API (aka game API) doesn't allow for queries that give the current HP and mana. The user will need to manually enter the mana but that's not that annoying to do so as many players wouldn't be doing it each round anyways but when critical decisions need to be made.
It can't be fully exact as you won't know the generated cards from Conchologist, Star shaping, etc. But there is only a subset of cards this can be .. but that would be another level of complexity :o)
Very interesting feature indeed! This seems quite complex so I am not sure when we will really start doing it, but thank you a lot for sharing this with us. We are currently focusing on building the best meta & stats page, so probably after we are mostly done with that, we will get back into exploring more interesting features for our tracker!