Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to track character cards and enhancements #640

Open
joewesch opened this issue Dec 22, 2024 · 4 comments
Open

Add the ability to track character cards and enhancements #640

joewesch opened this issue Dec 22, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request pending Additional information/feedback requested to test Should be fixed, but needs proper testing

Comments

@joewesch
Copy link

Is your feature request related to a problem? Please describe.

When a character levels up, they choose a new card to unlock from a set of their locked cards. I sometimes run multiple campaigns with different sets of people, so when I switch between campaigns I need to reset the physical cards for the characters that are being played. Also, there are times where people store their cards incorrectly and just don't remember which cards they picked for each level.

In addition, different people may select different enhancements to their cards, so I need to be able to reset a card back to normal or re-apply an enhancement someone had purchased.

Describe the solution you'd like

It would be nice if I could track which level 2/3/4/etc card a character picked when they leveled up so when I am resetting the game to their campaign I can put it back the way it was.

In addition, it would also be nice to keep track of which enhancement (+1, poison, wound, blessing, etc.) someone applied to each of their cards.

Describe alternatives you've considered

The simplest way to track this is obviously the Notes section of the character sheet, but that can get messy and cumbersome without some organization.

Additional context

I used to use an app called Gloomhaven Campaign Tracker that had this ability, but I don't really want to have to keep a separate app just to keep track of these items. Here are some screenshots of that app for reference.

Ability List

Screenshot 2024-12-22 12 31 48 PM

Choosing a new card at level 2

Screenshot 2024-12-22 12 34 37 PM

Enhancement screen

Screenshot 2024-12-22 12 32 38 PM

@joewesch joewesch added the enhancement New feature or request label Dec 22, 2024
Lurkars added a commit that referenced this issue Jan 23, 2025
Lurkars added a commit that referenced this issue Jan 25, 2025
@Lurkars
Copy link
Owner

Lurkars commented Jan 25, 2025

Enhancements will be a long way off as all the character ability data is missing (except for Brute and Mindthief).

At least I added name, card number and initiative for each character, I used OCR to get the data from the images, still a lot of work and there are still many errors and typos I guess. Anyway, in v0.109.0 you can now go to the character sheet and click on the cards icon next to the character to open the abilities dialogue. You can select cards for each level and it will be saved. So basic deck management is there. I am not very enthusiastic about the UX myself, so feedback and ideas for improvement are very welcome.

@Lurkars Lurkars added to test Should be fixed, but needs proper testing pending Additional information/feedback requested labels Jan 25, 2025
@joewesch
Copy link
Author

It's a decent start, thanks.

As far as feedback:

  • Maybe a checkbox to display/hide the cards you didn't pick?
  • I like the white/green/red hand icons. Maybe make them a little bigger or brighter so they are more obvious?
  • The only thing I didn't really like is when you are selecting a card the higher level cards are added to the right side instead of the left. Chances are most of the time I'm going to pick one of the new highest level cards that I unlocked before picking one of the previous ones, so having to scroll down past cards 2-8 to find the level 9 cards (for example) seems backwards. Maybe they should be sorted highest to lowest on the card selection section?

@Lurkars
Copy link
Owner

Lurkars commented Jan 27, 2025

Thanks, that's some good feedback!

@Lurkars
Copy link
Owner

Lurkars commented Feb 1, 2025

So addressed your feedback in v0.109.3. Just did a more logical change: List now only show your cards in deck. If you use the toggle to show all cards, then the hand icons as indicators are added.

Do you have more feedback here? Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending Additional information/feedback requested to test Should be fixed, but needs proper testing
Projects
None yet
Development

No branches or pull requests

2 participants