Hello, I am designing a card game (not a CCG) and have decded to make a lackey plugin for it, mainly for my own playtesting purposes.
I had some questions about ways to implement things.
First off, there are no player decks, there is one main common deck which is drawn from. This deck should always have one of each card. I also need a deck or something like a deck available to everyone, has one copy of each card, and allows people to take cards from it and put them in play in their control, but not deplete the deck of that card.
I also am trying to figure out how to implement a key mechanic. Each card is a body part and are played together to make a creature. I am hoping to either be able to have clearly defined areas to put the cards so it is clear which ones are together as one reature, and also an area for the one in progress creature allowed. I also thought of making the parts go into a stack, but the stack would need to enable easy inspection of each card in it.
I am going to try and use the tutorial to figure this stuff out but help of course would be very appreciated