Closed lijim closed 1 year ago
Problem: We have cards in the game that add other cards / transform units into other units / extract cards from decks.
These cards aren't super clear right now to players. For instance, in this screenshot, it's not clear what 'Smolder' is:
Solution: We added a transformer for getting which cards to display.
Incorporated this transformer to display "associated cards" in the tooltips in both the HandOfCards component + the deck builder.:
HandOfCards
Problem: We have cards in the game that add other cards / transform units into other units / extract cards from decks.
These cards aren't super clear right now to players. For instance, in this screenshot, it's not clear what 'Smolder' is:
Solution: We added a transformer for getting which cards to display.
Incorporated this transformer to display "associated cards" in the tooltips in both the
HandOfCards
component + the deck builder.: