| Latest version | 0.0.6 |
|---|---|
| Minimum Core | 14 |
| Compatible Core | 14 |
| Last updated | 1 month ago |
| Created | 1 month ago |
| Authors | |
| Languages |
|
| Systems | All systems |
| Project source | Project URL |
A Foundry VTT module that makes every card draw feel like a moment
Drawing a card from the Deck of Many Things should be a table-stopping event — not a tiny thumbnail in a sidebar. Epic 3D Card Reveal turns every card into a gorgeous full-screen showpiece: the card floats in front of a dimmed screen, tilts in 3D as you move your mouse, catches the light with a subtle glint, and flips over with a satisfying animation — complete with a triumphant chime — when you click it.
That's it. No configuration needed — it looks great out of the box.
| Setting | Default | What it does |
|---|---|---|
| 🖱️ Enable clickable card icons | On | Makes card thumbnails in the sidebar, deck windows, and chat open the 3D viewer. |
| 💬 Send revealed cards to chat | On | Posts a clickable card preview to chat — whispered to the GM when a card is viewed privately, public when it's shared. |
| 📜 Send card description to chat | Off | Adds the card's description to the chat preview — perfect for lore decks like the PF2e Harrow Deck. Reads the Card's own description field and renders its rich text and links. Cards with no description (and plain images shown via the API) are unaffected. |
The three menus below are GM-only and let you set the defaults for your whole world:
Click Configure Card Appearance in the module settings to open a dedicated window where you can style your cards:
0 to turn the glow off and leave the card edgeless).Click Configure Reveal Sound to choose the sound that plays when a card is revealed:
Not a coder? Click Open Macro Builder to fill in a simple form and get a ready-to-run macro that displays any image — or draws from one of your decks — as a full 3D card. No scripting required.
Want to show any image as a gorgeous 3D card from a macro, or build on top of the viewer? The viewer is scriptable through the EpicCards global.
EpicCards.Display(...) — the core feature: render any image with the animated 3D presentation.EpicCards.Dealer(...) — an optional helper for when you're working with real card decks. It ties Foundry's card logic (drawing into a discard pile, finding a card across stacks) to the viewer, so your macro or module can move cards and show the animated card in one step — no need to reimplement the deck/pile plumbing yourself.Prefer not to write code? Open the Macro Builder (module settings → Open Macro Builder, or call EpicCards.MacroBuilder()) to generate a finished macro from a form.
See docs/API.md for the full reference and ready-to-paste macro examples.
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: epic-3d-card-reveal or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.