How to overlap cards

I have created a deck, and want to allow players to overlap them face up in such a way that about a half an inch of the left side of the card is exposed and about 3/4 of an inch of the top is shown. The top has the title of the card which I want folks to be able to read when stacked with other cards and the left side has cost and benefit icons. I want this to happen on one board, but not when the cards are in the draw deck.

Any suggestions? Any modules I should look at and reverse engineer? Thanks!

There is an advanced section in Send to Location trait; there you can define an offset by which coordinates of new location is being adjusted every time players triggers the trait.

I would define GP – say, offsetX and offsetY. On each card there would be a Trigger Action trait – it would do two things:

  1. Increase offsetX and offsetY by 1.
  2. Send to Location, which would make use of offsetX and offsetY.