@nodaro/prompts 1.20.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +8181 -7229
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +120 -61
- package/dist/index.d.ts +120 -61
- package/dist/index.js +8082 -7133
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/__tests__/adult-only-ratchet.test.ts +9 -1
- package/src/__tests__/character-motion-audit.test.ts +77 -0
- package/src/__tests__/character-motion-exit-visibility.test.ts +183 -0
- package/src/__tests__/character-motion-partner-referent.test.ts +225 -0
- package/src/__tests__/character-motion.test.ts +11 -4
- package/src/__tests__/fixtures/parameter-hint-golden.json +3 -3
- package/src/__tests__/frame-delivery.test.ts +93 -0
- package/src/__tests__/graph-composed-unwired-identity.test.ts +166 -0
- package/src/__tests__/parameter-prompt-hint.test.ts +9 -3
- package/src/character-motion/animals-pets.ts +112 -85
- package/src/character-motion/athletic-stunts.ts +155 -214
- package/src/character-motion/camera-interaction.ts +92 -133
- package/src/character-motion/combat-weapons.ts +143 -202
- package/src/character-motion/dance.ts +121 -169
- package/src/character-motion/entrances-exits.ts +88 -109
- package/src/character-motion/evasive-falls.ts +88 -130
- package/src/character-motion/everyday-actions.ts +233 -274
- package/src/character-motion/face-expression.ts +125 -178
- package/src/character-motion/gestures.ts +211 -304
- package/src/character-motion/head-gestures.ts +66 -94
- package/src/character-motion/idle-ambient.ts +85 -124
- package/src/character-motion/posture-shifts.ts +116 -139
- package/src/character-motion/runway.ts +73 -97
- package/src/character-motion/stage-performance.ts +92 -127
- package/src/character-motion/turns-looks.ts +86 -112
- package/src/character-motion/two-person.ts +241 -229
- package/src/character-motion/types.ts +4 -1
- package/src/character-motion/unnatural-horror.ts +53 -91
- package/src/character-motion/vehicles-mounts.ts +101 -97
- package/src/character-motion/walks-runs.ts +93 -121
- package/src/character-motion-diagnostics.ts +49 -0
- package/src/character-motion.ts +89 -13
- package/src/frame-delivery.ts +106 -0
- package/src/index.ts +4 -0
- package/src/parameter-prompt-hint.ts +23 -17
- package/src/picker-catalogs.ts +10 -2
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import type { CharacterMotionMetadata } from "@nodaro/shared"
|
|
2
|
+
export type { CharacterMotionMetadata } from "@nodaro/shared"
|
|
3
|
+
|
|
1
4
|
/**
|
|
2
5
|
* Types for the Character Motion catalog. The entry arrays live one file per
|
|
3
6
|
* category under this directory; `../character-motion.ts` aggregates them and
|
|
@@ -27,7 +30,7 @@ export type CharacterMotionCategory =
|
|
|
27
30
|
| "stage-performance"
|
|
28
31
|
| "unnatural-horror"
|
|
29
32
|
|
|
30
|
-
export interface CharacterMotion {
|
|
33
|
+
export interface CharacterMotion extends CharacterMotionMetadata {
|
|
31
34
|
readonly id: string
|
|
32
35
|
readonly label: string
|
|
33
36
|
readonly category: CharacterMotionCategory
|
|
@@ -1,95 +1,57 @@
|
|
|
1
1
|
import type { CharacterMotion } from "./types.js"
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/** unnatural-horror — authored motion fragments. Stable ids survive copy revisions. */
|
|
4
4
|
export const UNNATURAL_HORROR_MOTIONS: ReadonlyArray<CharacterMotion> = [
|
|
5
|
-
{ id: "twitch-head-sideways", label: "Head
|
|
6
|
-
promptHint: "the subject holds the head still, jerks it a few inches to one side in a sharp twitch, holds a beat, then snaps it back to center while the shoulders stay motionless",
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{ id: "
|
|
12
|
-
promptHint: "the subject
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
term: "
|
|
17
|
-
{ id: "
|
|
18
|
-
promptHint: "the subject
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
term: "
|
|
26
|
-
{ id: "
|
|
27
|
-
promptHint: "the subject
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
term: "
|
|
32
|
-
{ id: "
|
|
33
|
-
promptHint: "the subject
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
{ id: "
|
|
39
|
-
promptHint: "the subject
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
{ id: "
|
|
48
|
-
promptHint: "the subject
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
{ id: "
|
|
54
|
-
promptHint: "the subject
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
promptHint: "the subject sits, plants both palms behind the pelvis and lifts the torso belly-up off the floor, then travels sideways on hands and feet with the head tipped back between the shoulders",
|
|
58
|
-
term: "crab-walks sideways" },
|
|
59
|
-
{ id: "twitch-the-fingers", label: "Twitch Fingers", category: "unnatural-horror", description: "Fingers flutter and spasm at the sides",
|
|
60
|
-
promptHint: "the subject holds both arms straight at the sides while the fingers flutter and spasm in rapid irregular bursts, each hand curling half closed and springing open again, the arms never moving",
|
|
61
|
-
term: "twitches the fingers rapidly" },
|
|
62
|
-
{ id: "sway-head-lolling", label: "Loll and Sway", category: "unnatural-horror", description: "Body sways while the head rolls loose",
|
|
63
|
-
promptHint: "the subject shifts the weight from one foot to the other in a continuous sway while the head rolls loose on the neck, tipping shoulder to shoulder with the jaw slack and the eyes half open",
|
|
64
|
-
term: "sways with the head lolling" },
|
|
65
|
-
{ id: "breathe-ragged-heaves", label: "Ragged Heaves", category: "unnatural-horror", description: "Chest and shoulders pump in uneven breaths",
|
|
66
|
-
promptHint: "the subject draws breath in deep uneven heaves, the chest and shoulders rising sharply and dropping, the ribs pulling in between breaths, the rhythm breaking and restarting without ever settling",
|
|
67
|
-
term: "breathes in ragged heaves" },
|
|
68
|
-
{ id: "smile-too-wide", label: "Smile Too Wide", category: "unnatural-horror", description: "Mouth stretches wider than natural, holds",
|
|
69
|
-
promptHint: "the subject draws the corners of the mouth back until the smile stretches wider than the face allows, teeth fully bared, then locks it there while the eyes stay flat and unmoving",
|
|
70
|
-
term: "smiles too wide and holds it" },
|
|
71
|
-
{ id: "stare-then-blink-slowly", label: "Slow Blink Stare", category: "unnatural-horror", description: "Unblinking stare, then one deliberate blink",
|
|
72
|
-
promptHint: "the subject holds a fixed unblinking stare straight ahead, then closes both lids in one slow deliberate blink and opens them again onto the same unmoved stare",
|
|
73
|
-
term: "holds an unblinking stare and blinks slowly" },
|
|
74
|
-
{ id: "tilt-body-from-ankles", label: "Tilt From Ankles", category: "unnatural-horror", description: "Whole body leans sideways past balance",
|
|
75
|
-
promptHint: "the subject stays rigid from head to heel and tips sideways as one piece, pivoting only at the ankles, leaning well past the point of balance and holding there without falling",
|
|
76
|
-
term: "tilts sideways from the ankles" },
|
|
77
|
-
{ id: "scuttle-away-on-fours", label: "Scuttle Away", category: "unnatural-horror", description: "Drops to all fours and scurries off fast",
|
|
78
|
-
promptHint: "the subject drops from standing onto all fours in one motion and scurries away from the camera, the limbs moving in an uneven scramble with the back staying low",
|
|
79
|
-
term: "scuttles away on all fours" },
|
|
80
|
-
{ id: "shudder-head-to-toe", label: "Full Body Shudder", category: "unnatural-horror", description: "One shudder passes from head to feet",
|
|
81
|
-
promptHint: "the subject stands still, then shudders in one continuous wave that travels down from the head through the shoulders, torso and legs, the knees buckling slightly before the body settles",
|
|
82
|
-
term: "shudders from head to toe" },
|
|
83
|
-
{ id: "turn-head-first", label: "Turn Head First", category: "unnatural-horror", description: "Head rotates first, the body follows late",
|
|
84
|
-
promptHint: "the subject turns the head toward the camera first and holds it there, the shoulders and pelvis following a beat later in a separate stiff rotation until the whole body faces forward",
|
|
85
|
-
term: "turns the head before the body" },
|
|
86
|
-
{ id: "shake-head-into-blur", label: "Head Shake Blur", category: "unnatural-horror", description: "Head vibrates side to side, face blurring",
|
|
87
|
-
promptHint: "the subject shakes the head side to side so fast the features blur, the neck loose and the shoulders locked in place, then stops dead on a forward-facing stare",
|
|
88
|
-
term: "shakes the head into a blur" },
|
|
89
|
-
{ id: "rock-back-and-forth", label: "Rock in Place", category: "unnatural-horror", description: "Rocks the torso on one repeating beat",
|
|
90
|
-
promptHint: "the subject sits with the knees drawn up and rocks the torso forward and back on the same repeating beat, the arms wrapped around the shins and the gaze fixed on one spot",
|
|
91
|
-
term: "rocks back and forth in place" },
|
|
92
|
-
{ id: "let-the-jaw-drop", label: "Jaw Drops Open", category: "unnatural-horror", description: "Mouth falls open and stays slack",
|
|
93
|
-
promptHint: "the subject lets the jaw fall open under its own weight until the mouth hangs wide and slack, the lips loose and the tongue still, holding it open while the rest of the face stays blank",
|
|
94
|
-
term: "lets the jaw hang open" },
|
|
5
|
+
{ "id": "twitch-head-sideways", "label": "Head twitch", "category": "unnatural-horror", "description": "Sharp head jerk to one side, then back",
|
|
6
|
+
"promptHint": "the subject holds the head still, jerks it a few inches to one side in a sharp twitch, holds a beat, then snaps it back to center while the shoulders stay motionless", "term": "twitches the head sideways" },
|
|
7
|
+
{ "id": "snap-head-sideways", "label": "Snap head sideways", "category": "unnatural-horror", "description": "Head whips to one side and stops dead",
|
|
8
|
+
"promptHint": "the subject whips the head to one side in a single fast movement and stops it dead, chin over the shoulder, the body unmoved, then holds that position without blinking", "term": "snaps the head to one side" },
|
|
9
|
+
{ "id": "backbend-into-crawl", "label": "Backbend crawl", "category": "unnatural-horror", "description": "Arches backward to the floor, crawls belly-up",
|
|
10
|
+
"promptHint": "the subject arches backward from standing until both palms reach the floor behind them, then advances belly-up on hands and feet, pelvis pushed high, head hanging back between the arms", "term": "backbends into a spider crawl" },
|
|
11
|
+
{ "id": "rise-stiff-from-lying", "label": "Stiff board rise", "category": "unnatural-horror", "description": "Rises from flat to standing without bending",
|
|
12
|
+
"promptHint": "the subject lies flat on their back, then rises to standing as one rigid plank, the whole body pivoting at the heels with no bend at the waist or knees", "term": "rises stiff from lying flat" },
|
|
13
|
+
{ "id": "contort-the-limbs", "label": "Contort limbs", "category": "unnatural-horror", "description": "Joints rotate past their natural range",
|
|
14
|
+
"promptHint": "the subject rotates the elbows and knees past their natural range, the arms folding backward and the wrists turning inward, holding each wrong angle before shifting into the next one", "term": "contorts the limbs unnaturally" },
|
|
15
|
+
{ "id": "jerk-like-marionette", "label": "Marionette jerk", "category": "unnatural-horror", "description": "Limbs snap upward as if pulled on strings",
|
|
16
|
+
"promptHint": "the subject lets the limbs hang loose, then snaps each wrist and knee upward as if yanked from above, the body following in stiff disconnected jerks between slack pauses", "term": "jerks like a marionette" },
|
|
17
|
+
{ "id": "drag-self-forward", "label": "Drag self forward", "category": "unnatural-horror", "description": "Pulls forward on the forearms, legs trailing",
|
|
18
|
+
"promptHint": "the subject lies face down, plants both forearms ahead, and hauls the torso forward across the floor in deliberate pulls, the legs stretched straight behind and sliding along without pushing, repeating the pull forearm over forearm", "term": "drags forward on the forearms" },
|
|
19
|
+
{ "id": "claw-at-the-air", "label": "Claw at air", "category": "unnatural-horror", "description": "Hands rake at empty air near the face",
|
|
20
|
+
"promptHint": "the subject raises both hands to face height and rakes the fingers through empty air in repeated grabbing sweeps, the elbows jerking and the hands closing on nothing each time", "term": "claws at the air" },
|
|
21
|
+
{ "id": "scratch-at-door", "label": "Scratch at door", "category": "unnatural-horror", "description": "Fingernails drag down a door in strokes",
|
|
22
|
+
"promptHint": "the subject presses the fingertips of both hands against the door in front of them and drags the fingernails down the surface in repeated strokes, the fingers curling tighter with each pass as the forehead leans against it", "term": "scratches at a door",
|
|
23
|
+
"requires": ["door"] },
|
|
24
|
+
{ "id": "roll-eyes-back", "label": "Roll eyes back", "category": "unnatural-horror", "description": "Eyes roll up until only the whites show",
|
|
25
|
+
"promptHint": "the subject rolls both eyes upward until only the whites show, the lids staying open and the head drifting back a few degrees, then the pupils drop into place again", "term": "rolls the eyes back" },
|
|
26
|
+
{ "id": "stand-still-then-lunge", "label": "Still then lunge", "category": "unnatural-horror", "description": "Motionless, then one explosive step forward",
|
|
27
|
+
"promptHint": "the subject stands perfectly still with the arms at the sides, then without warning drives one foot forward and lunges the whole body toward the camera, stopping abruptly at full extension", "term": "lunges forward from a dead stop" },
|
|
28
|
+
{ "id": "stutter-step-forward", "label": "Stutter step", "category": "unnatural-horror", "description": "Advances in half steps with hard stops",
|
|
29
|
+
"promptHint": "the subject advances in short abrupt bursts, the body snapping forward a half step at a time with a hard stop between each, the legs barely appearing to carry the motion", "term": "stutter-steps forward in jerks" },
|
|
30
|
+
{ "id": "walk-backward-head-turned", "label": "Walk backward head turned", "category": "unnatural-horror", "description": "Walks backward with the head turned fully",
|
|
31
|
+
"promptHint": "the subject twists the head around over one shoulder until the face points behind them, then walks backward toward where the face is pointing, the feet feeling for the ground while the torso stays squared to the front", "term": "walks backward with the head turned" },
|
|
32
|
+
{ "id": "hang-head-arms-dangle", "label": "Hang head limp", "category": "unnatural-horror", "description": "Head drops forward, arms hang slack",
|
|
33
|
+
"promptHint": "the subject lets the head drop forward until the chin rests on the chest, both arms hanging dead at the sides, the body swaying a little where it stands", "term": "hangs the head, arms dangling" },
|
|
34
|
+
{ "id": "twitch-the-fingers", "label": "Twitch fingers", "category": "unnatural-horror", "description": "Fingers flutter and spasm at the sides",
|
|
35
|
+
"promptHint": "the subject holds both arms straight at the sides while the fingers flutter and spasm in rapid irregular bursts, each hand curling half closed and springing open again, the arms never moving", "term": "twitches the fingers rapidly" },
|
|
36
|
+
{ "id": "sway-head-lolling", "label": "Loll and sway", "category": "unnatural-horror", "description": "Body sways while the head rolls loose",
|
|
37
|
+
"promptHint": "the subject shifts the weight from one foot to the other in a continuous sway while the head rolls loose on the neck, tipping shoulder to shoulder with the jaw slack and the eyes half open", "term": "sways with the head lolling" },
|
|
38
|
+
{ "id": "breathe-ragged-heaves", "label": "Ragged heaves", "category": "unnatural-horror", "description": "Chest and shoulders pump in uneven breaths",
|
|
39
|
+
"promptHint": "the subject draws breath in deep uneven heaves, the chest and shoulders rising sharply and dropping, the ribs pulling in between breaths, the rhythm breaking and restarting without ever settling", "term": "breathes in ragged heaves" },
|
|
40
|
+
{ "id": "smile-too-wide", "label": "Smile too wide", "category": "unnatural-horror", "description": "Mouth stretches wider than natural, holds",
|
|
41
|
+
"promptHint": "the subject draws the corners of the mouth back until the smile stretches wider than the face allows, teeth fully bared, then locks it there while the eyes stay flat and unmoving", "term": "smiles too wide and holds it" },
|
|
42
|
+
{ "id": "stare-then-blink-slowly", "label": "Slow blink stare", "category": "unnatural-horror", "description": "Unblinking stare, then one deliberate blink",
|
|
43
|
+
"promptHint": "the subject holds a fixed unblinking stare straight ahead, then closes both lids in one slow deliberate blink and opens them again onto the same unmoved stare", "term": "holds an unblinking stare and blinks slowly",
|
|
44
|
+
"fixedPace": true },
|
|
45
|
+
{ "id": "tilt-body-from-ankles", "label": "Tilt from ankles", "category": "unnatural-horror", "description": "Whole body leans sideways past balance",
|
|
46
|
+
"promptHint": "the subject stays rigid from head to heel and tips sideways as one piece, pivoting only at the ankles, leaning well past the point of balance and holding there without falling", "term": "tilts sideways from the ankles" },
|
|
47
|
+
{ "id": "scuttle-away-on-fours", "label": "Scuttle away", "category": "unnatural-horror", "description": "Drops to all fours and scurries off fast",
|
|
48
|
+
"promptHint": "the subject drops from standing onto all fours in one motion and scurries away from the camera, the limbs moving in an uneven scramble with the back staying low", "term": "scuttles away on all fours" },
|
|
49
|
+
{ "id": "shudder-head-to-toe", "label": "Full body shudder", "category": "unnatural-horror", "description": "One shudder passes from head to feet",
|
|
50
|
+
"promptHint": "the subject stands still, then shudders in one continuous wave that travels down from the head through the shoulders, torso and legs, the knees buckling slightly before the body settles", "term": "shudders from head to toe" },
|
|
51
|
+
{ "id": "turn-head-first", "label": "Turn head first", "category": "unnatural-horror", "description": "Head rotates first, the body follows late",
|
|
52
|
+
"promptHint": "the subject turns the head toward the camera first and holds it there, the shoulders and pelvis following a beat later in a separate stiff rotation until the whole body faces forward", "term": "turns the head before the body" },
|
|
53
|
+
{ "id": "shake-head-into-blur", "label": "Head shake blur", "category": "unnatural-horror", "description": "Head vibrates side to side, face blurring",
|
|
54
|
+
"promptHint": "the subject shakes the head side to side so fast the features blur, the neck loose and the shoulders locked in place, then stops dead on a forward-facing stare", "term": "shakes the head into a blur" },
|
|
55
|
+
{ "id": "let-the-jaw-drop", "label": "Jaw drops open", "category": "unnatural-horror", "description": "Mouth falls open and stays slack",
|
|
56
|
+
"promptHint": "the subject lets the jaw fall open under its own weight until the mouth hangs wide and slack, the lips loose and the tongue still, holding it open while the rest of the face stays blank", "term": "lets the jaw hang open" },
|
|
95
57
|
]
|
|
@@ -1,101 +1,105 @@
|
|
|
1
1
|
import type { CharacterMotion } from "./types.js"
|
|
2
2
|
|
|
3
|
-
/**
|
|
3
|
+
/** vehicles-mounts — authored motion fragments. Stable ids survive copy revisions. */
|
|
4
4
|
export const VEHICLES_MOUNTS_MOTIONS: ReadonlyArray<CharacterMotion> = [
|
|
5
|
-
{ id: "get-into-car", label: "Get
|
|
6
|
-
promptHint: "the subject pulls the driver door open, plants one foot inside, ducks the head under the frame and drops onto the seat, hauling the door shut behind them",
|
|
7
|
-
|
|
8
|
-
{ id: "get-out-of-car", label: "Get
|
|
9
|
-
promptHint: "the subject shoves the car door open, swings both legs out onto the ground, pushes up off the seat to stand and knocks the door closed with a hip",
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
{ id: "
|
|
15
|
-
promptHint: "the subject
|
|
16
|
-
|
|
17
|
-
{ id: "
|
|
18
|
-
promptHint: "the subject
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
{ id: "
|
|
24
|
-
promptHint: "the subject
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
{ id: "
|
|
30
|
-
promptHint: "the subject
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
term: "
|
|
41
|
-
{ id: "
|
|
42
|
-
promptHint: "the subject
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
{ id: "
|
|
51
|
-
promptHint: "the subject
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
{ id: "
|
|
60
|
-
promptHint: "the subject
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
{ id: "
|
|
75
|
-
promptHint: "the subject
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
term: "
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
term: "
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
term: "
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
term: "
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
term: "
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
term: "
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
term: "
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
term: "
|
|
5
|
+
{ "id": "get-into-car", "label": "Get into driver seat", "category": "vehicles-mounts", "description": "Opens the driver door and gets into the driver seat.",
|
|
6
|
+
"promptHint": "the subject pulls the driver door open, plants one foot inside, ducks the head under the frame and drops onto the seat, hauling the door shut behind them", "term": "gets into the driver seat",
|
|
7
|
+
"requires": ["car with accessible driver seat"], "aliases": ["Get Into Car"] },
|
|
8
|
+
{ "id": "get-out-of-car", "label": "Get out of car", "category": "vehicles-mounts", "description": "Swings both legs out and stands up from the seat",
|
|
9
|
+
"promptHint": "the subject shoves the car door open, swings both legs out onto the ground, pushes up off the seat to stand and knocks the door closed with a hip", "term": "gets out of the car" },
|
|
10
|
+
{ "id": "slide-across-hood", "label": "Slide across hood", "category": "vehicles-mounts", "description": "Hip-slides over the hood and lands on the far side",
|
|
11
|
+
"promptHint": "the subject runs at the car, drops one hip onto the hood and slides across the metal with both legs swinging through, landing on both feet on the far side", "term": "slides across the car hood" },
|
|
12
|
+
{ "id": "drive-off", "label": "Drive off", "category": "vehicles-mounts", "description": "Takes the wheel and pulls the car away",
|
|
13
|
+
"promptHint": "the subject settles both hands onto the steering wheel, checks forward through the windshield, turns the wheel and leans slightly back as the car pulls away", "term": "grips the wheel and drives off" },
|
|
14
|
+
{ "id": "shift-gears", "label": "Shift manual gears", "category": "vehicles-mounts", "description": "Moves a manual gear lever using the nearer hand.",
|
|
15
|
+
"promptHint": "the subject remains seated in the driver seat, grips the manual gear lever with the nearer hand and moves it into the next gear while preserving the established vehicle layout", "term": "shifts manual gears using the nearer hand",
|
|
16
|
+
"startPose": "seated", "endPose": "seated", "requires": ["manual-transmission vehicle"], "aliases": ["Shift Gears", "stick shift"] },
|
|
17
|
+
{ "id": "check-mirror-and-turn", "label": "Check mirror & turn", "category": "vehicles-mounts", "description": "Mirror glance, blind-spot look, then steers around",
|
|
18
|
+
"promptHint": "the subject flicks a glance up to the rearview mirror, turns the head over one shoulder to check the blind spot and feeds the wheel around hand over hand", "term": "checks the mirror and turns" },
|
|
19
|
+
{ "id": "lean-out-car-window", "label": "Lean out window", "category": "vehicles-mounts", "description": "Head and shoulders out into the moving air",
|
|
20
|
+
"promptHint": "the subject rolls the window down, props one forearm on the door frame and leans the head and shoulders out into the rushing air, wind pressing against the face", "term": "leans out the car window" },
|
|
21
|
+
{ "id": "sit-on-car-hood", "label": "Sit on hood", "category": "vehicles-mounts", "description": "Pushes up off both palms to perch on the hood",
|
|
22
|
+
"promptHint": "the subject backs up to the front of the car, plants both palms on the hood and pushes up to perch on the metal with both feet resting on the bumper", "term": "hops up to sit on the car hood" },
|
|
23
|
+
{ "id": "unload-trunk", "label": "Unload the trunk", "category": "vehicles-mounts", "description": "Lifts the trunk lid and hauls out a heavy bag",
|
|
24
|
+
"promptHint": "the subject lifts the trunk lid up on its struts, bends at the knees to take a heavy bag in both hands, hauls it clear and swings the lid down", "term": "lifts a bag from the trunk" },
|
|
25
|
+
{ "id": "put-on-helmet", "label": "Put on helmet", "category": "vehicles-mounts", "description": "Pulls a helmet down and cinches the chin strap",
|
|
26
|
+
"promptHint": "the subject raises a helmet in both hands, spreads the sides over the ears, pulls it down onto the head and cinches the chin strap tight under the jaw", "term": "pulls on a helmet" },
|
|
27
|
+
{ "id": "mount-motorcycle", "label": "Mount motorcycle", "category": "vehicles-mounts", "description": "Swings a leg over the saddle and settles down",
|
|
28
|
+
"promptHint": "the subject grips both handlebars, tips the motorcycle upright off its kickstand, swings one leg over the saddle and settles down with both feet planted on the ground", "term": "swings a leg over the motorcycle" },
|
|
29
|
+
{ "id": "kick-start-engine", "label": "Kick-start engine", "category": "vehicles-mounts", "description": "Stamps down on the kick lever and twists the throttle",
|
|
30
|
+
"promptHint": "the subject rises off the saddle, stamps one foot down hard on the kick lever, drops back onto the seat and twists the throttle grip toward the hip", "term": "kick-starts the engine" },
|
|
31
|
+
{ "id": "lean-into-turn", "label": "Lean motorcycle into turn", "category": "vehicles-mounts", "description": "Drops the inside shoulder and knee into a curve",
|
|
32
|
+
"promptHint": "the subject drops the inside shoulder toward the road, tips the torso and knee down into the curve with the arms angled across the bars, and rises upright again", "term": "leans into the turn",
|
|
33
|
+
"requires": ["motorcycle"], "aliases": ["Lean Into Turn"] },
|
|
34
|
+
{ "id": "dismount-motorcycle", "label": "Dismount motorcycle", "category": "vehicles-mounts", "description": "Swings the trailing leg back over and steps off",
|
|
35
|
+
"promptHint": "the subject kicks the stand down, rises on the footpegs, swings the trailing leg back over the saddle and steps off to stand beside the motorcycle", "term": "steps off the motorcycle" },
|
|
36
|
+
{ "id": "hop-on-bike", "label": "Mount bicycle and ride off", "category": "vehicles-mounts", "description": "Swings onto the bicycle and pedals away.",
|
|
37
|
+
"promptHint": "the subject holds the handlebars, swings one leg over the bicycle, settles onto the saddle and pedals forward with alternating leg strokes", "term": "mounts a bicycle and pedals away",
|
|
38
|
+
"aliases": ["Hop on Bike"], "requires": ["bicycle"], "startPose": "standing", "endPose": "seated", "kind": "compound" },
|
|
39
|
+
{ "id": "brake-and-hop-off", "label": "Brake & hop off", "category": "vehicles-mounts", "description": "Squeezes the brakes and steps clear of the bike",
|
|
40
|
+
"promptHint": "the subject squeezes both brake levers, lifts off the saddle as the bicycle slows, drops one foot to the ground and steps clear while still holding the handlebars", "term": "brakes and hops off the bike" },
|
|
41
|
+
{ "id": "push-scooter", "label": "Push a scooter", "category": "vehicles-mounts", "description": "Kicks off the ground and rolls on one foot",
|
|
42
|
+
"promptHint": "the subject sets one foot on the scooter deck, grips the bars, pushes off the ground with the trailing foot in repeated kicks and tucks that foot up behind as the scooter rolls", "term": "kicks a scooter along" },
|
|
43
|
+
{ "id": "mount-horse", "label": "Mount horse from left", "category": "vehicles-mounts", "description": "Steps into the left stirrup and swings the right leg over the saddle.",
|
|
44
|
+
"promptHint": "the subject stands on the horse’s left, places the left foot in the stirrup, steadies against the saddle, rises and swings the right leg over, then settles into the saddle and finds the right stirrup", "term": "mounts a saddled horse from the left",
|
|
45
|
+
"requires": ["saddled horse"], "startPose": "standing", "endPose": "seated", "kind": "compound", "aliases": ["Mount Horse"] },
|
|
46
|
+
{ "id": "ride-at-walk", "label": "Ride at a walk", "category": "vehicles-mounts", "description": "Sits tall, pelvis rocking with a four-beat gait",
|
|
47
|
+
"promptHint": "the subject sits tall in the saddle with the reins loose in both hands, pelvis rocking forward and back in time with the four-beat footfall of the walking horse", "term": "rides at a walk" },
|
|
48
|
+
{ "id": "gallop-on-horseback", "label": "Gallop", "category": "vehicles-mounts", "description": "Rises into a half-seat low over the horse's neck",
|
|
49
|
+
"promptHint": "the subject rises out of the saddle into a half-seat, leans low over the horse's neck with both hands pushed forward and the knees absorbing each stride as the horse gallops beneath them", "term": "gallops in a half-seat" },
|
|
50
|
+
{ "id": "rein-in-horse", "label": "Rein in", "category": "vehicles-mounts", "description": "Sits deep and draws the reins back to a halt",
|
|
51
|
+
"promptHint": "the subject sits deep into the saddle, draws both reins back toward the pelvis and leans the shoulders back past upright as the horse gathers its hindquarters and slows to a halt", "term": "reins the horse to a halt" },
|
|
52
|
+
{ "id": "dismount-horse", "label": "Dismount horse to left", "category": "vehicles-mounts", "description": "Frees both feet from the stirrups and lowers to the ground on the left.",
|
|
53
|
+
"promptHint": "the subject sits in the saddle, frees both feet from the stirrups, steadies against the saddle, swings the right leg over the horse’s back and lowers to the ground on the left, landing on both feet", "term": "frees both stirrups, dismounting the horse leftward",
|
|
54
|
+
"startPose": "seated", "endPose": "standing", "requires": ["saddled horse"], "kind": "compound", "aliases": ["Dismount Horse"] },
|
|
55
|
+
{ "id": "board-train", "label": "Board the train", "category": "vehicles-mounts", "description": "Steps across the gap as the doors slide shut",
|
|
56
|
+
"promptHint": "the subject steps up across the gap onto the train, grips the door edge for balance and turns to face down the aisle as the doors slide shut behind them", "term": "steps aboard the train" },
|
|
57
|
+
{ "id": "hold-train-strap", "label": "Hold the strap", "category": "vehicles-mounts", "description": "Grips an overhead strap and sways with the car",
|
|
58
|
+
"promptHint": "the subject reaches overhead for a hanging strap, closes a fist around it, sets the feet apart and sways from the shoulders as the train car rocks", "term": "holds an overhead strap" },
|
|
59
|
+
{ "id": "step-off-bus", "label": "Step off bus", "category": "vehicles-mounts", "description": "Takes the handrail down the steps onto the curb",
|
|
60
|
+
"promptHint": "the subject takes the handrail, steps down the bus stairs one tread at a time and drops off the last step onto the curb, releasing the rail to walk on", "term": "steps down off the bus" },
|
|
61
|
+
{ "id": "row-boat", "label": "Row fixed-seat boat", "category": "vehicles-mounts", "description": "Pulls the oars with arms and torso from a fixed seat.",
|
|
62
|
+
"promptHint": "the subject sits on a fixed rowing seat, reaches forward with both oars, draws the handles toward the torso and lifts the blades clear before returning for another stroke, keeping the feet braced", "term": "rows a fixed-seat boat with paired oars",
|
|
63
|
+
"startPose": "seated", "endPose": "seated", "requires": ["fixed-seat rowboat", "paired oars"], "aliases": ["Row a Boat"] },
|
|
64
|
+
{ "id": "paddle-kayak", "label": "Paddle a kayak", "category": "vehicles-mounts", "description": "Alternates blade strokes with a rotating torso",
|
|
65
|
+
"promptHint": "the subject plants the paddle blade forward on one side, pulls it back along the hull with a rotating torso, lifts it out and drops the opposite blade in", "term": "paddles a kayak" },
|
|
66
|
+
{ "id": "hail-taxi", "label": "Hail a taxi", "category": "vehicles-mounts", "description": "Raises one arm toward approaching taxis, then lowers it.",
|
|
67
|
+
"promptHint": "the subject stands beside the curb, raises one arm toward an approaching taxi and lowers the arm as it approaches", "term": "raises an arm to hail a taxi",
|
|
68
|
+
"startPose": "standing", "needsFreeHands": true },
|
|
69
|
+
{ "id": "climb-into-cab", "label": "Climb into truck cab", "category": "vehicles-mounts", "description": "Hauls up on the grab handle into a high truck seat",
|
|
70
|
+
"promptHint": "the subject reaches for the handle inside the door frame, sets one foot on the running board, hauls up and swings across into the high cab seat", "term": "climbs up into the truck cab",
|
|
71
|
+
"requires": ["truck cab"], "aliases": ["Climb Into Cab"] },
|
|
72
|
+
{ "id": "jump-onto-moving-vehicle", "label": "Jump on moving vehicle", "category": "vehicles-mounts", "description": "Sprints alongside and swings onto the running board",
|
|
73
|
+
"promptHint": "the subject sprints alongside the moving vehicle, catches a handhold with one arm, swings both feet off the ground and pulls up onto the running board", "term": "jumps onto a moving vehicle" },
|
|
74
|
+
{ "id": "grip-armrests", "label": "Grip the armrests", "category": "vehicles-mounts", "description": "Hands clamp the armrests as the seat pushes back",
|
|
75
|
+
"promptHint": "the subject settles the spine back into the seat, curls both hands over the ends of the armrests, tightens the grip until the knuckles whiten and the head presses back against the headrest", "term": "grips the armrests" },
|
|
76
|
+
{ "id": "stretch-in-aisle", "label": "Stretch in aisle", "category": "vehicles-mounts", "description": "Stands up out of the seat and reaches overhead",
|
|
77
|
+
"promptHint": "the subject pushes up out of the seat into the narrow aisle, reaches both arms overhead until the spine lengthens, rolls the shoulders back and lowers the arms", "term": "stands and stretches in the aisle" },
|
|
78
|
+
{ "id": "turn-wheelchair-left", "label": "Turn wheelchair left", "category": "vehicles-mounts", "description": "Turn wheelchair left.",
|
|
79
|
+
"term": "turns a manual wheelchair toward their own left", "promptHint": "the subject pushes the hand rims asymmetrically to turn the manual wheelchair toward the subject’s left",
|
|
80
|
+
"requires": ["manual wheelchair"], "startPose": "seated", "endPose": "seated" },
|
|
81
|
+
{ "id": "turn-wheelchair-right", "label": "Turn wheelchair right", "category": "vehicles-mounts", "description": "Turn wheelchair right.",
|
|
82
|
+
"term": "turns a manual wheelchair toward their own right", "promptHint": "the subject pushes the hand rims asymmetrically to turn the manual wheelchair toward the subject’s right",
|
|
83
|
+
"requires": ["manual wheelchair"], "startPose": "seated", "endPose": "seated" },
|
|
84
|
+
{ "id": "drive-powered-wheelchair", "label": "Drive powered wheelchair", "category": "vehicles-mounts", "description": "Drive powered wheelchair.",
|
|
85
|
+
"term": "drives a powered wheelchair forward", "promptHint": "the subject moves the joystick to drive the powered wheelchair steadily forward while remaining seated",
|
|
86
|
+
"requires": ["powered wheelchair"], "startPose": "seated", "endPose": "seated", "aliases": ["electric wheelchair"] },
|
|
87
|
+
{ "id": "stop-powered-wheelchair", "label": "Stop powered wheelchair", "category": "vehicles-mounts", "description": "Stop powered wheelchair.",
|
|
88
|
+
"term": "returns the powered-wheelchair joystick to neutral and stops", "promptHint": "the subject returns the powered-wheelchair joystick to neutral and comes to a controlled stop",
|
|
89
|
+
"requires": ["powered wheelchair"], "startPose": "seated", "endPose": "seated" },
|
|
90
|
+
{ "id": "ride-bicycle-continuously", "label": "Ride bicycle continuously", "category": "vehicles-mounts", "description": "Ride bicycle continuously.",
|
|
91
|
+
"term": "pedals a bicycle continuously", "promptHint": "the subject remains seated on the bicycle and pedals steadily with alternating leg strokes",
|
|
92
|
+
"requires": ["bicycle"] },
|
|
93
|
+
{ "id": "brake-bicycle", "label": "Brake bicycle to stop", "category": "vehicles-mounts", "description": "Brake bicycle to stop.",
|
|
94
|
+
"term": "brakes bicycle to rest and plants one foot", "promptHint": "the subject squeezes the bicycle brake levers, slows to a stop and places one foot on the ground",
|
|
95
|
+
"requires": ["bicycle"] },
|
|
96
|
+
{ "id": "park-bicycle", "label": "Park bicycle", "category": "vehicles-mounts", "description": "Park bicycle.",
|
|
97
|
+
"term": "stops and rests a bicycle on its stand", "promptHint": "the subject stops beside the bicycle, lowers its kickstand and rests the bicycle on it",
|
|
98
|
+
"requires": ["bicycle with kickstand"] },
|
|
99
|
+
{ "id": "enter-car-passenger-seat", "label": "Enter car passenger seat", "category": "vehicles-mounts", "description": "Enter car passenger seat.",
|
|
100
|
+
"term": "opens passenger door and sits in passenger seat", "promptHint": "the subject opens the passenger door, turns to sit in the seat and draws both legs inside",
|
|
101
|
+
"requires": ["car passenger door"] },
|
|
102
|
+
{ "id": "unbuckle-seatbelt", "label": "Unbuckle seat belt", "category": "vehicles-mounts", "description": "Unbuckle seat belt.",
|
|
103
|
+
"term": "unbuckles the seat belt and guides it back", "promptHint": "the subject presses the seat-belt release and guides the belt back toward its anchor",
|
|
104
|
+
"requires": ["fastened seat belt"] },
|
|
101
105
|
]
|