refactor Heart and Mind profiles into separate files, update references in pfp_from_chat.py and prism_match_overrides.json, and revise Heart-and-Mind.md to reflect new structure
This commit is contained in:
@@ -35,7 +35,8 @@ ROSTER: dict[str, list[str]] = {
|
|||||||
"azure": ["guidingflyer530", "actuallynotazure"],
|
"azure": ["guidingflyer530", "actuallynotazure"],
|
||||||
"starboy": ["starboy_journeys"],
|
"starboy": ["starboy_journeys"],
|
||||||
"jenni": ["jennimilano"],
|
"jenni": ["jennimilano"],
|
||||||
"heart-and-mind": ["heart_cccc", "brush_colourful"],
|
"heart": ["heart_cccc"],
|
||||||
|
"mind": ["brush_colourful"],
|
||||||
"beanie": ["beaniee__"],
|
"beanie": ["beaniee__"],
|
||||||
"raincloud": ["raincloudthedragon"],
|
"raincloud": ["raincloudthedragon"],
|
||||||
}
|
}
|
||||||
@@ -49,7 +50,8 @@ MD_FILES: dict[str, str] = {
|
|||||||
"azure": "Azure.md",
|
"azure": "Azure.md",
|
||||||
"starboy": "Starboy.md",
|
"starboy": "Starboy.md",
|
||||||
"jenni": "Jenni.md",
|
"jenni": "Jenni.md",
|
||||||
"heart-and-mind": "Heart-and-Mind.md",
|
"heart": "Heart.md",
|
||||||
|
"mind": "Mind.md",
|
||||||
"beanie": "Beanie.md",
|
"beanie": "Beanie.md",
|
||||||
"raincloud": "RaincloudTheDragon.md",
|
"raincloud": "RaincloudTheDragon.md",
|
||||||
}
|
}
|
||||||
@@ -265,42 +267,26 @@ def main() -> int:
|
|||||||
|
|
||||||
display = Path(MD_FILES[slug]).stem.replace("-", " ")
|
display = Path(MD_FILES[slug]).stem.replace("-", " ")
|
||||||
|
|
||||||
if slug == "heart-and-mind":
|
logins = ROSTER[slug]
|
||||||
order = [("Heart", "heart_cccc"), ("Mind", "brush_colourful")]
|
for login in logins:
|
||||||
for label, login in order:
|
key = (slug, login)
|
||||||
key = (slug, login)
|
avs = acc.get(key, {})
|
||||||
avs = acc.get(key, {})
|
ordered = sorted(avs.values(), key=lambda x: x.first_at)
|
||||||
ordered = sorted(avs.values(), key=lambda x: x.first_at)
|
if not ordered:
|
||||||
for i, av in enumerate(ordered):
|
continue
|
||||||
fn = f"{login}_{i}.jpg"
|
for i, av in enumerate(ordered):
|
||||||
rel = f"{story_rel}/{fn}"
|
fn = f"{login}_{i}.jpg"
|
||||||
dest = pfp_root / slug / fn
|
rel = f"{story_rel}/{fn}"
|
||||||
if download_as_jpeg(av.url, dest):
|
dest = pfp_root / slug / fn
|
||||||
cap = f"{label} (`{login}`)"
|
if not download_as_jpeg(av.url, dest):
|
||||||
if len(ordered) > 1:
|
|
||||||
cap = f"{cap} — {i + 1}"
|
|
||||||
section_images.append((cap, rel))
|
|
||||||
else:
|
|
||||||
logins = ROSTER[slug]
|
|
||||||
for login in logins:
|
|
||||||
key = (slug, login)
|
|
||||||
avs = acc.get(key, {})
|
|
||||||
ordered = sorted(avs.values(), key=lambda x: x.first_at)
|
|
||||||
if not ordered:
|
|
||||||
continue
|
continue
|
||||||
for i, av in enumerate(ordered):
|
if len(logins) > 1:
|
||||||
fn = f"{login}_{i}.jpg"
|
cap = f"`{login}`"
|
||||||
rel = f"{story_rel}/{fn}"
|
else:
|
||||||
dest = pfp_root / slug / fn
|
cap = display
|
||||||
if not download_as_jpeg(av.url, dest):
|
if len(ordered) > 1:
|
||||||
continue
|
cap = f"{cap} — {i + 1}"
|
||||||
if len(logins) > 1:
|
section_images.append((cap, rel))
|
||||||
cap = f"`{login}`"
|
|
||||||
else:
|
|
||||||
cap = display
|
|
||||||
if len(ordered) > 1:
|
|
||||||
cap = f"{cap} — {i + 1}"
|
|
||||||
section_images.append((cap, rel))
|
|
||||||
|
|
||||||
if not section_images:
|
if not section_images:
|
||||||
print(f"No avatars found for {slug}", file=sys.stderr)
|
print(f"No avatars found for {slug}", file=sys.stderr)
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
"filename_to_prism_name": {
|
"filename_to_prism_name": {
|
||||||
"RaincloudTheDragon.md": "Raincloud",
|
"RaincloudTheDragon.md": "Raincloud",
|
||||||
"NotoriousRooster.md": "Rooster",
|
"NotoriousRooster.md": "Rooster",
|
||||||
|
"Heart.md": "Heart",
|
||||||
|
"Mind.md": "Mind",
|
||||||
"Heart-and-Mind.md": "Heart and Mind",
|
"Heart-and-Mind.md": "Heart and Mind",
|
||||||
"BD.md": "BD"
|
"BD.md": "BD"
|
||||||
},
|
},
|
||||||
|
|||||||
+5
-182
@@ -1,185 +1,8 @@
|
|||||||
# Heart and Mind
|
# Heart and Mind — Index
|
||||||
|
|
||||||
> **Prism-structured profile.** See `PRISM_FORMAT.md`. Fields Prism cannot absorb are preserved under *Extended Canon Notes*.
|
> **Split profiles.** Heart and Mind are one mythic visitation in two bodies. Prism uses **one file per character** — see the individual profiles below.
|
||||||
>
|
|
||||||
> **Format note:** Heart and Mind are written as a **paired visitation** — one mythic presence in two bodies. This single profile covers both. If Prism requires strict character-per-file, split at the coworker's convenience; nothing in the file assumes one-or-two handling.
|
|
||||||
|
|
||||||
---
|
- [Heart](Heart.md) — `Heart_CCCC` / `heart_cccc` — emotional half; clipped commands
|
||||||
|
- [Mind](Mind.md) — `brush_colourful` — cerebral half; announcing register
|
||||||
|
|
||||||
## Appearance
|
Shared canon (visitation beat, `errands.ts`, bubble-interior staging) lives in both files. This index replaces the former combined profile.
|
||||||
|
|
||||||
### Physical Attributes (Heart / `heart_cccc`)
|
|
||||||
|
|
||||||
- **Height:**
|
|
||||||
- **Weight:**
|
|
||||||
- **Build:**
|
|
||||||
- **Hair Color:**
|
|
||||||
- **Hair Style:**
|
|
||||||
- **Eye Color:**
|
|
||||||
- **Skin Tone:**
|
|
||||||
- **Distinguishing Marks:**
|
|
||||||
|
|
||||||
### Physical Attributes (Mind / `brush_colourful`)
|
|
||||||
|
|
||||||
- **Height:**
|
|
||||||
- **Weight:**
|
|
||||||
- **Build:**
|
|
||||||
- **Hair Color:**
|
|
||||||
- **Hair Style:**
|
|
||||||
- **Eye Color:**
|
|
||||||
- **Skin Tone:**
|
|
||||||
- **Distinguishing Marks:**
|
|
||||||
|
|
||||||
### Identity (physical-form)
|
|
||||||
|
|
||||||
- **Sex:** Unspecified and probably beside the point — archetypal function, not demographic beings
|
|
||||||
- **Age:** Not meaningfully human-coded; maturity works more like archetypal function than personal development
|
|
||||||
- **Birth Year:**
|
|
||||||
- **Birth Place:**
|
|
||||||
- **Ethnicity:**
|
|
||||||
- **Nationality:**
|
|
||||||
|
|
||||||
### Production (physical-form)
|
|
||||||
|
|
||||||
- **Dominant Hand:**
|
|
||||||
- **Accent / Dialect:**
|
|
||||||
- **Voice Quality:** Clipped fragments; slightly broken by transmission. Heart: emotional amplitude. Mind: cerebral register.
|
|
||||||
- **Gait / Movement:** Appear suddenly, identify themselves in plain language, vanish back into myth
|
|
||||||
|
|
||||||
### Physical Description
|
|
||||||
|
|
||||||
Less like regular chatters and more like a visitation. Appear suddenly, identify themselves in plain language, speak in clipped fragments, and vanish back into myth. Surreal rather than conversational. **Two-body omen:** one emotional, one cerebral, both slightly broken by transmission. (Implied absence of a third counterpart — the Soul — is part of the read.)
|
|
||||||
|
|
||||||
### Reference Images
|
|
||||||
|
|
||||||
- Heart portrait: `pfp/heart-and-mind/heart_cccc_0.jpg`
|
|
||||||
- Mind portrait: `pfp/heart-and-mind/brush_colourful_0.jpg`
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Wardrobe
|
|
||||||
|
|
||||||
### Costume Notes
|
|
||||||
|
|
||||||
Visitation-coded; no stable material wardrobe. Whatever they wear should look slightly incorrect for the arena — not cosplay, not fashion, not armor.
|
|
||||||
|
|
||||||
### Accessories & Props
|
|
||||||
|
|
||||||
—
|
|
||||||
|
|
||||||
### Era / Period
|
|
||||||
|
|
||||||
Myth / archetype
|
|
||||||
|
|
||||||
### Makeup Notes
|
|
||||||
|
|
||||||
—
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Identity
|
|
||||||
|
|
||||||
### Personality
|
|
||||||
|
|
||||||
Symbolic counterparts. Not built for relationships, not built for court hierarchy. Feel like metaphysical entities briefly ignoring the hierarchy of Rain's court. Interrupt the realm rather than petition its ruler.
|
|
||||||
|
|
||||||
**Heart** — emotional, slightly broken by transmission, issues clipped commands ("Put your viewers back"). **Mind** — cerebral, announces, paired.
|
|
||||||
|
|
||||||
### Background / Backstory
|
|
||||||
|
|
||||||
Appear once in `errands.ts` (first seen 2026-01-30), identify themselves in plain language, then vanish back into myth. Other creatures later refer back to them — the bit has a real afterimage precisely because the appearance was so short.
|
|
||||||
|
|
||||||
### Traits
|
|
||||||
|
|
||||||
- **Interests:** Archetypal interrupts; mythic cameo
|
|
||||||
- **Quirks & Habits:** Clipped fragments; plain self-identification; sudden arrival / sudden departure
|
|
||||||
- **Fears:**
|
|
||||||
- **Skills & Abilities:** Interrupting the movie's logic and leaving everyone else acting like it somehow makes sense
|
|
||||||
|
|
||||||
### Speech
|
|
||||||
|
|
||||||
- **Catch Phrases:** Heart: "Hello im the Heart"; Mind: "and I'm the Mind"; Heart: "Put your viewers back"; Heart: "Lets go mind this is"; Later callback (by other creatures): "who were those two people who said they were the heart and the mind"
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Arc
|
|
||||||
|
|
||||||
### Drive
|
|
||||||
|
|
||||||
- **Motivation:** Archetypal function, not personal development
|
|
||||||
- **Want:** *(n/a — they do not petition, they interrupt)*
|
|
||||||
- **Need:** *(n/a)*
|
|
||||||
|
|
||||||
### Opposition
|
|
||||||
|
|
||||||
- **Conflict:**
|
|
||||||
- **Lie They Believe:**
|
|
||||||
- **Ghost:**
|
|
||||||
|
|
||||||
### Change
|
|
||||||
|
|
||||||
- **Transformation:** Archetype does not change. They arrive, they leave. Residue persists — other creatures remember and reference them afterward.
|
|
||||||
- **Arc Type:** Flat
|
|
||||||
|
|
||||||
### Extended History
|
|
||||||
|
|
||||||
Visitation / heralds / minibosses, per BR function. A strange paired entity that interrupts the movie's logic and leaves everyone else acting like it somehow makes sense. Implied absent third: the Soul.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Relationships
|
|
||||||
|
|
||||||
- **Raincloud** — Indifferent / Archetype — do not seek Rain's approval; clipped commands and sudden appearance make them feel like metaphysical entities briefly ignoring the hierarchy of his court
|
|
||||||
- **Chorus (collectively)** — Mythic Intruders — strongest social footprint is the fact that other creatures remember and reference them afterward
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Production
|
|
||||||
|
|
||||||
### Requirements
|
|
||||||
|
|
||||||
- **Stunt Requirements:** Sudden-appearance / sudden-disappearance staging
|
|
||||||
- **SFX Requirements:** Transmission-broken-fragment audio/visual; blue-holographic-mist bracketing entrance and exit (optional — fits the arena-death VFX language without being a death)
|
|
||||||
|
|
||||||
### Voice Casting
|
|
||||||
|
|
||||||
- **Provider:**
|
|
||||||
- **Voice:** Heart — emotional, slightly broken. Mind — cerebral, announcing. Both clipped.
|
|
||||||
- **Direction:** Do not over-voice them. Clipped fragments. The register is announcement, not conversation.
|
|
||||||
|
|
||||||
### Department Notes
|
|
||||||
|
|
||||||
- **Camera:** Frame them like archetypes, not characters — iconic, unresolved, one-take.
|
|
||||||
- **Sound:**
|
|
||||||
- **AD:**
|
|
||||||
- **Editorial:** Short. Their appearance gets a *real afterimage* specifically because it is brief.
|
|
||||||
|
|
||||||
### Continuity Notes
|
|
||||||
|
|
||||||
Two bodies, one presence. If a later installment introduces the Soul, this entry should be re-scoped into a trinity.
|
|
||||||
|
|
||||||
### Voice Reference
|
|
||||||
|
|
||||||
- **Audio File:**
|
|
||||||
- **Reference Text:**
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Extended Canon Notes
|
|
||||||
|
|
||||||
*Writer-only material preserved from the pre-Prism profile.*
|
|
||||||
|
|
||||||
### Chat-export provenance
|
|
||||||
|
|
||||||
- Observed handles: `Heart_CCCC` as Heart, `brush_colourful` as Mind
|
|
||||||
- Activity: one direct bit in `errands.ts`, then later referenced by chat as a memorable event
|
|
||||||
- First seen: 2026-01-30 in `errands.ts`
|
|
||||||
- Confidence: Medium for the concept, low for the amount of direct dialogue
|
|
||||||
|
|
||||||
### Evidence
|
|
||||||
|
|
||||||
- Heart: "Hello im the Heart"
|
|
||||||
- Mind: "and I'm the Mind"
|
|
||||||
- Heart: "Put your viewers back"
|
|
||||||
- Heart: "Lets go mind this is"
|
|
||||||
- Later callback: "who were those two people who said they were the heart and the mind"
|
|
||||||
|
|||||||
+174
@@ -0,0 +1,174 @@
|
|||||||
|
# Heart
|
||||||
|
|
||||||
|
> **Prism-structured profile.** See `PRISM_FORMAT.md`. Fields Prism cannot absorb are preserved under *Extended Canon Notes*.
|
||||||
|
>
|
||||||
|
> **Paired archetype:** Heart and Mind are one mythic visitation in two bodies. See also [`Mind.md`](Mind.md).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Appearance
|
||||||
|
|
||||||
|
### Physical Attributes
|
||||||
|
|
||||||
|
- **Height:**
|
||||||
|
- **Weight:**
|
||||||
|
- **Build:**
|
||||||
|
- **Hair Color:**
|
||||||
|
- **Hair Style:**
|
||||||
|
- **Eye Color:**
|
||||||
|
- **Skin Tone:**
|
||||||
|
- **Distinguishing Marks:**
|
||||||
|
|
||||||
|
### Identity (physical-form)
|
||||||
|
|
||||||
|
- **Sex:** Unspecified and probably beside the point — archetypal function, not demographic being
|
||||||
|
- **Age:** Not meaningfully human-coded; maturity works like archetypal function rather than personal development
|
||||||
|
- **Birth Year:**
|
||||||
|
- **Birth Place:**
|
||||||
|
- **Ethnicity:**
|
||||||
|
- **Nationality:**
|
||||||
|
|
||||||
|
### Production (physical-form)
|
||||||
|
|
||||||
|
- **Dominant Hand:**
|
||||||
|
- **Accent / Dialect:**
|
||||||
|
- **Voice Quality:** Emotional amplitude; clipped fragments; slightly broken by transmission
|
||||||
|
- **Gait / Movement:** Appears suddenly, identifies in plain language, vanishes back into myth
|
||||||
|
|
||||||
|
### Physical Description
|
||||||
|
|
||||||
|
The **emotional half** of a two-body omen. Less like a regular chatter and more like a visitation — surreal rather than conversational, slightly broken by transmission. Reads as one mythic presence split across two bodies; the implied absence of a third counterpart (the Soul) is part of the paired read.
|
||||||
|
|
||||||
|
### Reference Images
|
||||||
|
|
||||||
|
- Portrait: `pfp/heart/heart_cccc_0.jpg`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Wardrobe
|
||||||
|
|
||||||
|
### Costume Notes
|
||||||
|
|
||||||
|
Visitation-coded; no stable material wardrobe. Whatever appears should look slightly incorrect for the arena — not cosplay, not fashion, not armor.
|
||||||
|
|
||||||
|
### Accessories & Props
|
||||||
|
|
||||||
|
—
|
||||||
|
|
||||||
|
### Era / Period
|
||||||
|
|
||||||
|
Myth / archetype
|
||||||
|
|
||||||
|
### Makeup Notes
|
||||||
|
|
||||||
|
—
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Identity
|
||||||
|
|
||||||
|
### Personality
|
||||||
|
|
||||||
|
Symbolic counterpart to Mind — not built for relationships or court hierarchy. Feels like a metaphysical entity briefly ignoring the hierarchy of Rain's court. **Emotional register:** issues clipped commands; leads the pair's exits.
|
||||||
|
|
||||||
|
### Background / Backstory
|
||||||
|
|
||||||
|
Appears once in `errands.ts` (first seen 2026-01-30), identifies as Heart in plain language, then vanishes back into myth. Other creatures later refer back to the duo — the bit has a real afterimage because the appearance was so short.
|
||||||
|
|
||||||
|
### Traits
|
||||||
|
|
||||||
|
- **Interests:** Archetypal interrupts; mythic cameo
|
||||||
|
- **Quirks & Habits:** Clipped fragments; plain self-identification; sudden arrival / sudden departure; commands rather than petitions
|
||||||
|
- **Fears:**
|
||||||
|
- **Skills & Abilities:** Interrupting the movie's logic and leaving everyone else acting like it somehow makes sense
|
||||||
|
|
||||||
|
### Speech
|
||||||
|
|
||||||
|
- **Catch Phrases:** "Hello im the Heart"; "Put your viewers back"; "Lets go mind this is"
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Arc
|
||||||
|
|
||||||
|
### Drive
|
||||||
|
|
||||||
|
- **Motivation:** Archetypal function, not personal development
|
||||||
|
- **Want:** *(n/a — does not petition, interrupts)*
|
||||||
|
- **Need:**
|
||||||
|
|
||||||
|
### Opposition
|
||||||
|
|
||||||
|
- **Conflict:**
|
||||||
|
- **Lie They Believe:**
|
||||||
|
- **Ghost:**
|
||||||
|
|
||||||
|
### Change
|
||||||
|
|
||||||
|
- **Transformation:** Archetype does not change. Arrives, leaves. Residue persists — other creatures remember and reference the pair afterward.
|
||||||
|
- **Arc Type:** Flat
|
||||||
|
|
||||||
|
### Extended History
|
||||||
|
|
||||||
|
Visitation / herald / miniboss function in BR. Heart is the **emotional** voice of the paired entity that interrupts the movie's logic. In the bubble-interior beat, glances with Mind at the cloak-hem without apparent coordination.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Relationships
|
||||||
|
|
||||||
|
- **Mind** — Paired Archetype — one mythic presence in two bodies; cerebral counterpart
|
||||||
|
- **Raincloud** — Indifferent / Archetype — does not seek Rain's approval; clipped commands make Heart feel like a metaphysical entity briefly ignoring court hierarchy
|
||||||
|
- **Chorus (collectively)** — Mythic Intruder — strongest social footprint is that other creatures remember and reference the pair afterward
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Production
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
- **Stunt Requirements:** Sudden-appearance / sudden-disappearance staging; paired glance beats with Mind
|
||||||
|
- **SFX Requirements:** Transmission-broken-fragment audio/visual; blue-holographic-mist bracketing entrance and exit (optional — fits arena-death VFX language without being a death)
|
||||||
|
|
||||||
|
### Voice Casting
|
||||||
|
|
||||||
|
- **Provider:**
|
||||||
|
- **Voice:** Emotional, slightly broken by transmission. Clipped fragments — announcement, not conversation.
|
||||||
|
- **Direction:** Do not over-voice. The register is command and quatrain, not chat.
|
||||||
|
|
||||||
|
### Department Notes
|
||||||
|
|
||||||
|
- **Camera:** Frame like an archetype, not a regular character — iconic, unresolved, one-take. Always readable as half of a pair when Mind is in frame.
|
||||||
|
- **Sound:**
|
||||||
|
- **AD:**
|
||||||
|
- **Editorial:** Short. The visitation gets a *real afterimage* specifically because it is brief.
|
||||||
|
|
||||||
|
### Continuity Notes
|
||||||
|
|
||||||
|
Always paired with Mind in canon. If a later installment introduces the Soul, re-scope Heart into a trinity with Mind and Soul.
|
||||||
|
|
||||||
|
### Voice Reference
|
||||||
|
|
||||||
|
- **Audio File:**
|
||||||
|
- **Reference Text:**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Extended Canon Notes
|
||||||
|
|
||||||
|
*Writer-only material preserved from the pre-split `Heart-and-Mind.md` profile.*
|
||||||
|
|
||||||
|
### Chat-export provenance
|
||||||
|
|
||||||
|
- Observed handle: `Heart_CCCC` (`heart_cccc`)
|
||||||
|
- Activity: one direct bit in `errands.ts`, then later referenced by chat as a memorable event
|
||||||
|
- First seen: 2026-01-30 in `errands.ts`
|
||||||
|
- Confidence: Medium for the concept, low for the amount of direct dialogue
|
||||||
|
|
||||||
|
### Evidence (Heart lines)
|
||||||
|
|
||||||
|
- "Hello im the Heart"
|
||||||
|
- "Put your viewers back"
|
||||||
|
- "Lets go mind this is"
|
||||||
|
|
||||||
|
### Pair callback (by other creatures)
|
||||||
|
|
||||||
|
- "who were those two people who said they were the heart and the mind"
|
||||||
+172
@@ -0,0 +1,172 @@
|
|||||||
|
# Mind
|
||||||
|
|
||||||
|
> **Prism-structured profile.** See `PRISM_FORMAT.md`. Fields Prism cannot absorb are preserved under *Extended Canon Notes*.
|
||||||
|
>
|
||||||
|
> **Paired archetype:** Heart and Mind are one mythic visitation in two bodies. See also [`Heart.md`](Heart.md).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Appearance
|
||||||
|
|
||||||
|
### Physical Attributes
|
||||||
|
|
||||||
|
- **Height:**
|
||||||
|
- **Weight:**
|
||||||
|
- **Build:**
|
||||||
|
- **Hair Color:**
|
||||||
|
- **Hair Style:**
|
||||||
|
- **Eye Color:**
|
||||||
|
- **Skin Tone:**
|
||||||
|
- **Distinguishing Marks:**
|
||||||
|
|
||||||
|
### Identity (physical-form)
|
||||||
|
|
||||||
|
- **Sex:** Unspecified and probably beside the point — archetypal function, not demographic being
|
||||||
|
- **Age:** Not meaningfully human-coded; maturity works like archetypal function rather than personal development
|
||||||
|
- **Birth Year:**
|
||||||
|
- **Birth Place:**
|
||||||
|
- **Ethnicity:**
|
||||||
|
- **Nationality:**
|
||||||
|
|
||||||
|
### Production (physical-form)
|
||||||
|
|
||||||
|
- **Dominant Hand:**
|
||||||
|
- **Accent / Dialect:**
|
||||||
|
- **Voice Quality:** Cerebral register; clipped fragments; slightly broken by transmission
|
||||||
|
- **Gait / Movement:** Appears suddenly, identifies in plain language, vanishes back into myth
|
||||||
|
|
||||||
|
### Physical Description
|
||||||
|
|
||||||
|
The **cerebral half** of a two-body omen. Less like a regular chatter and more like a visitation — surreal rather than conversational, slightly broken by transmission. Reads as one mythic presence split across two bodies; the implied absence of a third counterpart (the Soul) is part of the paired read.
|
||||||
|
|
||||||
|
### Reference Images
|
||||||
|
|
||||||
|
- Portrait: `pfp/mind/brush_colourful_0.jpg`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Wardrobe
|
||||||
|
|
||||||
|
### Costume Notes
|
||||||
|
|
||||||
|
Visitation-coded; no stable material wardrobe. Whatever appears should look slightly incorrect for the arena — not cosplay, not fashion, not armor.
|
||||||
|
|
||||||
|
### Accessories & Props
|
||||||
|
|
||||||
|
—
|
||||||
|
|
||||||
|
### Era / Period
|
||||||
|
|
||||||
|
Myth / archetype
|
||||||
|
|
||||||
|
### Makeup Notes
|
||||||
|
|
||||||
|
—
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Identity
|
||||||
|
|
||||||
|
### Personality
|
||||||
|
|
||||||
|
Symbolic counterpart to Heart — not built for relationships or court hierarchy. Feels like a metaphysical entity briefly ignoring the hierarchy of Rain's court. **Cerebral register:** announces; paired; follows Heart's lead on exit beats.
|
||||||
|
|
||||||
|
### Background / Backstory
|
||||||
|
|
||||||
|
Appears once in `errands.ts` (first seen 2026-01-30), identifies as Mind in plain language, then vanishes back into myth. Other creatures later refer back to the duo — the bit has a real afterimage because the appearance was so short.
|
||||||
|
|
||||||
|
### Traits
|
||||||
|
|
||||||
|
- **Interests:** Archetypal interrupts; mythic cameo
|
||||||
|
- **Quirks & Habits:** Clipped fragments; plain self-identification; sudden arrival / sudden departure; announcing rather than petitioning
|
||||||
|
- **Fears:**
|
||||||
|
- **Skills & Abilities:** Interrupting the movie's logic and leaving everyone else acting like it somehow makes sense
|
||||||
|
|
||||||
|
### Speech
|
||||||
|
|
||||||
|
- **Catch Phrases:** "and I'm the Mind"
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Arc
|
||||||
|
|
||||||
|
### Drive
|
||||||
|
|
||||||
|
- **Motivation:** Archetypal function, not personal development
|
||||||
|
- **Want:** *(n/a — does not petition, interrupts)*
|
||||||
|
- **Need:**
|
||||||
|
|
||||||
|
### Opposition
|
||||||
|
|
||||||
|
- **Conflict:**
|
||||||
|
- **Lie They Believe:**
|
||||||
|
- **Ghost:**
|
||||||
|
|
||||||
|
### Change
|
||||||
|
|
||||||
|
- **Transformation:** Archetype does not change. Arrives, leaves. Residue persists — other creatures remember and reference the pair afterward.
|
||||||
|
- **Arc Type:** Flat
|
||||||
|
|
||||||
|
### Extended History
|
||||||
|
|
||||||
|
Visitation / herald / miniboss function in BR. Mind is the **cerebral** voice of the paired entity that interrupts the movie's logic. In the bubble-interior beat, glances with Heart at the cloak-hem without apparent coordination.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Relationships
|
||||||
|
|
||||||
|
- **Heart** — Paired Archetype — one mythic presence in two bodies; emotional counterpart
|
||||||
|
- **Raincloud** — Indifferent / Archetype — does not seek Rain's approval; sudden appearance makes Mind feel like a metaphysical entity briefly ignoring court hierarchy
|
||||||
|
- **Chorus (collectively)** — Mythic Intruder — strongest social footprint is that other creatures remember and reference the pair afterward
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Production
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
- **Stunt Requirements:** Sudden-appearance / sudden-disappearance staging; paired glance beats with Heart
|
||||||
|
- **SFX Requirements:** Transmission-broken-fragment audio/visual; blue-holographic-mist bracketing entrance and exit (optional — fits arena-death VFX language without being a death)
|
||||||
|
|
||||||
|
### Voice Casting
|
||||||
|
|
||||||
|
- **Provider:**
|
||||||
|
- **Voice:** Cerebral, announcing. Clipped fragments — announcement, not conversation.
|
||||||
|
- **Direction:** Do not over-voice. One line can carry the whole read.
|
||||||
|
|
||||||
|
### Department Notes
|
||||||
|
|
||||||
|
- **Camera:** Frame like an archetype, not a regular character — iconic, unresolved, one-take. Always readable as half of a pair when Heart is in frame.
|
||||||
|
- **Sound:**
|
||||||
|
- **AD:**
|
||||||
|
- **Editorial:** Short. The visitation gets a *real afterimage* specifically because it is brief.
|
||||||
|
|
||||||
|
### Continuity Notes
|
||||||
|
|
||||||
|
Always paired with Heart in canon. If a later installment introduces the Soul, re-scope Mind into a trinity with Heart and Soul.
|
||||||
|
|
||||||
|
### Voice Reference
|
||||||
|
|
||||||
|
- **Audio File:**
|
||||||
|
- **Reference Text:**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Extended Canon Notes
|
||||||
|
|
||||||
|
*Writer-only material preserved from the pre-split `Heart-and-Mind.md` profile.*
|
||||||
|
|
||||||
|
### Chat-export provenance
|
||||||
|
|
||||||
|
- Observed handle: `brush_colourful`
|
||||||
|
- Activity: one direct bit in `errands.ts`, then later referenced by chat as a memorable event
|
||||||
|
- First seen: 2026-01-30 in `errands.ts`
|
||||||
|
- Confidence: Medium for the concept, low for the amount of direct dialogue
|
||||||
|
|
||||||
|
### Evidence (Mind lines)
|
||||||
|
|
||||||
|
- "and I'm the Mind"
|
||||||
|
|
||||||
|
### Pair callback (by other creatures)
|
||||||
|
|
||||||
|
- "who were those two people who said they were the heart and the mind"
|
||||||
+4
-3
@@ -11,8 +11,9 @@ These profiles were built from 102 TwitchDownloader chat exports in `MixerTwitch
|
|||||||
6. Azure
|
6. Azure
|
||||||
7. Starboy
|
7. Starboy
|
||||||
8. Jenni
|
8. Jenni
|
||||||
9. Heart and Mind
|
9. Heart
|
||||||
10. Beanie
|
10. Mind
|
||||||
|
11. Beanie
|
||||||
|
|
||||||
## Additional Docs
|
## Additional Docs
|
||||||
- `RaincloudTheDragon.md` covers the sovereign host role.
|
- `RaincloudTheDragon.md` covers the sovereign host role.
|
||||||
@@ -24,7 +25,7 @@ These profiles were built from 102 TwitchDownloader chat exports in `MixerTwitch
|
|||||||
- `Azure` is now consolidated from the confirmed handles `guidingflyer530` and `actuallynotazure`.
|
- `Azure` is now consolidated from the confirmed handles `guidingflyer530` and `actuallynotazure`.
|
||||||
- `Ubear` is the canonical name for the creature later seen as `AncientMalgru` / `AnCIentmalGru`; the confirmed alias cluster also includes `verify52w` and `Sky_City_2013`. `imnoob87` remains tentative. **Adventure Quest** runs through his character: **UbearAQ** / AQ Addicts history, the **Ubear** forme’s AQ-style art, and **`AncientMalgru`** as both his alias and the name of a **rare fish item** in AQ. [Ubear.md](Ubear.md) has lore (shapeshifter, favorite **Ubear** forme), design ref, and handle provenance.
|
- `Ubear` is the canonical name for the creature later seen as `AncientMalgru` / `AnCIentmalGru`; the confirmed alias cluster also includes `verify52w` and `Sky_City_2013`. `imnoob87` remains tentative. **Adventure Quest** runs through his character: **UbearAQ** / AQ Addicts history, the **Ubear** forme’s AQ-style art, and **`AncientMalgru`** as both his alias and the name of a **rare fish item** in AQ. [Ubear.md](Ubear.md) has lore (shapeshifter, favorite **Ubear** forme), design ref, and handle provenance.
|
||||||
- `Agate` is still an intentionally sparse read inside the archive itself, but your project notes establish that she predates the captured JSON range.
|
- `Agate` is still an intentionally sparse read inside the archive itself, but your project notes establish that she predates the captured JSON range.
|
||||||
- `Heart and Mind` is based on the one-off `errands.ts` bit, where `Heart_CCCC` introduces himself as Heart and `brush_colourful` introduces himself as Mind, plus later chat references to the duo.
|
- `Heart` and `Mind` are a paired mythic visitation (one presence, two bodies), based on the one-off `errands.ts` bit where `Heart_CCCC` introduces himself as Heart and `brush_colourful` introduces himself as Mind, plus later chat references to the duo. Profiles: [Heart.md](Heart.md), [Mind.md](Mind.md).
|
||||||
- `other-creatures.txt` excludes the currently profiled docs and the confirmed alias consolidations above.
|
- `other-creatures.txt` excludes the currently profiled docs and the confirmed alias consolidations above.
|
||||||
- Primary roster files now include explicit `Relationships` and `Regard for Raincloud` sections based on archive interaction patterns plus your project notes.
|
- Primary roster files now include explicit `Relationships` and `Regard for Raincloud` sections based on archive interaction patterns plus your project notes.
|
||||||
- `Identity` sections are canon-facing notes based on your direct guidance first, with chat logs used only where they support rather than override that canon.
|
- `Identity` sections are canon-facing notes based on your direct guidance first, with chat logs used only where they support rather than override that canon.
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user