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

Allow blank Black Cards #154

Open
evil-tom opened this issue Jun 7, 2020 · 2 comments
Open

Allow blank Black Cards #154

evil-tom opened this issue Jun 7, 2020 · 2 comments
Labels
client Issues that touch the client side of the game. enhancement A suggestion for a new feature or expansion of an existing feature. server Issues that touch the server side of the game.

Comments

@evil-tom
Copy link

evil-tom commented Jun 7, 2020

Add a new house rule to allow X number of blank black cards in the deck.
Blank black cards would be shuffled in with the other black cards.
If drawn, a czar could choose to create a new black card on the fly, or if they don't want to/can't think of anything, just skip it and draw the next card as normal.

@evil-tom evil-tom added the enhancement A suggestion for a new feature or expansion of an existing feature. label Jun 7, 2020
@Lattyware
Copy link
Owner

Lattyware commented Jun 7, 2020

This is a great idea that I have actually been kicking about for a while.

I'd love to implement this, the main thing blocking this at the moment is that editing calls is much more complicated than editing responses. We have an editor implemented for Many Decks, but it has some real issues in terms of usability and responsiveness. So the plan will be to fix that up, and then when that is sorted, we can use it for this as well.

@Lattyware Lattyware added client Issues that touch the client side of the game. server Issues that touch the server side of the game. labels Jun 7, 2020
@Lattyware
Copy link
Owner

We now have this in as a part of the Czar Choices rule. It's still a bit rough around the edges, so I'm leaving this open for now.

One thing missing is the ability to have blank black cards just in-the-mix like with the comedy writer rule. I feel like that's kinda a weird use case, and the two more common ones (having it as a choice, or forcing all prompts to be written) are supported by the current implementation. If anyone feels that implementation has value, then let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Issues that touch the client side of the game. enhancement A suggestion for a new feature or expansion of an existing feature. server Issues that touch the server side of the game.
Projects
None yet
Development

No branches or pull requests

2 participants