"Quantum" Enhancements#305
Conversation
|
In this same line, could be useful to have something like is_id() for quantum IDs, Incase you wanted to make, say, a Joker or Enhancement that makes a card count as multiple ranks. |
|
There's been discussions on the topic of quantum ranks, it's turned out quite complicated to handle straights efficiently if that is implemented, though the rank checking process would have to be normalized for other ranks as well while respecting custom ones. That's a pretty big blocker I think, but feel free to have a go at it |
I see. Might give it a look some day once I have some more free time |
|
updated my todo list |
|
this is feature complete I think now |
Aurelius7309
left a comment
There was a problem hiding this comment.
Looks fine for the most part, but I've noticed stone/no_suit/no_rank enhancements are unsupported as extra enhancement due to checking for just the main center. Also how should cards that have both all_suits and no_suit behave? this is relevant for poker hand evaluation

Allows Jokers (and other effects, theoretically) to make playing cards act as if they have multiple enhancements.
Features:
Todo: