Grand Diomande Research · Full HTML Reader

MakePlayingCards.com — Prototype Order Specification

**Date:** 2026-02-12 **Order Type:** Prototype — 15 unique cards × 2 copies (30 cards total) **Product:** Custom Tarot Cards (70×121mm)

Research Backlog proposal experiment writeup candidate score 28 .md

Full Public Reader

MakePlayingCards.com — Prototype Order Specification

Date: 2026-02-12
Order Type: Prototype — 15 unique cards × 2 copies (30 cards total)
Product: Custom Tarot Cards (70×121mm)

---

1. Product Configuration

SettingValue
ProductCustom Tarot Deck
Card Size70mm × 121mm (2.75" × 4.75") — closest to our 70×120mm spec
Cards per Deck15 front designs + 1 universal back
Quantity2 decks
PackagingCustom tuck box with gold foil stamping

---

2. Upload Specifications

File Format Requirements

SpecRequirementOur Source
File FormatPNG or JPEG (300+ DPI)Export from SVG templates
ResolutionMinimum 300 DPI, recommended 600 DPITarget 600 DPI
Color ModeRGB (MPC converts internally)Our SVGs are RGB ✅
File SizeMax 40MB per imageWell within limits

Dimensions with Bleed

Measurementmminchespixels @600DPI
Final Card Size70 × 1212.75" × 4.75"1650 × 2850
Bleed Zone+3mm each side+0.12" each side+71px each side
Full Canvas (with bleed)76 × 1272.99" × 4.99"1792 × 2992
Safe Zone (no trim risk)64 × 1152.52" × 4.52"1508 × 2708

Bleed & Safety Diagram

┌─────────────────────────────┐  ← Full canvas (76×127mm)
│  BLEED ZONE (3mm)           │
│  ┌───────────────────────┐  │  ← Cut line (70×121mm)
│  │  TRIM ZONE (3mm)      │  │
│  │  ┌─────────────────┐  │  │  ← Safe zone (64×115mm)
│  │  │                 │  │  │
│  │  │  ALL IMPORTANT  │  │  │
│  │  │  CONTENT HERE   │  │  │
│  │  │                 │  │  │
│  │  └─────────────────┘  │  │
│  │                       │  │
│  └───────────────────────┘  │
│                             │
└─────────────────────────────┘

Background art: Extend to full canvas (bleed)
Text/logos: Keep within safe zone

---

3. SVG → PNG Export Pipeline

Step-by-Step Conversion

bash
# 1. Export each SVG to high-res PNG (600 DPI)
# Our SVGs are 70×120mm — need to extend to 76×127mm for MPC bleed

# Using Inkscape CLI (recommended):
inkscape \
  --export-type=png \
  --export-dpi=600 \
  --export-width=1792 \
  --export-height=2992 \
  input.svg \
  --export-filename=output.png

# Using rsvg-convert:
rsvg-convert \
  -w 1792 -h 2992 \
  --format png \
  input.svg > output.png

# Using ImageMagick (from existing PNG):
convert input.png \
  -resize 1792x2992 \
  -quality 100 \
  output.png

Bleed Handling

Our SVGs are designed at 70×120mm. MPC needs 76×127mm with bleed. Options:

Option A: Extend SVG backgrounds (Recommended)
1. Update SVG viewBox from `0 0 70 120` to `-3 -3 76 127`
2. Extend background gradient/color 3mm past each edge
3. Export at 76×127mm

Option B: Canvas extension post-export
1. Export SVG at native 70×120mm → 1650×2835 px @600DPI
2. Extend canvas to 1792×2992 px using edge-stretch
3. Background extends naturally; text stays centered

Option C: Use print-assembly.js
- Our existing `scripts/print-assembly.js` already handles bleed zones
- Run assembly script → export individual card PNGs with bleed

---

4. Card-by-Card Upload Map

Front Faces (15 cards)

Upload SlotCard IDSVG Source FileStockFoil Option
Front 01MFP-001`L1-MFP-001-varianta.svg`S30None
Front 02MFP-002`L1-MFP-002-varianta.svg`S33None
Front 03MFP-003`L1-MFP-003-varianta.svg`A35Gold cold foil (border)
Front 04MFP-004`L1-MFP-004-varianta.svg`S30None
Front 05MFP-006`L1-MFP-006-varianta.svg`A35Silver cold foil (border)
Front 06MFP-007`L1-MFP-007-varianta.svg`M28None
Front 07MFP-009`L1-MFP-009-varianta.svg`A35Gold cold foil (border)
Front 08MFP-013`L1-MFP-013-varianta.svg`S30None
Front 09MFP-015`L1-MFP-015-varianta.svg`A35Holographic cold foil (front)
Front 10MFP-018`L1-MFP-018-varianta.svg`A35Holographic cold foil (front)
Front 11MFP-019`L1-MFP-019-varianta.svg`S30None
Front 12MFP-021`L1-MFP-021-varianta.svg`S33None
Front 13MFP-030`L1-MFP-030-varianta.svg`A35Holographic cold foil (front)
Front 14MFP-043`L1-MFP-043-varianta.svg`S33None
Front 15MFP-045`L1-MFP-045-varianta.svg`A35Holo cold foil (front+back)

Back Faces (45 unique per-card backs)

> ⚠️ STRATEGY UPDATE 2026-05-08: The deck uses 45 unique chapter-portal backs, not 1 universal. Each card's back carries chapter title + color gradient + integrated QR code linking to its in-app reflection content. The back IS the in-app portal.

For the 15-card prototype, upload the 15 matching unique backs:

Upload SlotCard IDBack Source FileNotes
Back 01MFP-001`card-back-01-print.png`Passion / red gradient
Back 02MFP-002`card-back-02-print.png`Passion
Back 03MFP-003`card-back-03-print.png`Passion (Rare, gold foil border)
Back 04MFP-004`card-back-04-print.png`Time / blue
Back 05MFP-006`card-back-06-print.png`Time (Rare, silver foil)
Back 06MFP-007`card-back-07-print.png`Healing / green
Back 07MFP-009`card-back-09-print.png`Healing (Rare, gold foil + spot UV)
Back 08MFP-013`card-back-13-print.png`Transcendence / violet
Back 09MFP-015`card-back-15-print.png`Transcendence (Epic, full holo back too)
Back 10MFP-018`card-back-18-print.png`Hope (Epic, full holo back too)
Back 11MFP-019`card-back-19-print.png`Confidence / orange
Back 12MFP-021`card-back-21-print.png`Confidence
Back 13MFP-030`card-back-30-print.png`Potential (Epic, full holo back too)
Back 14MFP-043`card-back-43-print.png`Transcendence
Back 15MFP-045`card-back-45-print.png`Life / Legendary (full holo front+back)

> ⚠️ Render Pipeline Pending 2026-05-08: Existing rendered backs at `editions/standard-final/card-back-NN.png` and `editions/standard-v2/card-back-NN.png` are the wrong aspect ratio (poker 0.811) for tarot print spec (0.599). Need to re-render all 45 backs at tarot proportions (1792×2992 px @ 600dpi with 3mm bleed). Source: existing back generators at `physical-cards/svg-templates/master-generator.js` + `editions/` rendering scripts. Cards 40-45 don't have rendered backs yet (need to be created from scratch).
>
> ⚠️ MPC Limitation: All cards in one deck share the same stock. MPC also typically charges per unique back design — this prototype with 15 unique backs may cost more than the original $83-146 estimate; budget could rise to $200-280. Confirm with MPC before submitting.

---

5. Multi-Deck Stock Test Orders

Since MPC requires uniform stock per deck, split into sub-orders:

Deck A: Standard Smooth (S30) — 4 cards

CardFoil
MFP-001None
MFP-004None
MFP-013None
MFP-019None

Deck B: Superior Smooth / Black Core (S33) — 3 cards

CardFoil
MFP-002None
MFP-021None
MFP-043None

Deck C: Linen (M28) — 1 card

CardFoil
MFP-007None

> Note: MPC minimum is 10 cards per tarot deck. We may need to duplicate cards or add placeholder cards to reach minimum. Alternative: order as "custom cards" rather than "tarot deck" if custom allows fewer cards.

Deck D: Thick Standard (A35) — 7 cards

CardFoil
MFP-003Gold cold foil (border)
MFP-006Silver cold foil (border)
MFP-009Gold cold foil (border)
MFP-015Holographic cold foil (front)
MFP-018Holographic cold foil (front)
MFP-030Holographic cold foil (front)
MFP-045Holographic cold foil (front+back)

Alternative Approach: Single Combined Deck

If testing individual stocks isn't critical for the first prototype:
- Order all 15 cards on A35 (Thick Standard) — the heaviest/most premium
- Focus the prototype on testing: print quality, foil effects, color accuracy, triptych alignment
- Test stock differences on a separate MPC card stock sample order ($5-10)

Recommended: Alternative approach — one order is simpler, cheaper, and tests the most important variables (foil and print quality).

---

6. Foil Mask Preparation

For cards with cold foil, MPC requires a separate foil mask file:

Foil Mask Specifications

SpecRequirement
FormatPNG, same dimensions as card
ColorsBlack = foil area, White = no foil
ResolutionSame as card file (600 DPI)
AlignmentMust be pixel-perfect with front face

Cards Needing Foil Masks

CardFoil TypeMask Area
MFP-003Gold borderRarity border frame only
MFP-006Silver borderRarity border frame only
MFP-009Gold border + spot UVBorder frame + kintsugi golden joins
MFP-015Full holo frontEntire front face (all black mask)
MFP-018Full holo frontEntire front face (all black mask)
MFP-030Full holo frontEntire front face (all black mask)
MFP-045Full holo front+backBoth faces full coverage

Generating Foil Masks

bash
# For border-only foil (Rare cards):
# Extract border layer from SVG → export as black-on-white PNG

# For full-face foil (Epic/Legendary):
# Create solid black rectangle matching card dimensions
convert -size 1792x2992 xc:black foil-mask-full.png

---

7. Packaging — Custom Tuck Box

SpecValue
Box TypeCustom tuck box
Card Count15 cards
ExteriorFull color print + gold foil stamping (logo)
InteriorWhite (standard)
FinishMatte lamination exterior

Tuck Box Upload Specs

DimensionValue
TemplateDownload from MPC after deck configuration
Resolution300+ DPI
Bleed3mm (same as cards)
Design ElementsMFP logo (gold foil), "Prototype Edition" text, card count

---

8. Order Checklist

Pre-Order Preparation

  • [ ] Export all 15 front card SVGs to 600 DPI PNG (1792×2992px with bleed)
  • [ ] Export universal back SVG to 600 DPI PNG (1792×2992px with bleed)
  • [ ] Create foil mask PNGs for 7 foiled cards (black = foil area)
  • [ ] Design tuck box exterior (front, back, spine, flaps)
  • [ ] Verify all text is within safe zone (64×115mm)
  • [ ] Verify backgrounds extend to full bleed (76×127mm)
  • [ ] Color-check all PNGs on a calibrated monitor

MPC Order Steps

1. Go to: https://www.makeplayingcards.com/design/design-your-own-tarot-cards.html
2. Select: Custom Tarot Cards
3. Configure deck size: 15-18 cards (pad to minimum if needed)
4. Select card stock: A35 (Thick Standard) — or split into multiple orders
5. Select printing: Full color front, full color back
6. Select foil option: Per card as mapped above
7. Upload front faces (15 files)
8. Upload back face (1 file, applied to all)
9. Upload foil masks for applicable cards
10. Configure tuck box (upload artwork)
11. Select quantity: 2 decks
12. Review proof preview
13. Add to cart and checkout

Post-Order

  • [ ] Save order confirmation number
  • [ ] Download/screenshot proof previews
  • [ ] Note expected delivery date
  • [ ] Order NTAG215 stickers from Amazon (50 pack) concurrently

---

9. Estimated Cost

ItemQuantityEst. Unit PriceEst. Total
Tarot deck (15-18 cards, A35 thick)2$15-25 | $30-50
Gold cold foil option+$5-10/deck | $10-20
Holographic cold foil option+$8-15/deck | $16-30
Gold gilt edge (MFP-018, 045)+$3-5/deck | $6-10
Custom tuck box with foil2$8-12 | $16-24
Shipping (standard to USA)$5-12
Total Estimate$83-146

> Note: Multiple stock options may require separate orders, increasing cost. Single-stock approach recommended for prototype.

---

10. MPC Useful Links

ResourceURL
Tarot Card Creatorhttps://www.makeplayingcards.com/design/design-your-own-tarot-cards.html
Card Stock Sampleshttps://www.makeplayingcards.com/design/card-stock-sample.html
Foil Card Optionshttps://www.makeplayingcards.com/promotional/mpc-impressions-foil-deck.html
Shipping Infohttps://www.makeplayingcards.com/shipping.aspx
File Requirementshttps://www.makeplayingcards.com/pops/faq-photo.html

---

Spec complete. Ready to order once SVG → PNG exports are done.

Promotion Decision

Attach run IDs, datasets, metrics, and reproduction commands.

Source Anchor

projects/Meaning-Full-Power/physical-cards/MPC_ORDER_SPEC.md

Detected Structure

Evaluation · Figures · Code Anchors · Architecture