benknoble / frosthaven-manager

GUI Frosthaven Scenario Manager
https://benknoble.github.io/frosthaven-manager
Other
5 stars 0 forks source link

Allow spending points for favors (modifies monster modifier deck) #67

Closed benknoble closed 1 month ago

benknoble commented 2 months ago

I need to check the rulebook again, but I think I was planning on implementing only the "spend points by modifying the deck" part, and not the "favors have special rules" part.

A simple interface is

| Monster Deck |        | Favors |
----------------        ----------
|  card …      |   <=   |  card… |
| ……………………………  |   =>   | ……………… |
----------------        ----------
                         Total points spent: N

Both boxes should be tables.

Does "Monster Deck" show all cards or only negatives?

benknoble commented 2 months ago

Perhaps the columns should be "Available" and "Spent."