orichalque / yet-an-other-gloomhaven-companion

Deckbuilding and card simulator for the Gloomhaven board game
https://www.gloomhaven-deck.com
MIT License
17 stars 25 forks source link

Short Rest Choose Again #101

Closed redguar closed 4 years ago

redguar commented 4 years ago

Unless I am mistaken, your interface does not allow to choose another card upon short sleep, which is a big issue as you need to retap everything and redo the draw manually.

orichalque commented 4 years ago

Hi, I'm not sure I understood your question :/ You can either perform a short rest: that will immediately place a random card from your discard pile to your lost pile, and re-enable the remaining of your discarded cards Or perform a long rest: a button will appear on your discarded cards, so you can choose the one you want to put to your lost pile.

redguar commented 4 years ago

Good day,

In the rules, it says : If you do not like the card you drew you can take 1 point of damage to choose another draw.

How do we do this with your application ?

From: Thibault Béziers la Fosse notifications@github.com Sent: May 13, 2020 4:20 PM To: orichalque/yet-an-other-gloomhaven-companion yet-an-other-gloomhaven-companion@noreply.github.com Cc: redguar vince.guerard@gmail.com; Author author@noreply.github.com Subject: Re: [orichalque/yet-an-other-gloomhaven-companion] Short Rest Choose Again (#101)

Hi, I'm not sure I understood your question :/ You can either perform a short rest: that will immediately place a random card from your discard pile to your lost pile, and re-enable the remaining of your discarded cards Or perform a long rest: a button will appear on your discarded cards, so you can choose the one you want to put to your lost pile.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/orichalque/yet-an-other-gloomhaven-companion/issues/101# issuecomment-628223893 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APSDITU6ED2BXXC44QMHOADRR L6HHANCNFSM4M7U755A . https://github.com/notifications/beacon/APSDITUAM2OPGSQHLAJK4LDRRL6HHA5CNFS M4M7U755KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEVY67FI .gif

https://t.sidekickopen77.com/s1t/o/5/f18dQhb0S7kC8dDMPbW2n0x6l2B9gXrN7sKj6v 46g28N56j-J8d7lgYMQFLCHKr-qQf197v5Y04?si=8000000003704998&pi=f92e2e7f-84aa-4 2cb-ad2a-f54a22cee696

orichalque commented 4 years ago

Oh, I see what you mean. That's a really good point: we did not implement this feature yet @RaphaelPage0110 what do you propose ?

orichalque commented 4 years ago

Hi, I just implemented this new feature thanks to your issue. Once you press the short rest button, a "reroll" button will replace it. Thus if you do not like your card, you can now reroll it, once, as specified in the rulebook.

Cheers

image