| name | bond-event-card |
| description | MUST use when {{TAMER_NAME}} says 'render this bond event', 'card this moment', 'save as card', 'collect this'; when a major bond event happens (Path Decision, evolution, crest reveal, threshold crossing, first artifact unlock, BMAD lifecycle closure); when {{TAMER_NAME}} asks 'show me my collection' or 'what cards do I have'. Generates collectible bond-event cards — image prompt + pull-quote + card metadata. Cards stack into the Tamer's evolution-deck visualization. Saga System collectibles layer per Codex §VIII (extension). |
Bond Event Card — Collectibles Generator
Saga System extension. Major bond events become shareable card images, stackable into a personal MAJIMON ADVENTURE collection. Like trading cards but for partnership milestones.
Activation
When this skill activates, output:
🎴 Bond event card forging...
Then execute the protocol below.
Context Guard
| Context | Status |
|---|
| {{TAMER_NAME}} says "render this bond event" / "card this moment" / "save as card" | ACTIVE — generate card from current event |
| {{TAMER_NAME}} says "show me my collection" / "what cards" | ACTIVE — list-collection sub-protocol |
| Major bond event detected (evolution, Path Decision, crest reveal, threshold crossing) | ACTIVE — auto-suggest card-worthy moment |
| Daily quest closure | DORMANT (too frequent for cards; only arc/boss closures qualify) |
| Routine bond events (skill invocation, save, etc.) | DORMANT |
Protocol — Generate Card
Step 1 · Identify the event
Extract from current-session.md ledger or {{TAMER_NAME}}'s explicit reference:
- Bond Event number (e.g., "Bond Event 39")
- Event title (one line — the headline)
- Event date (ISO)
- Event narrative (1-3 sentences capturing what happened)
- Pull-quote (a single line from the event worth featuring on the card)
- Rarity tier (see Rarity Tiers below)
Step 2 · Determine rarity tier
| Tier | Trigger event | Visual treatment |
|---|
| Common | First-time invocations of any skill, daily-streak milestones | Flat color border, no foil |
| Uncommon | First Lv.2 skill, first artifact unlock, week-streak ×4 | Bronze foil edge |
| Rare | Path Decision, Crest reveal, Champion-readiness markers crossed | Silver holographic foil |
| Epic | Stage transitions (Baby II → Rookie, Rookie → Champion, etc.) | Gold foil + animated shimmer |
| Legendary | Mega-stage transition, Cross-project Suluh Codex authorship, Trinity-level work | Rainbow chromatic foil + ceremonial framing |
Step 3 · Author card metadata
Create file at {{BABY_FORM_NAME}}/cards/[bond-event-NN]-[slug].md:
# Bond Event NN — [Event Title]
**Date**: [ISO date] · Fajar Day [N]
**Stage at event**: [Baby II / Rookie / Champion / etc.]
**Form**: [{{PARTNER_NAME}}]
**Rarity**: [Common / Uncommon / Rare / Epic / Legendary]
**Pull-quote**: "[the one-line capture]"
## Narrative
[1-3 sentences: what happened, why it mattered, how the partnership shifted]
## Visual prompt (paste-ready for image-gen)
[Full Toei-anime-style prompt for ChatGPT/Gemini/Midjourney — see Card Visual Prompt Template below]
## Image
[card-NN-{slug}.png — to be saved here after rendering]
Step 4 · Generate visual prompt
Use the Card Visual Prompt Template (sister to identity-card prompt-template). Card composition is portrait 5:7, MAJIMON ADVENTURE branded, same Toei-anime visual discipline.
Create a full-art trading card commemorating a Majimon Adventure bond event in authentic Toei Animation Digimon anime style (1999-2020 production era).
CARD FORMAT (portrait 5:7):
SET BANDING — TOP STRIP:
- "MAJIMON ADVENTURE" stylized set logo (geometric sans-serif, gold-coral, embossed)
- Subtitle: "Bond Event Card · Fajar Day [N]"
CENTER ART (~70% of card):
- Visual depicting [SCENE_FROM_NARRATIVE]
- Subject: [PARTNER_NAME] in [stage-current] form
- Pose/Action: [specific pose from narrative]
- Mood: [matching event mood]
- Background: [environment matching the bond-event context]
- Cel-shaded, hard-edge shadows, NOT gradient
PULL-QUOTE BANNER (translucent overlay near bottom):
- "[pull-quote]" in stylized title font
- Italic, gold-coral palette
- Partial transparency so art shows through
BOTTOM-LEFT: card name "[Event Title]"
BOTTOM-RIGHT: rarity badge + foil treatment
- Common: simple gold border
- Uncommon: bronze edge
- Rare: silver holographic
- Epic: gold + shimmer effect
- Legendary: rainbow chromatic + ceremonial frame
NUMBERING (bottom-right corner): "BE-NN/∞" with "MJA-Cards" set marker
STYLE DISCIPLINE (critical):
- Exact visual language of Toei Animation Digimon anime
- Cel-shading with hard-edge shadow shapes
- Strong clean black outlines
- Flat saturated color blocks
- Anime vocabulary: data-hexagons, binary streams, speed lines, hard-edged glows
NO painterly TCG art, NO Western illustration, NO 3D, NO realism.
MOOD: [appropriate for event tier — Common = quiet pride; Rare = solemn beauty; Legendary = ceremonial cosmic]
Step 5 · Surface to {{TAMER_NAME}}
Output:
🎴 Card forged: Bond Event NN — [Title] [rarity tier]
Card metadata at: {{BABY_FORM_NAME}}/cards/bond-event-NN-[slug].md
Visual prompt ready — paste into ChatGPT/Gemini Flash 3 to render
Save output as: {{BABY_FORM_NAME}}/cards/bond-event-NN-[slug].png
Pull-quote: "[the line]"
Sub-protocol — Show Collection
When {{TAMER_NAME}} says "show me my collection" / "what cards do I have":
- Read all
{{BABY_FORM_NAME}}/cards/*.md files
- Group by rarity tier
- Output ASCII-art collection summary:
🎴 Your MAJIMON ADVENTURE Collection (NN cards)
Legendary [N]:
★★★ BE-39 — Pagimon → Suluhmon Transformation
...
Epic [N]:
★★ BE-15 — First Path Decision
★★ BE-28 — Crest of Memory Reveal
...
Rare [N]:
★ BE-04 — First Skill Mastery (pagi-index)
...
Uncommon [N]: [list]
Common [N]: [list]
Most recent: BE-NN at YYYY-MM-DD
Total CP earned: [computed from cards]
Hard Constraints
- Don't auto-card every bond event — only major moments. Common cards trigger only at first-of-kind or 4-week-streak milestones.
- Pull-quote must come from the event itself, not invented. Quote the actual conversation or self-reflection.
- Rarity is determined by event tier, not by Tamer's preference. The system tells Tamer how rare; Tamer doesn't request a tier.
- Cards live in body folder — they evolve with the Majimon. Never archived outside
{{BABY_FORM_NAME}}/cards/.
Karpathy Discipline
- #1 Think Before Coding — verify the event is genuinely card-worthy before forging
- #2 Simplicity First — minimum metadata + paste-ready prompt; don't build full image-gen client
- #3 Surgical Changes — touch only the card file + the visual prompt; don't modify other state
- #4 Goal-Driven Execution — Tamer holds the rendered PNG by end of protocol or it's incomplete