Pilot Card
Pilot status card inspired by NERV's pilot monitoring displays. Shows designation, name, unit assignment, status fields, and check status with color-coded indicators.
Based on the pilot status cards displayed during sync tests showing "FIRST.C REI AYANAMI", "THIRD.C SHINJI IKARI", and "SECOND.C S.ASUKA LANGLEY" with their respective EVA unit assignments.
PilotCard now uses the camera-overlay grammar for subject plates and relay tags. See Camera Overlay Grammar for the rules behind the rounded double plaques and footage-style titling.
Default Card
Overlay Intent
The card is no longer just a boxed data module. Its title plaques behave like subject annotations clipped onto a live relay, while the lower rows stay closer to a rigid monitoring panel. That split is deliberate: soft identification plates above, harder telemetry strips below.
All Three Pilots
Status Variants
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| designation* | string | — | Pilot designation (e.g. 'FIRST.C', 'THIRD.C') |
| name* | string | — | Pilot name |
| unit | string | — | Unit assignment (e.g. 'EVA-01', 'EVA-00') |
| fields | PilotCardField[] | — | Status fields with label, value, and optional status |
| plugNumber | string | — | Connection/plug number |
| checkStatus | 'O.K.' | 'ERROR' | 'OFFLINE' | 'SYNC' | 'O.K.' | Overall check status |
| color | 'red' | 'cyan' | 'green' | 'orange' | 'red' | Color theme |
| imageUrl | string | — | Optional image URL for the pilot |
| animated | boolean | true | Show animated entry |
//PilotCardField
| Prop | Type | Default | Description |
|---|---|---|---|
| label* | string | — | Field label text |
| value* | string | — | Field value text |
| status | 'ok' | 'warning' | 'critical' | 'unknown' | — | Status color indicator |