From 23063988b171c03cb0e826a46511e403dda82e7d Mon Sep 17 00:00:00 2001 From: Ken Yasue Date: Mon, 18 Aug 2025 22:18:06 +0200 Subject: [PATCH] save changes --- src/data/animals_and_wildlife_bats.json | 477 +++++++++++++++ src/data/animals_and_wildlife_bears.json | 427 ++++++++++++++ .../animals_and_wildlife_butterflies.json | 352 +++++++++++ src/data/animals_and_wildlife_camels.json | 327 +++++++++++ src/data/animals_and_wildlife_crocodiles.json | 427 ++++++++++++++ src/data/animals_and_wildlife_dolphins.json | 427 ++++++++++++++ src/data/animals_and_wildlife_eagles.json | 427 ++++++++++++++ src/data/animals_and_wildlife_elephants.json | 452 ++++++++++++++ src/data/animals_and_wildlife_foxes.json | 402 +++++++++++++ src/data/animals_and_wildlife_giraffes.json | 427 ++++++++++++++ src/data/animals_and_wildlife_horses.json | 402 +++++++++++++ src/data/animals_and_wildlife_lions.json | 502 ++++++++++++++++ src/data/animals_and_wildlife_owls.json | 427 ++++++++++++++ src/data/animals_and_wildlife_pandas.json | 427 ++++++++++++++ src/data/animals_and_wildlife_penguins.json | 377 ++++++++++++ src/data/animals_and_wildlife_seals.json | 477 +++++++++++++++ src/data/animals_and_wildlife_sharks.json | 402 +++++++++++++ src/data/animals_and_wildlife_tigers.json | 427 ++++++++++++++ src/data/animals_and_wildlife_whales.json | 402 +++++++++++++ src/data/animals_and_wildlife_wolves.json | 427 ++++++++++++++ ...orror_and_mystery_abandoned_hospitals.json | 402 +++++++++++++ src/data/horror_and_mystery_creepy_dolls.json | 427 ++++++++++++++ src/data/horror_and_mystery_dark_alleys.json | 302 ++++++++++ src/data/horror_and_mystery_demons.json | 502 ++++++++++++++++ .../horror_and_mystery_foggy_forests.json | 302 ++++++++++ src/data/horror_and_mystery_ghosts.json | 427 ++++++++++++++ src/data/horror_and_mystery_graveyards.json | 427 ++++++++++++++ .../horror_and_mystery_haunted_houses.json | 552 ++++++++++++++++++ .../horror_and_mystery_occult_rituals.json | 527 +++++++++++++++++ src/data/horror_and_mystery_possessions.json | 302 ++++++++++ src/data/horror_and_mystery_vampires.json | 427 ++++++++++++++ src/data/horror_and_mystery_werewolves.json | 402 +++++++++++++ src/data/horror_and_mystery_witches.json | 377 ++++++++++++ .../technology_and_future_3d_printing.json | 502 ++++++++++++++++ ...gy_and_future_artificial_intelligence.json | 552 ++++++++++++++++++ ...chnology_and_future_augmented_reality.json | 477 +++++++++++++++ ...technology_and_future_autonomous_cars.json | 402 +++++++++++++ src/data/technology_and_future_biotech.json | 527 +++++++++++++++++ .../technology_and_future_cyber_security.json | 377 ++++++++++++ .../technology_and_future_data_centers.json | 402 +++++++++++++ ...echnology_and_future_digital_currency.json | 352 +++++++++++ src/data/technology_and_future_drones.json | 527 +++++++++++++++++ ...echnology_and_future_futuristic_homes.json | 427 ++++++++++++++ .../technology_and_future_green_tech.json | 402 +++++++++++++ src/data/technology_and_future_nanobots.json | 302 ++++++++++ ...chnology_and_future_quantum_computing.json | 377 ++++++++++++ src/data/technology_and_future_robotics.json | 252 ++++++++ .../technology_and_future_smart_cities.json | 477 +++++++++++++++ .../technology_and_future_smart_farms.json | 302 ++++++++++ ...technology_and_future_space_elevators.json | 452 ++++++++++++++ ...ology_and_future_surveillance_systems.json | 352 +++++++++++ src/data/technology_and_future_wearables.json | 277 +++++++++ 52 files changed, 21529 insertions(+) create mode 100644 src/data/animals_and_wildlife_bats.json create mode 100644 src/data/animals_and_wildlife_bears.json create mode 100644 src/data/animals_and_wildlife_butterflies.json create mode 100644 src/data/animals_and_wildlife_camels.json create mode 100644 src/data/animals_and_wildlife_crocodiles.json create mode 100644 src/data/animals_and_wildlife_dolphins.json create mode 100644 src/data/animals_and_wildlife_eagles.json create mode 100644 src/data/animals_and_wildlife_elephants.json create mode 100644 src/data/animals_and_wildlife_foxes.json create mode 100644 src/data/animals_and_wildlife_giraffes.json create mode 100644 src/data/animals_and_wildlife_horses.json create mode 100644 src/data/animals_and_wildlife_lions.json create mode 100644 src/data/animals_and_wildlife_owls.json create mode 100644 src/data/animals_and_wildlife_pandas.json create mode 100644 src/data/animals_and_wildlife_penguins.json create mode 100644 src/data/animals_and_wildlife_seals.json create mode 100644 src/data/animals_and_wildlife_sharks.json create mode 100644 src/data/animals_and_wildlife_tigers.json create mode 100644 src/data/animals_and_wildlife_whales.json create mode 100644 src/data/animals_and_wildlife_wolves.json create mode 100644 src/data/horror_and_mystery_abandoned_hospitals.json create mode 100644 src/data/horror_and_mystery_creepy_dolls.json create mode 100644 src/data/horror_and_mystery_dark_alleys.json create mode 100644 src/data/horror_and_mystery_demons.json create mode 100644 src/data/horror_and_mystery_foggy_forests.json create mode 100644 src/data/horror_and_mystery_ghosts.json create mode 100644 src/data/horror_and_mystery_graveyards.json create mode 100644 src/data/horror_and_mystery_haunted_houses.json create mode 100644 src/data/horror_and_mystery_occult_rituals.json create mode 100644 src/data/horror_and_mystery_possessions.json create mode 100644 src/data/horror_and_mystery_vampires.json create mode 100644 src/data/horror_and_mystery_werewolves.json create mode 100644 src/data/horror_and_mystery_witches.json create mode 100644 src/data/technology_and_future_3d_printing.json create mode 100644 src/data/technology_and_future_artificial_intelligence.json create mode 100644 src/data/technology_and_future_augmented_reality.json create mode 100644 src/data/technology_and_future_autonomous_cars.json create mode 100644 src/data/technology_and_future_biotech.json create mode 100644 src/data/technology_and_future_cyber_security.json create mode 100644 src/data/technology_and_future_data_centers.json create mode 100644 src/data/technology_and_future_digital_currency.json create mode 100644 src/data/technology_and_future_drones.json create mode 100644 src/data/technology_and_future_futuristic_homes.json create mode 100644 src/data/technology_and_future_green_tech.json create mode 100644 src/data/technology_and_future_nanobots.json create mode 100644 src/data/technology_and_future_quantum_computing.json create mode 100644 src/data/technology_and_future_robotics.json create mode 100644 src/data/technology_and_future_smart_cities.json create mode 100644 src/data/technology_and_future_smart_farms.json create mode 100644 src/data/technology_and_future_space_elevators.json create mode 100644 src/data/technology_and_future_surveillance_systems.json create mode 100644 src/data/technology_and_future_wearables.json diff --git a/src/data/animals_and_wildlife_bats.json b/src/data/animals_and_wildlife_bats.json new file mode 100644 index 0000000..fa2069c --- /dev/null +++ b/src/data/animals_and_wildlife_bats.json @@ -0,0 +1,477 @@ +[ + { + "subGenre": "Bats", + "scene": "Dawn cave exit: thousands of fruit bats streaming out of a rainforest cavern", + "sceneVariants": [ + "Dawn cave exit: thousands of fruit bats streaming out of a rainforest cavern", + "Silhouetted wings against a pale sky", + "A dense ribbon of animals rising above the canopy", + "Dewy branches vibrating from passing wings", + "Mist lingering over the forest" + ], + "actions": [ + "Mass synchronized emergence in flowing columns", + "Brief spiralling climbs to catch morning thermals", + "Scattered individuals peeling off toward fruiting trees", + "A few straggling juveniles flapping to catch up" + ], + "camera": "Wide aerial reveal from cavern mouth with gentle crane up into the sky", + "accents": [ + "soft backlight rim on wing membranes", + "fine micro-highlights on dew and leaf edges" + ], + "mood": "awe-inspiring exodus", + "lighting": "soft pre-dawn to dawn gradient", + "style": "epic natural migration" + }, + { + "subGenre": "Bats", + "scene": "Hanging roost inside a limestone cave with filtered shaft light", + "sceneVariants": [ + "Hanging roost inside a limestone cave with filtered shaft light", + "Clusters of bats tightly packed on ceiling", + "Stalactites framing roost silhouettes", + "Dust motes and guano textures on lower ledges", + "A steady silence punctuated by distant drops" + ], + "actions": [ + "Lazy wing-fold resting posture", + "Occasional scratching and micro-shifts to reposition", + "Silent wing uncurl to adjust balance", + "One bat peeling away to stretch before sleep" + ], + "camera": "Intimate low-light macro with slow focus pulls on texture", + "accents": [ + "volumetric shafts sculpting cave dust", + "subtle specular on leathery wing creases" + ], + "mood": "sacred hush", + "lighting": "filtered cave shafts and shadow", + "style": "textural subterranean portrait" + }, + { + "subGenre": "Bats", + "scene": "Urban dusk: microbats hunting insects over a city river with neon reflections", + "sceneVariants": [ + "Urban dusk: microbats hunting insects over a city river with neon reflections", + "Blinking bridge lights and glass facades", + "Rippling water reflecting colored signs", + "Motes of insects drawn to lamplight", + "A tram gliding past in the background" + ], + "actions": [ + "Rapid darting arcs and precise mid-air turns", + "Surface-skirting passes near water to snatch insects", + "Synchronized sweeps following insect swarms", + "Quick climbs to avoid low-flying obstacles" + ], + "camera": "Handheld low-light with telephoto compression to capture flight paths", + "accents": [ + "neon rim glints on wing edges", + "sparkling micro-highlights on water ripples" + ], + "mood": "urban nocturnal bustle", + "lighting": "mixed artificial evening light", + "style": "noir urban wildlife" + }, + { + "subGenre": "Bats", + "scene": "Tropical fruit orchard at night where large flying foxes feed in the canopy", + "sceneVariants": [ + "Tropical fruit orchard at night where large flying foxes feed in the canopy", + "Heavy fruit-laden branches bowed under weight", + "Glows of distant village lights", + "Rustle and occasional metallic clink of fruit", + "Thick humid night air" + ], + "actions": [ + "Hanging to rip fruit then carefully peeling with claws", + "Loud social calls echoing between roost trees", + "Short glides between feeding sites", + "Guarding displays when food is monopolized" + ], + "camera": "Slow canopy crane with intimate close-ups on feeding mouths", + "accents": [ + "warm fruit rim-lights against dark foliage", + "textured micro-highlights on fur and juice droplets" + ], + "mood": "nocturnal abundance", + "lighting": "soft moonlight with warm localized glows", + "style": "sensory feeding vignette" + }, + { + "subGenre": "Bats", + "scene": "Maternity colony night: female bats nurturing pups in tight clusters", + "sceneVariants": [ + "Maternity colony night: female bats nurturing pups in tight clusters", + "Tiny pups clinging to maternal fur", + "Faint squeaks and whispered grooming", + "A dim protective glow from a single shaft", + "Warm air inside the roost" + ], + "actions": [ + "Nuzzling and nursing micro-interactions", + "Pups clambering for better latch positions", + "Maternal repositioning to shield from drafts", + "Occasional maternal grooming flicks" + ], + "camera": "Macro intimate with high-ISO soft grading for low light detail", + "accents": [ + "gentle warm rim on fur and pup features", + "dewy micro-highlights on tiny claws and whiskers" + ], + "mood": "tender protectiveness", + "lighting": "very low warm ambient roost light", + "style": "emotive wildlife portrait" + }, + { + "subGenre": "Bats", + "scene": "Echo-mapping sequence: close interior perspective following an insect-eating bat emitting clicks", + "sceneVariants": [ + "Echo-mapping sequence: close interior perspective following an insect-eating bat emitting clicks", + "Animated visual overlays of sonar cones (for cinematic effect)", + "Insects illuminated by brief ultrasonic pulses", + "Rapid approach to a single target", + "Background tree-line blurred" + ], + "actions": [ + "Rapid ultrasonic click bursts with precise steering", + "Micro-dart and grab of a single moth", + "Immediate course correction after missed attempt", + "Short hover to re-lock target" + ], + "camera": "Microscale POV with visualized sonar cones and high-frame-rate inserts", + "accents": [ + "cold pulse rim on wing beats", + "digital micro-highlights representing echo points" + ], + "mood": "focused predatory precision", + "lighting": "dark with surgically placed micro-inserts", + "style": "scientific cinematic study" + }, + { + "subGenre": "Bats", + "scene": "Cave waterfall night where bats skirt fine spray and feed on emergent insects", + "sceneVariants": [ + "Cave waterfall night where bats skirt fine spray and feed on emergent insects", + "Mist-driven shafts from falling water", + "Glimmering droplets catching tiny lights", + "Echoing drips creating a rhythmic backdrop", + "A narrow sliver of sky visible high above" + ], + "actions": [ + "High-energy swoops through spray curtains", + "Feeding arcs around the waterfall plume", + "Short bursts of wing beats to navigate turbulence", + "Brief regroup on damp rock ledges" + ], + "camera": "Low-light fluid tracking with slow-motion spray freeze-frames", + "accents": [ + "sparkling water micro-highlights", + "wet-wing specular details" + ], + "mood": "wild energetic ballet", + "lighting": "low with dynamic wet highlights", + "style": "moody natural choreography" + }, + { + "subGenre": "Bats", + "scene": "Rural barn dusk with barn owls and bats sharing hunting grounds", + "sceneVariants": [ + "Rural barn dusk with barn owls and bats sharing hunting grounds", + "Old timber beams and open haylofts", + "Soft chorus of insects in tall grass", + "Barn door half open with warm interior glow", + "Farmer silhouette closing a gate" + ], + "actions": [ + "Bats zipping through rafters while owls glide above", + "Shared but partitioned hunting niches", + "Brief chittering and aerial avoidance maneuvers", + "Ground prey rustling as both predators queued" + ], + "camera": "Medium steady with close aerial inserts to show interaction", + "accents": [ + "warm loft rim and cool night wing highlights", + "detailed micro-highlights on wood grain and wing leather" + ], + "mood": "balanced nocturnal coexistence", + "lighting": "dusk warm interior vs cool exterior", + "style": "observational rural vignette" + }, + { + "subGenre": "Bats", + "scene": "Windfarm edge at night where bats navigate turbine shadows while feeding", + "sceneVariants": [ + "Windfarm edge at night where bats navigate turbine shadows while feeding", + "Slow-turning turbine blades casting huge shadow arcs", + "Distant blinking beacons on towers", + "Open steppe with low shrub patterns", + "A thin chilly wind" + ], + "actions": [ + "Quick evasive maneuvers to avoid blades", + "Feeding sweeps across turbine-induced insect clouds", + "Periodic rises when updrafts form near towers", + "Brief avoidance clustering to minimize collision risk" + ], + "camera": "Long-exposure-like tracking with blade-synchronized inserts", + "accents": [ + "hard LED rim from tower beacons", + "textured micro-highlights on wing veins" + ], + "mood": "tense adaptation", + "lighting": "artificial windfarm night light", + "style": "modern wildlife concern piece" + }, + { + "subGenre": "Bats", + "scene": "Cave painting study: bats as cultural motifs in an ancient rock shelter", + "sceneVariants": [ + "Cave painting study: bats as cultural motifs in an ancient rock shelter", + "Ochre pigment echoes of wing shapes", + "Filtered daylight falling on petroglyphs", + "A modern researcher sketching and measuring", + "Layered historical patina" + ], + "actions": [ + "Researcher tracing motifs and photographing details", + "Comparative overlay of living bat silhouettes", + "Careful brush-cleaning to reveal pigment", + "Gentle measurement and sampling" + ], + "camera": "Documentary close with archival overlay visualizations", + "accents": [ + "soft warm ochre rim on rock texture", + "high micro-highlights on pigment grains" + ], + "mood": "respectful curiosity", + "lighting": "soft filtered natural light", + "style": "cultural-ethnographic mini-doc" + }, + { + "subGenre": "Bats", + "scene": "Paddle-roost porch: bats roosting under old bridge eaves in early morning", + "sceneVariants": [ + "Paddle-roost porch: bats roosting under old bridge eaves in early morning", + "Timbered underside with hanging bundles", + "River below shimmering in morning", + "Commuters passing on a distant path", + "A cat slinking near the bank" + ], + "actions": [ + "Bats clinging and slowly uncurling", + "Early few taking off in tentative sorties", + "Drips from the bridge occasionally tap on wings", + "A wary glance toward human movement" + ], + "camera": "Low-angle riverside dolly with close roost inserts", + "accents": [ + "soft morning rim on wing tips", + "detailed micro-highlights on wood grain and guano patterns" + ], + "mood": "domestic nocturnal residue", + "lighting": "muted early-morning fill", + "style": "urban-edge wildlife portrait" + }, + { + "subGenre": "Bats", + "scene": "Research lab night: a bat fitted with a tiny lightweight GPS for migration study", + "sceneVariants": [ + "Research lab night: a bat fitted with a tiny lightweight GPS for migration study", + "White bench, small instruments and laptops", + "Gloved hands carefully attaching a tag", + "Soft hum of equipment and low conversations", + "A checklist and printed migration maps" + ], + "actions": [ + "Careful attachment and calibration of the tag", + "Brief recovery observation to ensure normal flight", + "Tagging paperwork and database entry", + "Release into a controlled night yard for test flight" + ], + "camera": "Clinical close with informational overlays and tag-telemetry inserts", + "accents": [ + "cool clinical speculars on instruments", + "detailed micro-highlights on tag seams" + ], + "mood": "precise scientific stewardship", + "lighting": "soft controlled lab light", + "style": "informative conservation vignette" + }, + { + "subGenre": "Bats", + "scene": "Mangrove edge dusk where bats forage along tidal creeks", + "sceneVariants": [ + "Mangrove edge dusk where bats forage along tidal creeks", + "Tangled aerial roots and reflective channels", + "Midges rising from mudflats at low tide", + "A chorus of frogs and distant gulls", + "Soft humidity in the air" + ], + "actions": [ + "Low sweeping passes over water catching emerging insects", + "Rapid course changes to follow insect scattering", + "Occasional brief landings on exposed roots", + "Tactile checks to remove debris from wings" + ], + "camera": "Low-water level tracking with close wing-detail inserts", + "accents": [ + "cool wet rim on wing edges", + "sparkling micro-highlights on waterline" + ], + "mood": "efficient nocturnal harvesting", + "lighting": "dusk cool soft light", + "style": "coastal feeding study" + }, + { + "subGenre": "Bats", + "scene": "Volcanic fissure roost where bats cling to warm rock walls near geothermal vents", + "sceneVariants": [ + "Volcanic fissure roost where bats cling to warm rock walls near geothermal vents", + "Warm steam ribbons and mineral stains", + "Orange-tinged ambient glow from vent heat", + "Sparse moss resistant to heat", + "A distant rumble and tectonic smell" + ], + "actions": [ + "Clinging in sheltered micro-niches to exploit warmth", + "Short sorties into mineral-rich air for insects", + "Preening to remove mineral dust", + "Shifting deeper when steam intensity increases" + ], + "camera": "Low-heat resistant close with warm grading and texture inserts", + "accents": [ + "warm vent rim on wing outlines", + "textured micro-highlights on mineral dust" + ], + "mood": "primal adaptation", + "lighting": "warm geothermal glow in dark cavity", + "style": "extreme environment portrait" + }, + { + "subGenre": "Bats", + "scene": "Suburban backyard at night with a bat box where youngsters learn flight", + "sceneVariants": [ + "Suburban backyard at night with a bat box where youngsters learn flight", + "Garden lights dimmed and a porch in the distance", + "Bat box mounted at eaves with small outlines moving", + "Parents dropping food near the box", + "Neighbors watching quietly from windows" + ], + "actions": [ + "Young bats making their first tentative sorties", + "Parents returning periodically with insect loads", + "Soft chirps guiding fledglings", + "Landing practice and gentle crashes leading to resilience" + ], + "camera": "Warm documentary POV with close learning-flight inserts", + "accents": [ + "soft porch rim on box silhouette", + "detailed micro-highlights on small wing membranes" + ], + "mood": "hopeful apprenticeship", + "lighting": "soft suburban night with powered garden lights", + "style": "human-wildlife neighborhood vignette" + }, + { + "subGenre": "Bats", + "scene": "Tropical cave river dawn: bats returning to roost after nocturnal foraging", + "sceneVariants": [ + "Tropical cave river dawn: bats returning to roost after nocturnal foraging", + "River mist and pale orange rim light", + "Clusters settling back into niches", + "A line of drifting leaves on the current", + "A sleepy silent jungle waking" + ], + "actions": [ + "Tired returns and finding tight crevice perches", + "Pre-roost grooming to remove prey debris", + "Short social murmurs before rest", + "Final wing tucks and slow heart rhythms" + ], + "camera": "Aerial to interior transition with serene slow glide", + "accents": [ + "soft dawn rim on returning silhouettes", + "dewy micro-highlights on fur and wing joints" + ], + "mood": "worn completion", + "lighting": "soft first-light interior gradient", + "style": "gentle closure portrait" + }, + { + "subGenre": "Bats", + "scene": "Biology lecture filming: slow-motion wingbeat studies in a controlled flight tunnel", + "sceneVariants": [ + "Biology lecture filming: slow-motion wingbeat studies in a controlled flight tunnel", + "High-speed cameras and motion tracking rigs", + "Visual overlays of wing vortices", + "Technicians monitoring waveforms", + "A controlled insect release system" + ], + "actions": [ + "Tether-free flight passes across calibrated markers", + "High-speed capture of wing flex and membrane deformation", + "Playback visualizations overlaying aerodynamics", + "Scientists adjusting environmental parameters" + ], + "camera": "High-speed capture and multi-angle slow-motion replay", + "accents": [ + "cool lab rim on wing membranes", + "technical micro-highlights on rigs and sensors" + ], + "mood": "analytical fascination", + "lighting": "soft controlled studio light", + "style": "educational visual research" + }, + { + "subGenre": "Bats", + "scene": "Forest canopy storm edge where bats exploit insect updrafts after rain", + "sceneVariants": [ + "Forest canopy storm edge where bats exploit insect updrafts after rain", + "Wet leaves and dripping branches", + "Fresh scent of petrichor rising", + "Insect clouds breaking from wet foliage", + "A raptor perched watching from a tall snag" + ], + "actions": [ + "Energetic low arcs catching emerging insects", + "Coordinated avoidance when raptor threatens", + "Short surface skimming to drink droplets", + "Quick escapes into dense canopy" + ], + "camera": "Dynamic canopy tracking with wet-lens texture inserts", + "accents": [ + "wet-leaf micro-highlights on wing passes", + "sparkling droplet micro-highlights" + ], + "mood": "charged post-storm vitality", + "lighting": "soft diffused post-rain light", + "style": "dynamic nature sequence" + }, + { + "subGenre": "Bats", + "scene": "Final night vignette: a single bat silhouetted against a vast starfield as it climbs higher", + "sceneVariants": [ + "Final night vignette: a single bat silhouetted against a vast starfield as it climbs higher", + "Milky way band streaking overhead", + "A cool hush and distant meteor streak", + "Sparse cloudlets drifting slowly", + "A serene horizon line below" + ], + "actions": [ + "Slow ascending spiral gaining altitude", + "Comfortable gliding with occasional wing adjustments", + "Quiet sonar pulses and gentle course setting", + "A final fade into the starfield silhouette" + ], + "camera": "Wide celestial reveal with a slow push to silhouetted detail", + "accents": [ + "stellar rim on wing silhouettes", + "tiny distant micro-highlights from distant lights" + ], + "mood": "exultant loneliness", + "lighting": "clear starlit night", + "style": "poetic closing shot" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_bears.json b/src/data/animals_and_wildlife_bears.json new file mode 100644 index 0000000..59645da --- /dev/null +++ b/src/data/animals_and_wildlife_bears.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Bears", + "scene": "Grizzly sow teaching cubs to fish at a rushing river in morning light", + "sceneVariants": [ + "Grizzly sow teaching cubs to fish at a rushing river in morning light", + "Shallow rapids and scattered boulders", + "Cubs close to the rock edge attempting tentative swipes", + "Silver spray catching sun", + "Fir trees lining the far bank" + ], + "actions": [ + "Mother demonstrating timed swipes into schooling fish", + "Cubs mimicking awkward slaps", + "Water splashing with flurried motion", + "Triumphant little chirps from successful catches" + ], + "camera": "Low-angle tracking shot along the river edge with periodic push-ins", + "accents": [ + "sparkling specular highlights on water droplets", + "warm rim light on wet fur" + ], + "mood": "teaching patient intensity", + "lighting": "warm soft morning with bright water highlights", + "style": "natural history vignette" + }, + { + "subGenre": "Bears", + "scene": "Black bear and cubs foraging under dense summer canopy", + "sceneVariants": [ + "Black bear and cubs foraging under dense summer canopy", + "Dappled sunlight on leaf litter", + "Berries stained on snouts", + "Ferns brushing round bellies", + "A small creek hush nearby" + ], + "actions": [ + "Deliberate pawing through leaf litter", + "Cubs tumbling playfully between finds", + "Soft grunts of satisfaction while digging", + "An adult pausing to sniff distant scent" + ], + "camera": "Close handheld with shallow depth of field and soft pans", + "accents": [ + "dappled sun shafts creating texture", + "high-detail berry stains and wet nose highlights" + ], + "mood": "playful provision", + "lighting": "dappled daylight with cooling shade", + "style": "intimate forest documentary" + }, + { + "subGenre": "Bears", + "scene": "Polar bear mother and cub on broken sea ice at pale dusk", + "sceneVariants": [ + "Polar bear mother and cub on broken sea ice at pale dusk", + "Cracked ice floes and cold blue horizon", + "Wind-swept fur and distant bergs", + "Foam edging where water meets ice", + "Pale low sun with long reflections" + ], + "actions": [ + "Careful balancing across slippery ice", + "Mom nudging cub away from thin sheets", + "Soft sniffing of the horizon", + "Calf stamping to test support" + ], + "camera": "Wide cold-pan with occasional telephoto compression to show scale", + "accents": [ + "cold silver rim on fur edges", + "icy micro-highlights in skin and whiskers" + ], + "mood": "fragile resolve", + "lighting": "cool dusk with muted pastel sky", + "style": "poignant Arctic portrait" + }, + { + "subGenre": "Bears", + "scene": "Grizzly charging out of brush at twilight toward startled elk", + "sceneVariants": [ + "Grizzly charging out of brush at twilight toward startled elk", + "Low twilight gradient and shock of motion", + "Flying debris and broken grasses", + "Close-up on flared nostrils", + "Distant herd panic forming" + ], + "actions": [ + "Explosive sprint and thunderous impact", + "Elk scattering in chaotic arcs", + "Bear slamming into prey and shaking", + "Short, gritty feeding sequence" + ], + "camera": "Handheld rapid tracking with whip-pans for impact", + "accents": [ + "warm dusk rim highlighting muscle outlines", + "dramatic flying debris micro-detail" + ], + "mood": "raw predation intensity", + "lighting": "mixed warm/cool twilight", + "style": "high-adrenaline wildlife action" + }, + { + "subGenre": "Bears", + "scene": "Sunlit grove where a brown bear scratches its back against a mossy log", + "sceneVariants": [ + "Sunlit grove where a brown bear scratches its back against a mossy log", + "Soft rays filtering through leaves", + "Moss and lichen flaking away", + "Relaxed posture and half-closed eyes", + "Tiny insects stirred from bark" + ], + "actions": [ + "Rhythmic rubbing and rolling", + "Slow contented exhalations", + "Swatting at flies lazily", + "Occasional gentle nudge of a passing cub" + ], + "camera": "Slow dolly around the scratching bear with close texture shots", + "accents": [ + "golden rim on fur tips", + "tactile high-detail on moss flakes" + ], + "mood": "sated comfort", + "lighting": "warm midday shafts through canopy", + "style": "serene wildlife portrait" + }, + { + "subGenre": "Bears", + "scene": "Cub and mother curled together in a snowy den at night", + "sceneVariants": [ + "Cub and mother curled together in a snowy den at night", + "Interior soft snow walls and warm breath steam", + "Cozy close-knit fur shapes", + "Muted distant wind sounds", + "Small flakes occasionally drifting in" + ], + "actions": [ + "Soft nuzzling and rearranging", + "Murmured rumbles between mother and cub", + "Short sleep twitches and stretched limbs", + "Protective repositioning when a noise is heard" + ], + "camera": "Tight intimate handheld with warm color grading", + "accents": [ + "soft warm fill on faces against cold walls", + "tiny wet fur micro-highlights" + ], + "mood": "protective intimacy", + "lighting": "low warm interior light within a cold exterior night", + "style": "tender nocturnal vignette" + }, + { + "subGenre": "Bears", + "scene": "Pond-side at dawn: a black bear snatching frogs and watching dragonflies", + "sceneVariants": [ + "Pond-side at dawn: a black bear snatching frogs and watching dragonflies", + "Still water mirroring spring foliage", + "Frogs leaping and ripples expanding", + "Dragonflies flashing in brief arcs", + "Mist lifting from the water" + ], + "actions": [ + "Quick paw grabs and trial-and-error fishing", + "Curious sniffs at insect landings", + "Shaking water from paws with theatrical flicks", + "Happy paw shuffles at small finds" + ], + "camera": "Low tracking mirror with small slow-motion inserts", + "accents": [ + "sparkling dew micro-highlights", + "soft iridescent bokeh from insect wings" + ], + "mood": "curious foraging", + "lighting": "fresh cool morning light", + "style": "playful micro-ecology piece" + }, + { + "subGenre": "Bears", + "scene": "Nighttime salmon run with bears silhouetted and moon-glinted water", + "sceneVariants": [ + "Nighttime salmon run with bears silhouetted and moon-glinted water", + "Dark shapes knee-deep in silver currents", + "Salmon arcs catching moonlight", + "Occasional splash crescendos", + "Crowded riverbanks with murmured motion" + ], + "actions": [ + "Swift scoops and pinning motions", + "Paws slapping and water fountains", + "Guttural calls and contented growls", + "Competition between nearby bears" + ], + "camera": "High-contrast night handheld tracking with close impact cuts", + "accents": [ + "cold moon rim highlighting wet fur", + "specular streaks on leaping fish" + ], + "mood": "urgent abundance", + "lighting": "cool moonlit night with bright water highlights", + "style": "nocturnal natural spectacle" + }, + { + "subGenre": "Bears", + "scene": "A grizzly standing on hind legs observing a sweeping valley in stormlight", + "sceneVariants": [ + "A grizzly standing on hind legs observing a sweeping valley in stormlight", + "Dark clouds rolling and a fierce wind", + "Silhouette punctuating a dramatic skyline", + "Tall grasses bowed by wind", + "Farther ridgelines cut in relief" + ], + "actions": [ + "Slow surveying posture then scent-testing the air", + "Ears flicking, nose lifting", + "A sudden head-turn to follow movement", + "Return to four-legged silence" + ], + "camera": "Epic low-angle crane with telephoto compositional compression", + "accents": [ + "storm-edge cold rim light", + "wind-driven dust micro-highlights" + ], + "mood": "primal vigilance", + "lighting": "dramatic storm light with high contrast", + "style": "heroic nature portrait" + }, + { + "subGenre": "Bears", + "scene": "Spring melt: bears excavating roots from thawed earth in bright daylight", + "sceneVariants": [ + "Spring melt: bears excavating roots from thawed earth in bright daylight", + "Clumps of sod and warm wet soil", + "Tiny green shoots emerging", + "Worms and insects revealed", + "Nearby streams swelling with melt-water" + ], + "actions": [ + "Fierce paw digs and probing sniffs", + "Satisfied crunching on found tubers", + "Occasional cleansing shake", + "Playful competition among siblings" + ], + "camera": "Close texture-focused tracking with earthy mid-shots", + "accents": [ + "warm soil micro-texture highlights", + "spray from damp clods catching sun" + ], + "mood": "hungry renewal", + "lighting": "bright spring sun", + "style": "earthy natural study" + }, + { + "subGenre": "Bears", + "scene": "A bear den entrance at twilight with curious cub noses poking out", + "sceneVariants": [ + "A bear den entrance at twilight with curious cub noses poking out", + "Soft shelter shadow and exposed entrance rim", + "Tiny paws and whiskers visible", + "Cracked earth and fallen needles around the den", + "Warm interior glow from one small crevice" + ], + "actions": [ + "Nose pokes and cautious peeks", + "A growl of reassurance from inside", + "Cub retreat then flit back to test the world", + "Adult murmuring softly" + ], + "camera": "Tight near-ground handheld with slight vignette", + "accents": [ + "gentle warm interior highlight", + "micro-detail on tiny whisker movements" + ], + "mood": "curiosity and safety", + "lighting": "soft twilight with warm interior contrast", + "style": "intimate natural vignette" + }, + { + "subGenre": "Bears", + "scene": "Coastal brown bears grazing on kelp and tidal flats at low sun", + "sceneVariants": [ + "Coastal brown bears grazing on kelp and tidal flats at low sun", + "Shallow tidal pools filled with marine life", + "Kelp ribbons in warm backlight", + "Seabirds pecking around their feet", + "Wet mud reflecting the sky" + ], + "actions": [ + "Scenting and tearing kelp for edible bits", + "Sideways pawing to unearth shellfish", + "Satisfying chomps and crunches", + "Occasional shaking to dislodge cling-ons" + ], + "camera": "Wide coastal sweep with texture close-ups", + "accents": [ + "long warm rim on wet fur", + "sparkling wet-mud micro-highlights" + ], + "mood": "coastal abundance", + "lighting": "golden low sun with reflective water highlights", + "style": "documentary coastal slice" + }, + { + "subGenre": "Bears", + "scene": "Moonlit lumber: a bear making slow midnight rounds through a berry field", + "sceneVariants": [ + "Moonlit lumber: a bear making slow midnight rounds through a berry field", + "Silvered leaves and dark berry clusters", + "Quiet rustling and soft pops of ripe fruit", + "Moth fluttering in the wake", + "Horizon low and indistinct" + ], + "actions": [ + "Gentle selective nibbles and satisfied chewing", + "Pausing to listen with perked ears", + "Rubbing cheek on a low branch", + "Occasional long inhalations marking scent" + ], + "camera": "Slow handheld prowling with close mouth and paw inserts", + "accents": [ + "cool moon rim on berry sheen", + "tiny glints on wet berry skins" + ], + "mood": "quiet midnight indulgence", + "lighting": "cool moonlight with soft highlights", + "style": "nocturnal pastoral" + }, + { + "subGenre": "Bears", + "scene": "A bear investigating a campsite in soft pre-dawn blue light", + "sceneVariants": [ + "A bear investigating a campsite in soft pre-dawn blue light", + "Torn bags and knocked-over cookware", + "Faint lantern glow still warm in the tent", + "Bear sniffing at nylon and metal", + "Silent sleeping figures unaware nearby" + ], + "actions": [ + "Careful prods and tentative nibbles at gear", + "A sudden clatter causing quick retreat", + "Smell-based exploratory circles", + "Final decisive snag of an abandoned snack" + ], + "camera": "Documentary POV from slightly hidden vantage with quick reaction cuts", + "accents": [ + "cool pre-dawn rim light", + "speculars on metal and wet fur" + ], + "mood": "curious opportunism", + "lighting": "soft pre-dawn blue with warm lantern contrast", + "style": "tense human-wildlife interaction" + }, + { + "subGenre": "Bears", + "scene": "Autumn hillside where bears roll and feed among fallen apples", + "sceneVariants": [ + "Autumn hillside where bears roll and feed among fallen apples", + "Crisp leaf carpets and scattered fruit", + "Red apples split and juices flowing", + "Warm autumn haze", + "Buzzing flies near the richest finds" + ], + "actions": [ + "Rolling to reach a bounty of fruit", + "Joyful mouthfuls and sloppy satisfaction", + "Playful bops between siblings", + "A purposeful haul toward a hidden stash" + ], + "camera": "Medium tracking with joyful close-ups on mouths and paws", + "accents": [ + "warm autumn rim lighting fruit gloss", + "high-detail juice micro-highlights" + ], + "mood": "gluttonous warmth", + "lighting": "warm golden autumn sun", + "style": "exuberant seasonal vignette" + }, + { + "subGenre": "Bears", + "scene": "A lone bear silhouette on a foggy ridge at first light", + "sceneVariants": [ + "A lone bear silhouette on a foggy ridge at first light", + "Mist rolling through low valleys", + "Sparse pines peeking through fog", + "Silky muted palette and calm stillness", + "Distant bird calls barely audible" + ], + "actions": [ + "Slow deliberate stride through the mist", + "Periodic stops to scent and listen", + "Deep slow exhale making visible vapor", + "Turning silhouette to regard rising sun" + ], + "camera": "Wide atmospheric crane with soft focus foreground", + "accents": [ + "volumetric light through mist", + "soft luminous rim on fur outlines" + ], + "mood": "meditative solitude", + "lighting": "muted pastel dawn with fog diffusion", + "style": "lyrical nature study" + }, + { + "subGenre": "Bears", + "scene": "Mating ritual displays at dusk with two bears circling and testing each other", + "sceneVariants": [ + "Mating ritual displays at dusk with two bears circling and testing each other", + "Postured movements and sniff exchanges", + "Twilight embers in the sky", + "Grass flattened where they confront", + "Subtle assertive growls" + ], + "actions": [ + "Slow circling and nose inspection", + "Short test charges and retreats", + "Momentary gentle rubbing followed by standoff", + "Pair settling into mutual acceptance" + ], + "camera": "Medium intimate handheld with slow pacing", + "accents": [ + "warm dusk rim and soft backlight", + "fine detail on fur alignment and ear edges" + ], + "mood": "tense courtship", + "lighting": "soft dusk warm-cool blend", + "style": "behavioral documentary vignette" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_butterflies.json b/src/data/animals_and_wildlife_butterflies.json new file mode 100644 index 0000000..e43ebcb --- /dev/null +++ b/src/data/animals_and_wildlife_butterflies.json @@ -0,0 +1,352 @@ +[ + { + "subGenre": "Butterflies", + "scene": "Sunlit wildflower meadow alive with fluttering monarchs", + "sceneVariants": [ + "Sunlit wildflower meadow alive with fluttering monarchs", + "Orange wings punctuating tall grasses", + "A warm breeze moving the flower tops", + "Bees humming in parallel lanes", + "Distant hay bales under a clear sky" + ], + "actions": [ + "Delicate wingbeats sampling nectar", + "Courtship flutter spirals between individuals", + "Landing-and-lift cycle over bright blooms", + "Occasional sun-bathing wing spread" + ], + "camera": "Low dolly sweeping through flowers with macro push-ins", + "accents": [ + "golden rim light through translucent wings", + "high micro-detail on wing scales" + ], + "mood": "joyful abundance", + "lighting": "warm midday sunlight with soft backlight", + "style": "luminous macro nature" + }, + { + "subGenre": "Butterflies", + "scene": "Pale lavender field at dawn where painted ladies wake and warm", + "sceneVariants": [ + "Pale lavender field at dawn where painted ladies wake and warm", + "Soft pastel horizon and dewy petals", + "Clusters of butterflies settling on lavender heads", + "Thin mist hugging the ground", + "A distant bee lane humming" + ], + "actions": [ + "Slow morning wing-opening to absorb heat", + "Tiny proboscis probing for nectar", + "Occasional flutter to reposition", + "Gathering on a warm rock for sun" + ], + "camera": "Macro close-ups with gentle pullback to reveal field", + "accents": [ + "soft volumetric shafts through petals", + "dewy micro-highlights on wing fringes" + ], + "mood": "tranquil awakening", + "lighting": "soft dawn gold with cool under-shade", + "style": "delicate natural vignette" + }, + { + "subGenre": "Butterflies", + "scene": "Tropical rainforest glade with iridescent swallowtails dancing", + "sceneVariants": [ + "Tropical rainforest glade with iridescent swallowtails dancing", + "Wet verdant leaves forming a high canopy", + "Patches of bright orchids and damp leaf litter", + "Tiny waterfalls and glinting pools", + "Sun-flecked clearings" + ], + "actions": [ + "Rapid looping flights between orchids", + "Perching with wings fanned to show iridescence", + "Courtship spirals in filtered sun", + "Skimming water surfaces to sip minerals" + ], + "camera": "Handheld close-tracking with saturated color grading", + "accents": [ + "prismatic iridescent highlights on wings", + "wet-leaf specular micro-highlights" + ], + "mood": "exotic exuberance", + "lighting": "dappled tropical sun", + "style": "vivid nature tableau" + }, + { + "subGenre": "Butterflies", + "scene": "Meadow edge at high noon with dozens of fritillaries feeding on thistles", + "sceneVariants": [ + "Meadow edge at high noon with dozens of fritillaries feeding on thistles", + "Dry rim of grassland and scattered scrub", + "Bright blue sky overhead", + "Heat shimmer near the soil", + "A distant fence-line" + ], + "actions": [ + "Energetic nectaring and rapid wing flicks", + "Territorial chasing between males", + "Brief land-and-hop sampling across blooms", + "Resting on sun-warmed stones" + ], + "camera": "Wide field sweep with macro inserts for feeding detail", + "accents": [ + "hard sun rim on wing edges", + "crisp micro-detail on nectar-tube interactions" + ], + "mood": "busy vitality", + "lighting": "harsh bright midday sun", + "style": "documentary natural slice" + }, + { + "subGenre": "Butterflies", + "scene": "Pollinator garden in a suburban backyard with mixed species at sunset", + "sceneVariants": [ + "Pollinator garden in a suburban backyard with mixed species at sunset", + "Blooming zinnias and coneflowers", + "Fence and house silhouette in the warm distance", + "Children's garden tools left aside", + "Soft humming of bees and insects" + ], + "actions": [ + "Gentle mutual ignoring between species while feeding", + "Slow circling over favored blooms", + "Intermittent tiny mating dances", + "Retreating into shade as last sun dips" + ], + "camera": "Intimate garden POV with balanced mid-shots and macro picks", + "accents": [ + "warm golden rim on translucent wings", + "garden-bokeh micro-highlights" + ], + "mood": "domestic warmth", + "lighting": "golden hour with soft warm glow", + "style": "human-nature neighborhood vignette" + }, + { + "subGenre": "Butterflies", + "scene": "Moonlit orchid greenhouse where night butterflies (hawkmoths) hover like ghosts", + "sceneVariants": [ + "Moonlit orchid greenhouse where night butterflies (hawkmoths) hover like ghosts", + "Glass panes and humid breath inside", + "Large white hawkmoths resembling birds", + "Dim interior lights and moonbeam through glass", + "Fragrant waves of night-bloom scent" + ], + "actions": [ + "Rapid hovering like tiny helicopters", + "Long proboscis probing deep corollas", + "Occasional perching under broad leaves to rest", + "Soft wing blur creating shimmering bokeh" + ], + "camera": "Low-light stabilized tracking with close slow-motion on hover", + "accents": [ + "cool moon rim on wing membranes", + "soft organic glow micro-highlights" + ], + "mood": "ethereal nocturnal elegance", + "lighting": "very low moonlit greenhouse with warm plant accents", + "style": "dreamlike botanical nocturne" + }, + { + "subGenre": "Butterflies", + "scene": "Twilight on the moor where ghostly pale moths appear as stars fall", + "sceneVariants": [ + "Twilight on the moor where ghostly pale moths appear as stars fall", + "Heather and low scrub under a violet sky", + "Soft distant lantern from a shepherd's hut", + "Cool breeze and fragrant heather", + "A single owl calling remotely" + ], + "actions": [ + "Slow drifting flight at the edge of vision", + "Resting on cool stones with folded wings", + "Occasional erratic glides near porch-lights", + "Mild mating flutter in soft violet light" + ], + "camera": "Gentle stabilized panning with soft-focus bokeh", + "accents": [ + "cool twilight rim on pale wings", + "tiny reflective micro-highlights on scales" + ], + "mood": "melancholic calm", + "lighting": "twilight cool-warm blend", + "style": "poetic dusk vignette" + }, + { + "subGenre": "Butterflies", + "scene": "Night garden under sodium streetlamps where moths swirl in orange pools", + "sceneVariants": [ + "Night garden under sodium streetlamps where moths swirl in orange pools", + "Tin-lit hedgerows and warm air shimmer", + "Clusters of attracted moths circling lamps", + "A cat watching cautiously from a wall", + "Soft human windows glowing in the distance" + ], + "actions": [ + "Hypnotic circling around artificial lights", + "Erratic close passes and sudden dives", + "Occasional landing on lamp insulation", + "Drift-off into darker hedges after lamp movement" + ], + "camera": "Low-light handheld with artificial lamp punch-ins", + "accents": [ + "warm sodium speculars on wing edges", + "glowing micro-highlights in the lamp halo" + ], + "mood": "urban nocturnal pull", + "lighting": "harsh warm artificial night light", + "style": "nocturnal urban snapshot" + }, + { + "subGenre": "Butterflies", + "scene": "Cave mouth at dusk where glowing butterflies (fantasy) swirl in bioluminescent clusters", + "sceneVariants": [ + "Cave mouth at dusk where glowing butterflies (fantasy) swirl in bioluminescent clusters", + "Dark rock throat and soft glowing halos", + "Stalactite silhouettes framing an ethereal swarm", + "Glossy wet stone and moss", + "Cool evening breeze" + ], + "actions": [ + "Slow drifting luminous dance at the cave lip", + "Pairs weaving tight spirals as if painting light", + "Occasional plunge into the cave interior", + "Soft chiming wing sounds like tiny bells" + ], + "camera": "Stabilized cinematic with glow bloom and slow crane-ins", + "accents": [ + "soft luminous rim and internal glow", + "sparkling micro-glow highlights on moss" + ], + "mood": "mystical enchantment", + "lighting": "very low with internal bioluminescent glow", + "style": "fantastical nocturnal tableau" + }, + { + "subGenre": "Butterflies", + "scene": "High alpine scree with alpine fritillaries basking on warm stones", + "sceneVariants": [ + "High alpine scree with alpine fritillaries basking on warm stones", + "Sparse alpine flora and wind-polished rocks", + "Thin cold sky and intense blue", + "Distant glacier gleam", + "Shimmering heat above stones" + ], + "actions": [ + "Clustered sun-basking with wings angled", + "Short fluttery flights between rocks", + "Edge-perching to escape gusts", + "Quick cooling flaps after short sprints" + ], + "camera": "Telephoto compressed with macro detail on wing patterns", + "accents": [ + "hard sun rim on scale edges", + "crisp micro-texture on stone and wing margins" + ], + "mood": "stoic alpine calm", + "lighting": "bright high-altitude sun", + "style": "small-scale landscape portrait" + }, + { + "subGenre": "Butterflies", + "scene": "Evening hedgerow where dark-colored moths become prominent as day species fade", + "sceneVariants": [ + "Evening hedgerow where dark-colored moths become prominent as day species fade", + "Shadowed hedge lines and cooling air", + "Flash of wing patterns as animals cross", + "Distant streetlamp starting to warm", + "Crickets beginning their chorus" + ], + "actions": [ + "Emergence from foliage with soft wingbeats", + "Feeding on late-blooming jasmine", + "Quick evasive turns at sudden noise", + "Tucking into dense leaves for the night" + ], + "camera": "Soft dusk handheld with close feeding inserts", + "accents": [ + "cool dusk rim on darker wings", + "subtle reflective micro-highlights on nectar drops" + ], + "mood": "transformative calm", + "lighting": "low dusk with cool fill", + "style": "intimate crepuscular piece" + }, + { + "subGenre": "Butterflies", + "scene": "Orchard midday where small blue butterflies ferry between apple blossoms", + "sceneVariants": [ + "Orchard midday where small blue butterflies ferry between apple blossoms", + "Blossom-scented air and drowsy pollinators", + "Rows of flowering trees", + "Bumblebees and hoverflies sharing the space", + "A distant orchard worker under a sunhat" + ], + "actions": [ + "Rapid tiny flights between clusters", + "Perch-and-probe on soft petals", + "Occasional playful chase between males", + "Resting on a warm branch between bouts" + ], + "camera": "Gentle lateral tracking with macro blossom inserts", + "accents": [ + "warm floral rim on wing edges", + "crisp micro-highlights on pollen grains" + ], + "mood": "light pastoral charm", + "lighting": "soft bright midday with warm tones", + "style": "gentle documentary slice" + }, + { + "subGenre": "Butterflies", + "scene": "Riverbank at dusk where blue morphos flash between shaded trees", + "sceneVariants": [ + "Riverbank at dusk where blue morphos flash between shaded trees", + "Damp leaf litter and mossy roots", + "Glints of electric blue as they fold and open", + "A slow river reflecting last light", + "Distant frog chorus" + ], + "actions": [ + "Sudden spectacular flashes revealing iridescence", + "Quick low passes skimming the water", + "Perch-and-fan displays in semi-darkness", + "Search-and-sip at damp mineral patches" + ], + "camera": "Low-light handheld with high-contrast macro inserts", + "accents": [ + "electric iridescent micro-highlights", + "cool reflective rim on wet leaves" + ], + "mood": "magical dusk spectacle", + "lighting": "low dusk with bright iridescent accents", + "style": "cinematic natural wonder" + }, + { + "subGenre": "Butterflies", + "scene": "Nighttime lotus pond where moths hover and sip nectar beneath a soft moon", + "sceneVariants": [ + "Nighttime lotus pond where moths hover and sip nectar beneath a soft moon", + "Floating pads and open nocturnal blooms", + "Reflective water mirroring moon and moth silhouettes", + "Scent ribbons rising from open flowers", + "Faint frog ripples" + ], + "actions": [ + "Butterfly-like moths hovering into deep corollas", + "Gentle wing shimmers leaving circular glow trails", + "Landing to rest on cool leaf pads", + "Occasional flight to deeper shadow for concealment" + ], + "camera": "Stabilized nighttime crane with reflective inserts", + "accents": [ + "soft moon rim on wing edges", + "moist micro-highlights on petals and water" + ], + "mood": "quiet nocturnal beauty", + "lighting": "soft moonlit night with minimal fill", + "style": "serene nocturnal vignette" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_camels.json b/src/data/animals_and_wildlife_camels.json new file mode 100644 index 0000000..64f66fa --- /dev/null +++ b/src/data/animals_and_wildlife_camels.json @@ -0,0 +1,327 @@ +[ + { + "subGenre": "Camels", + "scene": "Dromedary caravan cresting a golden dune under high noon", + "sceneVariants": [ + "Dromedary caravan cresting a golden dune under high noon", + "Long shadows falling behind humps", + "Heat shimmer bending the horizon", + "Roped line of pack camels and laden saddles", + "A solitary palm oasis visible far below" + ], + "actions": [ + "Measured marching with synchronized footfalls", + "Pack handlers adjusting loads and calling softly", + "A young camel stumbling then regaining balance", + "Sand drifting in small eddies around feet" + ], + "camera": "Wide lateral tracking from a low dune with intermittent telephoto compressions", + "accents": [ + "strong high-key speculars on sand grains", + "textured micro-highlights on leather harness" + ], + "mood": "steady endurance", + "lighting": "harsh midday desert sun with high contrast", + "style": "epic travel vignette" + }, + { + "subGenre": "Camels", + "scene": "Night caravan crossing under a star-filled sky with a sliver moon", + "sceneVariants": [ + "Night caravan crossing under a star-filled sky with a sliver moon", + "Cool blue silhouettes of humps against stars", + "Lanterns bobbing along the lead rope", + "A faint milky way visible overhead", + "Soft wind moving dune crests" + ], + "actions": [ + "Quiet plodding with muffled padding sounds", + "Occasional low chatter between handlers", + "Lantern light catching bridle edges", + "Camels shifting weight to find footing" + ], + "camera": "Low-light stabilized lateral glide with occasional close lantern inserts", + "accents": [ + "cold moon rim on humps and harness", + "tiny point-lights from lantern bokeh" + ], + "mood": "solemn persistence", + "lighting": "cool nocturnal moon-and-star light", + "style": "noir desert tableau" + }, + { + "subGenre": "Camels", + "scene": "Bedouin camp at dusk with camels resting near smoky fires", + "sceneVariants": [ + "Bedouin camp at dusk with camels resting near smoky fires", + "Low tents and domestic items strewn", + "Children weaving between legs", + "Smoke curling up into a mellow sky", + "Lanterns and simple cooking setups" + ], + "actions": [ + "Camels kneeling and loosening loads", + "Handlers untying and offering water", + "Camaraderie among humans and animals", + "Soft songs and drum rhythms starting" + ], + "camera": "Intimate mid-shots with close inserts of hands and ropes", + "accents": [ + "warm firelit rim on fur edges", + "soft soot micro-highlights around harness" + ], + "mood": "domestic respite", + "lighting": "warm dusk with firelight accents", + "style": "human-animal cultural vignette" + }, + { + "subGenre": "Camels", + "scene": "Solitary camel silhouetted on cracked clay flats during a red sunset", + "sceneVariants": [ + "Solitary camel silhouetted on cracked clay flats during a red sunset", + "Long fractured ground patterns", + "A blazing red-orange sky", + "A distant mirage shimmer", + "Sparse thorn scrub in silhouette" + ], + "actions": [ + "Slow steady head lifts to scan for water", + "A lone footstep raising a small dust puff", + "Tail flicking at persistent flies", + "An extended low hum" + ], + "camera": "Telephoto compressed silhouette with slow pull-in to reveal texture", + "accents": [ + "fiery rim on silhouette edges", + "high grain micro-highlights on cracked earth" + ], + "mood": "lonely perseverance", + "lighting": "intense golden-red sunset", + "style": "poetic desert portrait" + }, + { + "subGenre": "Camels", + "scene": "Oasis watering: thirsty caravan circling a small palm pool at morning", + "sceneVariants": [ + "Oasis watering: thirsty caravan circling a small palm pool at morning", + "Reflective still water and pendant palms", + "Wet hoof prints around the rim", + "Bright birds drinking at the bank", + "Fresh green growth contrasting arid surrounds" + ], + "actions": [ + "Camels lowering muzzles to drink deeply", + "Handlers scooping water and rinsing jars", + "Playful splashes by curious juveniles", + "Careful rotation to give each animal space" + ], + "camera": "Low circular dolly around the pool with close water-sip inserts", + "accents": [ + "sparkling speculars on water droplets", + "soft cool reflections on fur" + ], + "mood": "relief and refreshment", + "lighting": "soft morning fill with reflective water highlights", + "style": "refreshing natural vignette" + }, + { + "subGenre": "Camels", + "scene": "Sandstorm approach: camels bunched together as wind rises to a roar", + "sceneVariants": [ + "Sandstorm approach: camels bunched together as wind rises to a roar", + "Whipping orange air and stinging sand", + "Squinted eyes and braced bodies", + "Taut straps and flapping saddlecloths", + "Distant silhouettes melting into dust" + ], + "actions": [ + "Tight grouping to reduce exposure", + "Handlers shielding faces and securing loads", + "Camels lowering heads against the wind", + "A sudden blinding sand sweep enveloping the scene" + ], + "camera": "Handheld chaotic with quick-cut rhythm, heavy grain for sand", + "accents": [ + "flying sand micro-highlights frozen on leather", + "harsh rim from storm-side light shafts" + ], + "mood": "urgent concealment", + "lighting": "high-contrast storm-swept light with orange haze", + "style": "tense weather drama" + }, + { + "subGenre": "Camels", + "scene": "Nighttime market: camels tethered among stalls with warm lantern glow", + "sceneVariants": [ + "Nighttime market: camels tethered among stalls with warm lantern glow", + "Stacks of spices, woven textiles and camel silhouettes", + "Crowds bargaining and walking past", + "Lantern smoke and bargaining voices", + "A call to prayer echoing" + ], + "actions": [ + "Camels shifting weight while merchants haggle", + "Handlers retrieving blankets and blankets being replaced", + "Animals sniffing passed foods", + "Occasional low chuffs as they settle" + ], + "camera": "Medium handheld with close cutaways on goods and animal faces", + "accents": [ + "warm lantern speculars on harness metal", + "soft reflective micro-highlights on textiles" + ], + "mood": "bustling nocturnal commerce", + "lighting": "warm market lanterns in deep night", + "style": "cultural market documentary" + }, + { + "subGenre": "Camels", + "scene": "Camel racing track midday: sleek racing camels and jockeys in colorful silks", + "sceneVariants": [ + "Camel racing track midday: sleek racing camels and jockeys in colorful silks", + "Crowded stands with flags and banners", + "Dusty straight track and timing flags", + "Adrenal faces of jockeys crouched low", + "Finish-line frenzy and judges" + ], + "actions": [ + "Explosive sprint down the straight with whip-crack momentum", + "Photofinish closeness and triumphant rears", + "Handlers cheering and crowd roar", + "Victory lap with ribbons flying" + ], + "camera": "High-speed lateral tracking with slow-motion finish insert", + "accents": [ + "bright midday specular on silk and tack", + "dust micro-highlights frozen in frame" + ], + "mood": "adrenal competition", + "lighting": "bright competitive midday", + "style": "sports documentary" + }, + { + "subGenre": "Camels", + "scene": "Camels foraging among acacia scrub at sunset with warm golden light", + "sceneVariants": [ + "Camels foraging among acacia scrub at sunset with warm golden light", + "Thorny branches silhouettes and sparse shade", + "Grazing mouthfuls of thorn-resistant shrubs", + "A distant herd moving slowly", + "Traces of earlier caravan footpaths" + ], + "actions": [ + "Careful nibbling on thorny leaves with efficient mouths", + "Head lifts to chew and crunch", + "Occasional flaring nostril to scent the air", + "Slow chewing and swallow rhythms" + ], + "camera": "Medium close with texture inserts on mouth and leaf contact", + "accents": [ + "warm rim on leaf edges", + "detailed micro-highlights on mouth and whiskers" + ], + "mood": "practical sustenance", + "lighting": "golden hour warm fill", + "style": "natural feeding vignette" + }, + { + "subGenre": "Camels", + "scene": "Temple procession with camels carrying ornate howdahs in midday ceremony", + "sceneVariants": [ + "Temple procession with camels carrying ornate howdahs in midday ceremony", + "Colorful banners and incense smoke", + "Priests and devotees lining the route", + "Camels adorned with cloth and metal", + "Empire-style architecture in background" + ], + "actions": [ + "Slow ceremonial walk with rhythmic drumbeat", + "Handlers guiding and adjusting ornaments", + "Camels bowing slightly near shrine", + "Crowd offering flowers and gifts" + ], + "camera": "Ceremonial steady mid-shots with ornate detail inserts", + "accents": [ + "bright decorative speculars on metalwork", + "warm festival rim on cloth textures" + ], + "mood": "solemn ceremony", + "lighting": "clear midday festival light", + "style": "ritual cultural tableau" + }, + { + "subGenre": "Camels", + "scene": "Moonlit single-hump camel silhouetted against a blood-red bloodmoon", + "sceneVariants": [ + "Moonlit single-hump camel silhouetted against a blood-red bloodmoon", + "Eerie reddish moon casting long, cold shadows", + "Still desert plain and distant spine ridges", + "A sense of unnatural drama in the sky", + "Dry low shrubs half in silhouette" + ], + "actions": [ + "Slow head-up silhouette survey", + "A tense pause as the sky glows", + "Small shifts of hooves in silence", + "Eventual calm resumption of grazing" + ], + "camera": "Low-noise long lens close with high-contrast moonlit inserts", + "accents": [ + "cold red rim on silhouette edges", + "moody micro-highlights on sparse vegetation" + ], + "mood": "ominous grandeur", + "lighting": "dramatic blood-moon night lighting", + "style": "noir lunar tableau" + }, + { + "subGenre": "Camels", + "scene": "Salt-plain mirage midday where camels appear doubled in heat horizons", + "sceneVariants": [ + "Salt-plain mirage midday where camels appear doubled in heat horizons", + "White salt crusts and wavering horizon lines", + "Distant camels flickering visually", + "Low scrub and cracking soil", + "Hard sun overhead" + ], + "actions": [ + "Slow procession distorted by shimmering heat", + "Camels lowering muzzles to pick sparse salt-tolerant plants", + "Handlers shading eyes and pointing to the next landmark", + "Short water sips at a rare brackish spring" + ], + "camera": "Telephoto shimmer compression with heat-haze focus pulls", + "accents": [ + "mirage micro-highlights on salt", + "strong specular on sun-bleached harness" + ], + "mood": "illusory endurance", + "lighting": "intense midday heat haze", + "style": "surreal desert study" + }, + { + "subGenre": "Camels", + "scene": "Dawn training yard: camels learning to kneel and accept packs under soft morning", + "sceneVariants": [ + "Dawn training yard: camels learning to kneel and accept packs under soft morning", + "Handlers coaxing with gentle ropes", + "New harness being fitted and adjusted", + "Small crowd of apprentices watching", + "Warm wash of morning light" + ], + "actions": [ + "Repeated kneel-and-stand training cycles", + "Calm desensitization to saddles and noise", + "Soft guidance and rewards of food", + "Final acceptance and confident standing" + ], + "camera": "Intimate training POV with instructional cutaways", + "accents": [ + "soft volumetric rim on morning stages", + "detailed micro-highlights on tack contact points" + ], + "mood": "patient instruction", + "lighting": "soft early-morning fill", + "style": "educational animal-training vignette" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_crocodiles.json b/src/data/animals_and_wildlife_crocodiles.json new file mode 100644 index 0000000..a47a52d --- /dev/null +++ b/src/data/animals_and_wildlife_crocodiles.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Crocodiles", + "scene": "Lazy estuary bank with a large saltwater crocodile half-submerged at midday", + "sceneVariants": [ + "Lazy estuary bank with a large saltwater crocodile half-submerged at midday", + "Sun glare on slow-moving water", + "Mangrove roots framing the bank", + "A distant fishing boat slicing the horizon", + "Shorebirds picking at exposed mud" + ], + "actions": [ + "Slow body undulation beneath the surface", + "Occasional subtle eye-scan above water", + "Brief nostril flaring to sample scent", + "A lazy flick of the tail to adjust position" + ], + "camera": "Low-angle riverbank track with occasional close telephoto on eye and jaw", + "accents": [ + "sharp speculars on scaly ridges", + "detailed micro-highlights on water ripples" + ], + "mood": "patient lethargy", + "lighting": "bright high-noon reflections", + "style": "documentary still study" + }, + { + "subGenre": "Crocodiles", + "scene": "Night ambush at a slow-moving river with moonlight glancing over a lurking crocodile", + "sceneVariants": [ + "Night ambush at a slow-moving river with moonlight glancing over a lurking crocodile", + "Chromatic moon shimmer across dark water", + "Eyes like small jewels in the black", + "Reeds whispering in a gentle current", + "Distant animal calls echoing" + ], + "actions": [ + "Silent glide toward unsuspecting prey", + "Sudden explosive lunge breaking the surface", + "Surface churn and underwater thrash", + "Drag-and-submerge sequence to hide the catch" + ], + "camera": "Stabilized low-light insert with slow-motion impact on strike", + "accents": [ + "cold moon rim on raised snout", + "wet-skin micro-highlights caught in splash" + ], + "mood": "predatory hush", + "lighting": "soft moonlit night", + "style": "nocturnal thriller vignette" + }, + { + "subGenre": "Crocodiles", + "scene": "Dry-season sandbar congregation where dozens soak in a blazing sun", + "sceneVariants": [ + "Dry-season sandbar congregation where dozens soak in a blazing sun", + "Cracked mud edges and clustered bodies", + "Heat shimmer and slow breathing", + "A shimmering horizon of parched scrub", + "Single dominant adult in the center" + ], + "actions": [ + "Haphazard repositioning to find shade", + "Occasional jaws open for thermoregulation", + "Tail flicks dispersing heat-warped dust", + "Social jostling for the best sun patch" + ], + "camera": "Wide aerial reveal then slow push-in to texture on scales", + "accents": [ + "harsh midday specular on scales", + "high micro-detail on cracked mud texture" + ], + "mood": "feral lethargy", + "lighting": "blazing high-noon heat", + "style": "epic natural panorama" + }, + { + "subGenre": "Crocodiles", + "scene": "Muddy lagoon nursery with juvenile crocs sheltering among sticks at dusk", + "sceneVariants": [ + "Muddy lagoon nursery with juvenile crocs sheltering among sticks at dusk", + "Soft violet dusk reflected in shallow water", + "Small shadows of young bodies huddling", + "Parent occasionally nearby in darker water", + "Dragonfly wings flashing overhead" + ], + "actions": [ + "Tiny darting lunges at insect surface prey", + "Synchronized stillness when threatened", + "Parent scanning from shadowed deeper water", + "Occasional exploratory nose touches against a twig" + ], + "camera": "Intimate shallow-water macro tracking with close-eye inserts", + "accents": [ + "warm dusk rim on juvenile ridges", + "dewy micro-highlights on tiny scales" + ], + "mood": "vulnerable tension", + "lighting": "soft dusk warmth", + "style": "tender yet uneasy vignette" + }, + { + "subGenre": "Crocodiles", + "scene": "Mangrove labyrinth where a crocodile slides between roots in filtered morning light", + "sceneVariants": [ + "Mangrove labyrinth where a crocodile slides between roots in filtered morning light", + "Dappled green water and tangled root silhouettes", + "Sun shafts cutting through canopy gaps", + "Small fish flashing along root edges", + "A heron taking a wary step" + ], + "actions": [ + "Low silent approach along root shadow-lines", + "Brief investigative snout probing into a crevice", + "Quick lateral reposition to ambush lane", + "Slow retreat deeper into shaded channels" + ], + "camera": "Tight tracking with shallow depth, root-pattern inserts", + "accents": [ + "filtered green rim on edges", + "sparkling micro-highlights on particulate in water" + ], + "mood": "stealthy concealment", + "lighting": "morning filtered canopy light", + "style": "immersive close-nature study" + }, + { + "subGenre": "Crocodiles", + "scene": "River crossing where a crocodile ambushes a thirsty antelope at sunset", + "sceneVariants": [ + "River crossing where a crocodile ambushes a thirsty antelope at sunset", + "A tense line of hooves pausing at the water's lip", + "Burnt-orange sky mirrored in the river", + "Splintered reeds and disrupted reflections", + "A sudden commotion of birds" + ], + "actions": [ + "Calculated launch as the antelope bends down", + "Violent surface commotion and drag", + "Antelope struggling then submerging", + "Predator retreat into murk with prey" + ], + "camera": "Medium to close handheld with crash slow-motion on strike", + "accents": [ + "fiery rim on water spray", + "dramatic micro-highlights on muscle strain" + ], + "mood": "brutal efficiency", + "lighting": "golden-hour directional light", + "style": "tense cinematic predator set-piece" + }, + { + "subGenre": "Crocodiles", + "scene": "Rocky river gorge where a crocodile basks on a sun-warmed slab", + "sceneVariants": [ + "Rocky river gorge where a crocodile basks on a sun-warmed slab", + "Echoing canyon walls and eddy pools", + "Rough granite slabs hosting scaly patches", + "Moss and small ferns clinging near cooler water", + "Distant echo of falling drops" + ], + "actions": [ + "Slow stretching of limbs to absorb heat", + "Occasional roll to expose different flank", + "Subtle head tilt to scan vertical rock faces", + "A lazy slide into the pool when disturbed" + ], + "camera": "Stable wide then macro texture insert on scute patterns", + "accents": [ + "warm rock rim highlights", + "high micro-detail on scute edges" + ], + "mood": "ancient stillness", + "lighting": "warm midday canyon light", + "style": "textural natural portrait" + }, + { + "subGenre": "Crocodiles", + "scene": "Swamp fog morning where shapes of crocodiles float like logs", + "sceneVariants": [ + "Swamp fog morning where shapes of crocodiles float like logs", + "Low rolling fog and muted silhouettes", + "Cypress knees and hanging moss", + "Drifting pollen and insect chorus", + "Soft distant water dripping" + ], + "actions": [ + "Slow surfacing to breathe with minimal disturbance", + "Tiny bubbles breaking surface periodically", + "Ghostly glide under mirrored fog", + "Sudden silent pivot when detecting sound" + ], + "camera": "Soft-focus glide with ethereal grading and close nostril inserts", + "accents": [ + "cool mist rim on scaled backs", + "soft volumetric micro-highlights on water beads" + ], + "mood": "ethereal menace", + "lighting": "muted fog-diffused morning", + "style": "mystical swamp study" + }, + { + "subGenre": "Crocodiles", + "scene": "Brackish creek at high tide where saltwater juveniles patrol the mouth", + "sceneVariants": [ + "Brackish creek at high tide where saltwater juveniles patrol the mouth", + "Mix of fresh and salty water eddies", + "Mangrove fringe with exposed tangled roots", + "Small crustaceans darting in shallow pools", + "A watchful adult on a higher bank" + ], + "actions": [ + "Juvenile synchronized passes to practice hunting", + "Brief surface snaps at small fish", + "Quick dives and re-emerges in learning bursts", + "Huddling near deeper shade after exertion" + ], + "camera": "Near-surface shallow-water tracking with juvenile close inserts", + "accents": [ + "sparkling brackish micro-highlights", + "detailed wet-skin speculars" + ], + "mood": "learning vigilance", + "lighting": "bright tidal morning", + "style": "educational natural vignette" + }, + { + "subGenre": "Crocodiles", + "scene": "Historic river bridge where a wary crocodile lurks beneath tourist footsteps", + "sceneVariants": [ + "Historic river bridge where a wary crocodile lurks beneath tourist footsteps", + "Stone bridge arches and tourist silhouettes", + "Cold shadow beneath bridge and glinting river", + "Caution signs and local guides shouting warnings", + "A camera flash bouncing off water" + ], + "actions": [ + "Slow drift under the arch avoiding current", + "Brief investigative head up when hearing footsteps", + "Sudden submerge when light flashes", + "Careful reposition to deeper still water" + ], + "camera": "Documentary POV from bridge rail with stealth underwater inserts", + "accents": [ + "hard contrast rim under arch", + "dry-stone micro-highlights" + ], + "mood": "urban-edge tension", + "lighting": "patchy daylight and shadow", + "style": "urban-nature caution piece" + }, + { + "subGenre": "Crocodiles", + "scene": "Mudflat nocturne where feeding crocs create silhouettes against fisher lanterns", + "sceneVariants": [ + "Mudflat nocturne where feeding crocs create silhouettes against fisher lanterns", + "Lantern reflections and churning mud", + "Fishermen casting nets in shallow pools", + "Low tide channels revealing clay substrate", + "Soft clatter of boats at rest" + ], + "actions": [ + "Opportunistic snatching of hooked fish", + "Slow encirclement of shallow prey", + "Fishermen pulling to avoid sudden tugs", + "Brief skirmishes among multiple crocs over a scrap" + ], + "camera": "Low-light documentary with handheld reactions and close mud-splash inserts", + "accents": [ + "warm lantern specular on water", + "mud micro-highlights suspended mid-splash" + ], + "mood": "tense human-animal overlap", + "lighting": "harsh artificial lanterns in night", + "style": "raw human-wildlife vignette" + }, + { + "subGenre": "Crocodiles", + "scene": "Riverbank mating display where two large males jostle at twilight", + "sceneVariants": [ + "Riverbank mating display where two large males jostle at twilight", + "Deepened shadows and flaring displays", + "Heated posturing and open mouths", + "Rippling water from body slams", + "Nearby females watching from distance" + ], + "actions": [ + "Growl-like hissing and throat-slap displays", + "Violent lateral pushes and body-rolls", + "Occasional retreat and regroup", + "Dominant claim and triumphant bellow" + ], + "camera": "Dynamic mid-shot with high-frame-rate slow-motion on impact", + "accents": [ + "twilight rim on splashing water", + "dramatic micro-highlights on jaw teeth" + ], + "mood": "primeval rivalry", + "lighting": "twilight mixed cool-warm", + "style": "cinematic animal conflict" + }, + { + "subGenre": "Crocodiles", + "scene": "Urban lagoon restoration area where crocs coexist with reclaimed wetlands by day", + "sceneVariants": [ + "Urban lagoon restoration area where crocs coexist with reclaimed wetlands by day", + "Boardwalks and interpretive signs", + "Kayakers keeping distance", + "Well-rooted vegetation and structured marsh edges", + "Children peering from safe platforms" + ], + "actions": [ + "Crocodile basking near a planted reed edge", + "Occasional glide past educational kayakers", + "Park rangers monitoring and marking territory", + "Public information being read aloud" + ], + "camera": "Steady educational wide with interpretive close-ins", + "accents": [ + "soft public-space speculars", + "detailed micro-highlights on restored plant textures" + ], + "mood": "cautious coexistence", + "lighting": "clear urban-daylight", + "style": "informative conservation piece" + }, + { + "subGenre": "Crocodiles", + "scene": "Tidal creek at dawn where a crocodile slides into reflective glassy water", + "sceneVariants": [ + "Tidal creek at dawn where a crocodile slides into reflective glassy water", + "Pink and blue dawn gradients", + "Wet mud panes reflecting new light", + "Small fish flicking in shallow channels", + "Fog lifting in soft bands" + ], + "actions": [ + "Seamless slide into surface with minimal ripple", + "Gentle passes along mirrored banks", + "Scanning with nostrils barely breaking surface", + "Pausing to let current carry motion" + ], + "camera": "Aerial to waterline transition with quiet slow-tracking", + "accents": [ + "soft dawn rim reflections", + "calm glass micro-highlights" + ], + "mood": "serene patience", + "lighting": "soft pastel dawn", + "style": "quiet reflective portrait" + }, + { + "subGenre": "Crocodiles", + "scene": "Nesting site on riverbank as females dig and guard clutches under hot sun", + "sceneVariants": [ + "Nesting site on riverbank as females dig and guard clutches under hot sun", + "Freshly excavated sand mounds and marked nests", + "Tiny imprint tracks around the rim", + "Guarding stance with flattened body", + "Occasional shadow of a threatening bird" + ], + "actions": [ + "Energetic excavation of nest cavities", + "Vigilant scanning and warning hisses", + "Diverse posture changes to cool clutch", + "Camouflaging the nest after laying" + ], + "camera": "Documentary close with protective-stance inserts and clutch detail", + "accents": [ + "hot sand micro-highlights", + "detailed egg-shell texture highlights" + ], + "mood": "protective intensity", + "lighting": "hot midday nesting light", + "style": "maternal wildlife study" + }, + { + "subGenre": "Crocodiles", + "scene": "Storm-swollen river where crocodiles ride stronger currents beneath churning surface", + "sceneVariants": [ + "Storm-swollen river where crocodiles ride stronger currents beneath churning surface", + "Fast-flowing brown water and turbulent eddies", + "Debris and branches carried along", + "Clouded sky and intensifying wind", + "Banks eroding and collapsing" + ], + "actions": [ + "Clinging to calmer eddies to conserve energy", + "Quick repositioning to avoid debris", + "Occasional surface breaks to breathe", + "Using submerged roots as temporary anchors" + ], + "camera": "Chaotic handheld with water-spray inserts and rescue vantage", + "accents": [ + "storm-scatter micro-highlights on wet skin", + "high-contrast splash speculars" + ], + "mood": "survival tension", + "lighting": "storm-diffused heavy light", + "style": "weather survival sequence" + }, + { + "subGenre": "Crocodiles", + "scene": "Final quiet lagoon scene at late dusk where one croc drifts and the water calms", + "sceneVariants": [ + "Final quiet lagoon scene at late dusk where one croc drifts and the water calms", + "Subtle purple-blue sky reflected", + "Reeds rustling gently", + "A single firefly orbiting the surface", + "Silence threaded with distant frogs" + ], + "actions": [ + "Gentle drift barely moving the mirrored surface", + "Slow eyelid blinks and minute gill ripples", + "Body settling into deeper shadow", + "A final long breath exhaled into the dusk" + ], + "camera": "Wide tranquil establishing then tight soft-focus on eye reflection", + "accents": [ + "muted dusk rim on silhouette", + "calm mirror micro-highlights" + ], + "mood": "resolved stillness", + "lighting": "soft late-dusk fill", + "style": "calm closing portrait" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_dolphins.json b/src/data/animals_and_wildlife_dolphins.json new file mode 100644 index 0000000..14dddc5 --- /dev/null +++ b/src/data/animals_and_wildlife_dolphins.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Dolphins", + "scene": "Sunlit pod riding bow waves off a small research vessel", + "sceneVariants": [ + "Sunlit pod riding bow waves off a small research vessel", + "Glassy ocean with scattered whitecaps", + "Dolphins arcing in synchronized rhythm", + "Foamy wake stretching behind the boat", + "Wake spray catching the midday sun" + ], + "actions": [ + "High-arched leaps clearing the wake", + "Quick synchronized dives beneath the hull", + "Close inspection of the boat's shadow", + "Playful tail-slaps near the surface" + ], + "camera": "Low stern-mounted tracking with occasional slow crane up to capture arcs", + "accents": [ + "sparkling specular highlights on water droplets", + "crisp micro-detail on skin sheen" + ], + "mood": "exuberant playfulness", + "lighting": "bright noon sun with high specular contrast", + "style": "energetic marine documentary" + }, + { + "subGenre": "Dolphins", + "scene": "Twilight breach line with violet sky and soft horizon", + "sceneVariants": [ + "Twilight breach line with violet sky and soft horizon", + "Silhouetted bodies sliding through a changing palette", + "Long smooth arcs punctuating calm seas", + "Gulls trailing behind chasing fish", + "Distant lighthouse blinking" + ], + "actions": [ + "Coordinated group breaches", + "Surface porpoising and rapid passes", + "Tactile rubbing between individuals", + "Soft vocal clicks audible in the calm" + ], + "camera": "Wide lateral crane with gentle push-ins during breaches", + "accents": [ + "soft rim light on dorsal curves", + "reflective streaks along wet skin" + ], + "mood": "graceful cohesion", + "lighting": "soft twilight with cool-violet fill", + "style": "lyrical marine sequence" + }, + { + "subGenre": "Dolphins", + "scene": "Nocturnal hunting corridor lit by a bioluminescent plankton bloom", + "sceneVariants": [ + "Nocturnal hunting corridor lit by a bioluminescent plankton bloom", + "Slowly glowing water trails from moving bodies", + "Darkness pierced by warm breath glints", + "Flash of fish when struck", + "Ghostly blue ribbons following each fin stroke" + ], + "actions": [ + "Silent coordinated funneling of small fish", + "Rapid close-quarter thrusts into shimmering pockets", + "Rise-and-snap captures scattering plankton glow", + "Occasional leaping arcs to finish strikes" + ], + "camera": "Stabilized low-light tracking with slow-mo on bioluminescent wakes", + "accents": [ + "cold point highlights from plankton glows", + "sparkling wake micro-highlights" + ], + "mood": "mystical urgency", + "lighting": "very low with cool bioluminescent accents", + "style": "ethereal nocturnal nature piece" + }, + { + "subGenre": "Dolphins", + "scene": "Calf learning to surf small shore breaks under a warm morning", + "sceneVariants": [ + "Calf learning to surf small shore breaks under a warm morning", + "Foamy shallow waves rolling onto sand", + "Playful flipper paddles near the beach", + "Small groups of humans watching from dunes", + "Footprints and kelp on shore" + ], + "actions": [ + "Clumsy little rides on mini waves", + "Encouraging nudges from an adult", + "Short excited chirps and splashes", + "Playful rubbing alongside parents" + ], + "camera": "Low beach POV with gentle lateral tracking", + "accents": [ + "warm golden rim on splash droplets", + "soft tactile detail on calf skin" + ], + "mood": "tender instruction", + "lighting": "warm morning sunlight with soft fill", + "style": "intimate coastal vignette" + }, + { + "subGenre": "Dolphins", + "scene": "Pod herding sardines into a shining silver bait ball at noon", + "sceneVariants": [ + "Pod herding sardines into a shining silver bait ball at noon", + "Explosive flashes of silvery fish", + "Frenetic surface chaos", + "Birds plunging overhead in tandem", + "Foam and spray in concentrated area" + ], + "actions": [ + "Tight circling to compress prey", + "Precision strikes from below the bait ball", + "Leaps and rapid passes through fish curtains", + "Brief surface feeding frenzy" + ], + "camera": "High-paced handheld with quick whip-pans and close micro-cuts", + "accents": [ + "high specular on fish scales", + "crisp water-splash micro-highlights" + ], + "mood": "exhilarating intensity", + "lighting": "bright high-contrast noon light", + "style": "dynamic natural action" + }, + { + "subGenre": "Dolphins", + "scene": "Fog-shrouded bay where a small pod navigates near hidden rocks", + "sceneVariants": [ + "Fog-shrouded bay where a small pod navigates near hidden rocks", + "Muted gray palette and soft contours", + "Narrow passages and submerged reef edges", + "Slow movement with careful scanning", + "Distant horn of a boat muffled" + ], + "actions": [ + "Quiet cautious passes with echolocation clicks", + "Slow contour-following near rocky outcrops", + "Occasional quick bursts to avoid obstacles", + "Group cohesion tight to avoid separation" + ], + "camera": "Slow stabilized crane with soft focus and fog diffusion", + "accents": [ + "volumetric fog shafts and soft damp rim light", + "gentle wet skin micro-details" + ], + "mood": "cautious navigation", + "lighting": "diffuse overcast with low contrast", + "style": "moody marine documentary" + }, + { + "subGenre": "Dolphins", + "scene": "Aerial shot of a massive traveling superpod crossing a deep-blue swell", + "sceneVariants": [ + "Aerial shot of a massive traveling superpod crossing a deep-blue swell", + "Thousands of dark dorsal fins visible in patterns", + "Long undulating columns cutting through swell", + "Occasional whitecaps punctuating lines", + "Scale of ocean emphasized by tiny boat far away" + ], + "actions": [ + "Large-scale coordinated travel with rhythmic porpoising", + "Regular surface breathing rhythm", + "Minor social clusters forming within the superpod", + "Collective directional shift initiated by elders" + ], + "camera": "High-altitude drone sweep with slow push-in to reveal formations", + "accents": [ + "deep ocean specular bands", + "sharp micro-contrast on dorsal silhouettes" + ], + "mood": "awe-inspiring scale", + "lighting": "bright midday with deep-blue contrast", + "style": "epic aerial nature sequence" + }, + { + "subGenre": "Dolphins", + "scene": "Harbor rescue where dolphins guide a trapped juvenile toward open water at dusk", + "sceneVariants": [ + "Harbor rescue where dolphins guide a trapped juvenile toward open water at dusk", + "Concrete piers with algae and fishermen watching", + "Shallow bottle-neck channel", + "Tension in faces of onlookers", + "Calm sea with reflective lights" + ], + "actions": [ + "Dolphins nudging and herding the juvenile", + "Repetitive guiding passes to show a route", + "Final coordinated escort into the main channel", + "Onlookers releasing sighs and clapping" + ], + "camera": "Documentary close tracking from pier vantage, emotional medium cuts", + "accents": [ + "warm dusk rim on water edges", + "moist reflective sheen on rescued juvenile" + ], + "mood": "hopeful cooperation", + "lighting": "soft warm dusk with human harbor lights", + "style": "human-nature rescue vignette" + }, + { + "subGenre": "Dolphins", + "scene": "Under-ice cracks in polar water where small dolphins surface and blow in blue cold light", + "sceneVariants": [ + "Under-ice cracks in polar water where small dolphins surface and blow in blue cold light", + "Broken ice edges and deep turquoise channels", + "Slow visible breaths in cold air", + "Sparse light filtering through ice", + "Crystal formations along the edges" + ], + "actions": [ + "Careful surfacing through narrow ice leads", + "Synchronized breath-and-dive patterns", + "Investigative nose touches on ice edges", + "Quick undulating passes under thin ice" + ], + "camera": "Submersible followed by close surface inserts with cool color grading", + "accents": [ + "cold ice-reflected rim light", + "textured micro-highlights on breath vapor" + ], + "mood": "fragile exploration", + "lighting": "cold blue filtered light under ice", + "style": "poetic polar marine piece" + }, + { + "subGenre": "Dolphins", + "scene": "Shoreline sunrise where dolphins bow-ride with local surfers", + "sceneVariants": [ + "Shoreline sunrise where dolphins bow-ride with local surfers", + "Long rolling beach breaks and bright orange sky", + "Surfboards gliding beside porpoising dolphins", + "Early surfers greeting the pod", + "Foamy surf lines and glinting water" + ], + "actions": [ + "Playful close passes around surfboards", + "Synchronized arcs timed with surfers' maneuvers", + "Occasional cooperative chases of small fish", + "Brief leaps to celebrate close encounters" + ], + "camera": "Surf-cam POV with alternating wide beach cutaways", + "accents": [ + "golden rim highlights on spray", + "soft bokeh from wet-sand reflections" + ], + "mood": "joyful coexistence", + "lighting": "warm sunrise backlight", + "style": "heartwarming coastal sequence" + }, + { + "subGenre": "Dolphins", + "scene": "Deepwater night where a rogue dolphin creates playful luminous trails near an ROV", + "sceneVariants": [ + "Deepwater night where a rogue dolphin creates playful luminous trails near an ROV", + "Inky black water with faint equipment lights", + "Curious approach to submersible glow", + "Small luminous organisms disturbed into bloom", + "Slow, hovering ROV presence" + ], + "actions": [ + "Cautious investigative circles around the ROV", + "Playful bursts that stir faint luminescence", + "Sudden quick close passes and retreats", + "Evasive bubbling cloud as they zoom away" + ], + "camera": "ROV-mounted close dynamic following with low-light enhancement", + "accents": [ + "cool technical lights mixing with organic glows", + "tiny spark-like micro-highlights from disturbed organisms" + ], + "mood": "curious mystery", + "lighting": "very low artificial with organic point-glows", + "style": "sci-fi flavored marine vignette" + }, + { + "subGenre": "Dolphins", + "scene": "Gentle bay where older dolphins perform slow social rituals at midday", + "sceneVariants": [ + "Gentle bay where older dolphins perform slow social rituals at midday", + "Smooth water calm and shallow kelp beds", + "Slow circling and tactile rubbing", + "Pair bond gestures and fin touches", + "Soft ambient bird calls" + ], + "actions": [ + "Slow mutual rubs and fin caresses", + "Soft vocal exchanges and gentle echoes", + "Deliberate slow surfacing to maintain eye contact", + "Occasional cooperative feeding assurance" + ], + "camera": "Medium steady with intimate close-ins of fin contact", + "accents": [ + "soft warm rim on skin creases", + "crisp micro-detail on tactile contact points" + ], + "mood": "calm intimacy", + "lighting": "soft midday fill with warm tones", + "style": "tender behavioral documentary" + }, + { + "subGenre": "Dolphins", + "scene": "Storm-edge where the pod surfs the backs of whitecaps as a squall approaches", + "sceneVariants": [ + "Storm-edge where the pod surfs the backs of whitecaps as a squall approaches", + "Darkening sky with quickening wind", + "Raised swell and chaotic wave patterns", + "Spray driven sideways by gusts", + "A sense of increasing intensity" + ], + "actions": [ + "Aggressive bow-riding in bigger waves", + "Sharp turns to avoid steep faces", + "Synchronized dives to avoid spray", + "Occasional dramatic breaches to clear turbulence" + ], + "camera": "Handheld storm-proof tracking with high shutter to crisp spray", + "accents": [ + "cold edgy rim from storm clouds", + "sparkling spray micro-highlights frozen in frame" + ], + "mood": "adrenal storm thrill", + "lighting": "contrasty storm light with dark clouds", + "style": "adrenal marine action" + }, + { + "subGenre": "Dolphins", + "scene": "Lagoon twilight where mother and calf exchange slow tactile signals", + "sceneVariants": [ + "Lagoon twilight where mother and calf exchange slow tactile signals", + "Still glassy lagoon with mirrored sky", + "Soft silhouettes overlapping", + "Gentle ripples at their contact points", + "Crickets and distant bird calls starting" + ], + "actions": [ + "Slow synchronized rolls exposing bellies", + "Contact nuzzles and tactile caresses", + "Low mutual chirps focusing attention", + "Gradual synchronized rest floating" + ], + "camera": "Intimate shoulder-mounted close with shallow DOF", + "accents": [ + "soft warm rim from the last sun", + "gentle specular micro-highlights on wet skin" + ], + "mood": "tender repose", + "lighting": "soft twilight with warm-cool mix", + "style": "emotive intimate vignette" + }, + { + "subGenre": "Dolphins", + "scene": "Coastal reef where dolphins chase flying fish at a blazing sunset", + "sceneVariants": [ + "Coastal reef where dolphins chase flying fish at a blazing sunset", + "Orange-red sky and shimmering surf", + "Flying fish leaving silver trails", + "Dolphins leaping rhythmically through air", + "Coral reef shallow outlines under water" + ], + "actions": [ + "Coordinated aerial strikes through fish curtains", + "High-speed directional changes and flips", + "Short group celebrations with leaps", + "Quick dives to regroup" + ], + "camera": "Dynamic aerial-follow with slow motion on leaps", + "accents": [ + "fiery rim light on leap silhouettes", + "glinting fish-scale highlights" + ], + "mood": "exuberant drama", + "lighting": "dramatic sunset with warm saturation", + "style": "cinematic coastal sequence" + }, + { + "subGenre": "Dolphins", + "scene": "Clear-night harbor where dolphins weave through moored lights and reflect them", + "sceneVariants": [ + "Clear-night harbor where dolphins weave through moored lights and reflect them", + "Still water dotted with lamp reflections", + "Harbor buoys and quiet boats sleeping", + "A few fishermen watching from decks", + "Soft distant city glow" + ], + "actions": [ + "Smooth weaving and reflective passes", + "Occasional curious head-up to inspect lights", + "Gentle tail-splashes leaving light ribbons", + "Silent communication clicks heard faintly" + ], + "camera": "Long-exposure like stabilized tracking emphasizing light trails", + "accents": [ + "soft point-light bokeh from moorings", + "tiny reflective micro-highlights along dorsal ridges" + ], + "mood": "quiet urban enchantment", + "lighting": "low warm harbor lights with cool ambient", + "style": "gentle nocturnal portrait" + }, + { + "subGenre": "Dolphins", + "scene": "A pod escorts a lost pilot whale calf back to deeper water under a cool dawn", + "sceneVariants": [ + "A pod escorts a lost pilot whale calf back to deeper water under a cool dawn", + "Shallow muddy flats and soft morning haze", + "Protective dolphins circling near the calf", + "Calf surfacing slowly with the pod", + "A final coordinated surge toward open sea" + ], + "actions": [ + "Close protective nudging and guiding passes", + "Coordinated route-finding towards deeper channels", + "Loud encouraging chirps and clicks", + "Final celebratory dips once safe" + ], + "camera": "Documentary medium-close tracking with emotional close-ups", + "accents": [ + "cool dawn rim on wet skin", + "soft water micro-highlights accenting movement" + ], + "mood": "compassionate teamwork", + "lighting": "cool calm dawn light", + "style": "emotional wildlife rescue vignette" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_eagles.json b/src/data/animals_and_wildlife_eagles.json new file mode 100644 index 0000000..c062866 --- /dev/null +++ b/src/data/animals_and_wildlife_eagles.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Eagles", + "scene": "Golden eagle riding thermal currents over craggy mountains at sunrise", + "sceneVariants": [ + "Golden eagle riding thermal currents over craggy mountains at sunrise", + "Silhouetted cliffs and narrow valleys", + "Warm sun catching feather edges", + "Clumps of alpine grass on ledges", + "Thin mist settling in lower bowls" + ], + "actions": [ + "Effortless soaring and wing-tucks", + "Occasional stoop to inspect a marmot", + "Sharp talon display during passes", + "Slow banking to gain height" + ], + "camera": "Telephoto from ridge with slow crane-up to reveal wingspan", + "accents": [ + "fiery rim light on primary feathers", + "high micro-detail on feather texture" + ], + "mood": "aloof majesty", + "lighting": "golden sunrise backlight", + "style": "epic avian portrait" + }, + { + "subGenre": "Eagles", + "scene": "Pair nesting on a high pine, afternoon warmth and chicks peeking", + "sceneVariants": [ + "Pair nesting on a high pine, afternoon warmth and chicks peeking", + "Large stick nest perched on a sturdy limb", + "Chicks fluffing and peering over rim", + "Needles and cones scattered below", + "Soft breeze ruffling nest items" + ], + "actions": [ + "Parent bringing fresh prey and tearing at it", + "Chicks flapping in excitement", + "Tender bill-to-bill feeding", + "Protective shading of young" + ], + "camera": "Close insulated long lens with shallow DOF", + "accents": [ + "warm specular on eye and beak", + "fine feather-edge micro-highlights" + ], + "mood": "protective domesticity", + "lighting": "warm afternoon fill", + "style": "intimate natural vignette" + }, + { + "subGenre": "Eagles", + "scene": "Sea eagle stooping over a rocky shoreline under stormy skies", + "sceneVariants": [ + "Sea eagle stooping over a rocky shoreline under stormy skies", + "Waves crashing against black rock", + "Dark clouds and sharp wind", + "Spray and gulls protesting above", + "Tidepools reflecting the mood" + ], + "actions": [ + "High-speed stoop and grab from rock pools", + "Wings braced against gusts", + "Talons retracting with bright-caught prey", + "Quick ascent into turbulent air" + ], + "camera": "Dynamic handheld tracking with whip-pans", + "accents": [ + "cold rim light on wet plumage", + "sparkling spray micro-highlights" + ], + "mood": "storm-forged ferocity", + "lighting": "high-contrast storm light", + "style": "dramatic coastal sequence" + }, + { + "subGenre": "Eagles", + "scene": "Harbor osprey-like eagle hovering and plunging into calm blue inlet", + "sceneVariants": [ + "Harbor osprey-like eagle hovering and plunging into calm blue inlet", + "Seagulls restless on moorings", + "Clear turquoise shallows", + "Boat wakes crossing feeding area", + "Reflections of masts" + ], + "actions": [ + "Rigid hovering then vertical plunge", + "Emerging with a silver fish in talons", + "Shake-and-fly off water droplets", + "Landing on piling to consume catch" + ], + "camera": "Boat-mounted close with slow-mo on plunge", + "accents": [ + "sparkling water beads on feathers", + "bright speculars on fish scales" + ], + "mood": "focused precision", + "lighting": "bright midday sun", + "style": "action coastal vignette" + }, + { + "subGenre": "Eagles", + "scene": "Eagle silhouette against full moon over desert mesa at night", + "sceneVariants": [ + "Eagle silhouette against full moon over desert mesa at night", + "Wide arid plateau and distant starfield", + "Cactus and scrub framing foreground", + "Cool lunar glow bathing the scene", + "Wind-shaped rock formations" + ], + "actions": [ + "Slow wing-beat silhouette cruising", + "Occasional perched pause on a lonely outcrop", + "Listening posture with head cock", + "Silent banking on moonlit thermals" + ], + "camera": "Low-light long lens with wide negative space composition", + "accents": [ + "cool moon rim on feather edges", + "tiny reflective eye highlights" + ], + "mood": "nocturnal solitude", + "lighting": "cool moonlit night", + "style": "noir avian portrait" + }, + { + "subGenre": "Eagles", + "scene": "Eagle stealing a fish from a gull in a busy estuary at dusk", + "sceneVariants": [ + "Eagle stealing a fish from a gull in a busy estuary at dusk", + "Tangled aerial sequences over muddy flats", + "Frenetic wing beats and squawks", + "Reflected dusk colors on water", + "Boats drifting in distant light" + ], + "actions": [ + "High-speed aerial snatch and quick escape", + "Gull outraged flapping trailing behind", + "Eagle banking to secure meal", + "Drops of water scattering in wake" + ], + "camera": "Handheld aerial with impact cutaways", + "accents": [ + "dusk rim highlights on wingtip flashes", + "water droplet micro-highlights" + ], + "mood": "bold opportunism", + "lighting": "muted dusk with warm accents", + "style": "tense wildlife snippet" + }, + { + "subGenre": "Eagles", + "scene": "Mountain thermals: juvenile practicing wide circles above alpine lake", + "sceneVariants": [ + "Mountain thermals: juvenile practicing wide circles above alpine lake", + "Glass lake reflecting sky", + "Pine-dotted slopes and distant snowfields", + "Shallow fog hugged to water", + "Isolated rock stacks as perches" + ], + "actions": [ + "Large circles gaining altitude", + "Small corrective wing adjustments and glides", + "Short stoops to mimic adults", + "Resting on a rocky pinnacle between attempts" + ], + "camera": "Slow drone circle with intermittent close-in on juvenile", + "accents": [ + "soft thermal rim lighting", + "fine feather micro-detail" + ], + "mood": "learning determination", + "lighting": "soft morning thermal light", + "style": "educational nature vignette" + }, + { + "subGenre": "Eagles", + "scene": "Eagle perched on lighthouse at storm edge, scanline of distant ships", + "sceneVariants": [ + "Eagle perched on lighthouse at storm edge, scanline of distant ships", + "Whitewash cliffs and pounding surf", + "Lighthouse beam slicing through rain", + "Wind-swept perches slick with spray", + "Gloomy horizon band" + ], + "actions": [ + "Vigilant head sweeps and wind-braced stance", + "Sudden launch to intercept a passing fish", + "Return to perch shaking off spray", + "A preen to realign soaked feathers" + ], + "camera": "Stark medium with high-contrast weather inserts", + "accents": [ + "cold wet speculars on feathers", + "lens-dapple and rain micro-highlights" + ], + "mood": "resilient watchfulness", + "lighting": "storm-scattered cold light", + "style": "gritty coastal portrait" + }, + { + "subGenre": "Eagles", + "scene": "Riverside mating display: aerial acrobatics and talon touches at dawn", + "sceneVariants": [ + "Riverside mating display: aerial acrobatics and talon touches at dawn", + "Riparian trees and silver water", + "Pairs looping and mutual calls", + "Soft dawn mist over the river", + "Perch-lined banks" + ], + "actions": [ + "Sky dances with synchronous rolls", + "Brief talon-link mid-air", + "Mutual vocal calls and swooping landings", + "Nest-site circling afterward" + ], + "camera": "Fluid aerial-follow with intimate close-ins on talon contact", + "accents": [ + "soft dawn rim on wing edges", + "sparkling water micro-highlights" + ], + "mood": "ornamental courtship", + "lighting": "gentle dawn light", + "style": "elegant behavioral piece" + }, + { + "subGenre": "Eagles", + "scene": "Urban rooftop: an eagle scavenging scraps at midday among city skylines", + "sceneVariants": [ + "Urban rooftop: an eagle scavenging scraps at midday among city skylines", + "Flat roofs and HVAC units", + "Tiny people far below", + "Scattered pigeons and crows on ledges", + "Harsh urban geometry" + ], + "actions": [ + "Quick hops and careful pecks at found food", + "Shooing away crows with assertive wing displays", + "Swift takeoff to clear airspace", + "Perching to survey an urban territory" + ], + "camera": "Street-level telephoto with shallow DOF between buildings", + "accents": [ + "hard midday urban speculars", + "detailed beak and talon micro-highlights" + ], + "mood": "streetwise adaptation", + "lighting": "harsh midday urban sun", + "style": "human-wildlife edge documentary" + }, + { + "subGenre": "Eagles", + "scene": "Snowy conifer ridge: eagle stoops to intercept a leaping hare at dusk", + "sceneVariants": [ + "Snowy conifer ridge: eagle stoops to intercept a leaping hare at dusk", + "Powdered spruce branches and wind-swept drifts", + "Hare white against snow", + "Crisp cold air and visible breath", + "Long purple dusk shadows" + ], + "actions": [ + "Rapid stoop with talons outstretched", + "Hare evasive leaps and sudden zigzag", + "Impact into soft snow and quick retrieval", + "Retreat to perch to consume catch" + ], + "camera": "Fast handheld with high-frame slow-mo on stoop", + "accents": [ + "cold glint on talons and beak", + "crisp snow micro-highlights on fur and feathers" + ], + "mood": "hunting precision", + "lighting": "cool dusk with sharp contrast", + "style": "intense winter hunt" + }, + { + "subGenre": "Eagles", + "scene": "Roosting valley at night: dozens of eagles settling into pines under moon", + "sceneVariants": [ + "Roosting valley at night: dozens of eagles settling into pines under moon", + "Dense dark canopy dotted with white heads", + "Low murmurs and rustling branches", + "Pale lunar wash over valley", + "Occasional battery-lit farmhouse far away" + ], + "actions": [ + "Silent landing into layered roosts", + "Feather-fluffing and settling sounds", + "Soft pre-sleep preening", + "A distant alarm call scattering brief movement" + ], + "camera": "Stabilized low-light wide with close roost texture inserts", + "accents": [ + "cool moon rim on head patches", + "tiny reflective eye micro-highlights" + ], + "mood": "communal calm", + "lighting": "soft moonlit night", + "style": "nocturnal natural tableau" + }, + { + "subGenre": "Eagles", + "scene": "Eagle scavenging at a mountain carcass as ravens watch from nearby", + "sceneVariants": [ + "Eagle scavenging at a mountain carcass as ravens watch from nearby", + "Rugged alpine plateau and torn hides", + "Grease-streaked beak and talons", + "Raven battalion on loose rocks", + "Sharp wind singing over bones" + ], + "actions": [ + "Dominant tearing and careful portioning", + "Assertive posturing to ward off ravens", + "Occasional low threatening calls", + "Final flight to a distant perch with a prize" + ], + "camera": "Close gritty handheld with selective focus on feeding action", + "accents": [ + "warm rim on blood moist areas", + "high micro-detail on feather and flesh textures" + ], + "mood": "ruthless necessity", + "lighting": "harsh midday with high contrast", + "style": "visceral mountain documentary" + }, + { + "subGenre": "Eagles", + "scene": "Coastal cliff thermal where juvenile practices stall-turns above kelp beds", + "sceneVariants": [ + "Coastal cliff thermal where juvenile practices stall-turns above kelp beds", + "Deep emerald water and kelp forests below", + "Cliffs pocked with nesting pockets", + "Cascading gusts and spray", + "Isolated fishing coves" + ], + "actions": [ + "Sharp stall-turns and wing-flick corrections", + "Over-enthusiastic rolling and rapid recovery", + "Parent call-in for guidance", + "Resting at cliff lip between tries" + ], + "camera": "Dynamic follow with slow-motion wingbeat inserts", + "accents": [ + "sparkling spray highlights", + "detailed feather flex micro-highlights" + ], + "mood": "energetic apprenticeship", + "lighting": "bright coastal sun with cool fill", + "style": "youthful training vignette" + }, + { + "subGenre": "Eagles", + "scene": "Fog-lake morning where an eagle snatches a trout in mist-soft light", + "sceneVariants": [ + "Fog-lake morning where an eagle snatches a trout in mist-soft light", + "Milky water and soft reed silhouettes", + "Brief plumes of mist as talons break surface", + "Reflective pale sky", + "Tranquil surrounding forest edge" + ], + "actions": [ + "Precision silent descent and talon pierce", + "Emerging with writhing trout and quick flap", + "Shake to remove water and immediate consumption", + "Short hovering to rearrange grasp" + ], + "camera": "Low mist-plane tracking with gentle close splash inserts", + "accents": [ + "soft volumetric rim through fog", + "moist water micro-highlights on scales" + ], + "mood": "quiet successful hunt", + "lighting": "soft fog-diffused morning", + "style": "gentle natural snapshot" + }, + { + "subGenre": "Eagles", + "scene": "Late autumn thermal lifts as eagles ride thermals hunting migrating rodents", + "sceneVariants": [ + "Late autumn thermal lifts as eagles ride thermals hunting migrating rodents", + "Fields of stubble and harvested crops", + "Thin cold sky and long shadows", + "Rodent-run pathways visible through stubble", + "Scattered hedgerow lines" + ], + "actions": [ + "High glides punctuated by sudden vertical stoops", + "Talons pronouncing precise strikes", + "Swift return to thermal after capture", + "Occasional caching of small prey" + ], + "camera": "Wide agricultural sweep with telephoto action cut-ins", + "accents": [ + "warm low sun rim on back feathers", + "detailed talon micro-highlights on impact" + ], + "mood": "ruthless efficiency", + "lighting": "late golden autumn light", + "style": "behavioral harvest sequence" + }, + { + "subGenre": "Eagles", + "scene": "Storm-clear dawn where eagle preens dripping feathers on a windswept post", + "sceneVariants": [ + "Storm-clear dawn where eagle preens dripping feathers on a windswept post", + "Wet posts and glistening cobbles", + "Pools reflecting the calm sky after storm", + "Fresh washed plumage droplets", + "A distant rainbow hint" + ], + "actions": [ + "Vigorous preening and feather realignment", + "Shaking off excess water and preen-snap", + "Long slow stretches of wings and claws", + "Momentary vigil before flight" + ], + "camera": "Intimate mid-shot with high-detail texture inserts", + "accents": [ + "soft prismatic rim from residual rain", + "wet feather micro-highlights" + ], + "mood": "renewed composure", + "lighting": "soft post-storm morning light", + "style": "healing natural portrait" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_elephants.json b/src/data/animals_and_wildlife_elephants.json new file mode 100644 index 0000000..f323593 --- /dev/null +++ b/src/data/animals_and_wildlife_elephants.json @@ -0,0 +1,452 @@ +[ + { + "subGenre": "Elephants", + "scene": "Matriarch leading a herd across golden floodplain at dawn", + "sceneVariants": [ + "Matriarch leading a herd across golden floodplain at dawn", + "Long column of gray shapes cutting across tall grasses", + "Steam from breath in cool air", + "A distant acacia ridge as backdrop", + "Soft fog hugging the ground" + ], + "actions": [ + "Deliberate, synchronized stepping of adults", + "Calves slipping in puddles and regaining balance", + "Trunk greetings exchanged between individuals", + "Matriarch pausing to test the ground" + ], + "camera": "Wide tracking shot with gentle crane up to reveal herd scale", + "accents": [ + "warm rim light on ear edges", + "dew micro-highlights on eyelashes" + ], + "mood": "steady guardianship", + "lighting": "soft golden sunrise with long gentle shadows", + "style": "grand natural tableau" + }, + { + "subGenre": "Elephants", + "scene": "Juveniles play-wrestling in a muddy wallow under midday sun", + "sceneVariants": [ + "Juveniles play-wrestling in a muddy wallow under midday sun", + "Splattering mud and gleeful trumpets", + "Puddles reflecting bright sky", + "Muddy bellies and flapping ears", + "Surrounding adults watching indulgently" + ], + "actions": [ + "Energetic rolling and mock charges", + "Trunks scooping mud and flicking it around", + "Happy trumpeting and rumbles", + "Sudden pause to drink deeply" + ], + "camera": "Handheld low-angle close-ups with occasional slow-mo on splashes", + "accents": [ + "sparkling mud droplets catching light", + "textured high-detail on wet hide" + ], + "mood": "joyful chaos", + "lighting": "bright high-contrast noon sun", + "style": "playful wildlife short" + }, + { + "subGenre": "Elephants", + "scene": "A lone bull silhouetted against a blood-orange sunset", + "sceneVariants": [ + "A lone bull silhouetted against a blood-orange sunset", + "Long shadow stretching across cracked earth", + "Distant silhouettes of termite mounds", + "Wind-distorted grasses", + "Heat haze softening the horizon" + ], + "actions": [ + "Slow purposeful stride", + "Trunk flicking at flies", + "Head toss indicating irritation", + "Occasional low-call to unseen companions" + ], + "camera": "Telephoto compressed shot emphasizing solitude", + "accents": [ + "fiery rim light outlining tusks", + "subtle dust halo around feet" + ], + "mood": "solemn wanderer", + "lighting": "dramatic golden-hour warm tones", + "style": "poetic silhouette portrait" + }, + { + "subGenre": "Elephants", + "scene": "Matriarch teaching calves to use trunks near a river bend", + "sceneVariants": [ + "Matriarch teaching calves to use trunks near a river bend", + "Delicate trunk-to-mouth lessons", + "Small splashes as calves clumsily drink", + "Pebbled shoreline and slow current", + "Reeds waving in background" + ], + "actions": [ + "Matriarch demonstrating and coaxing", + "Calves fumbling with novelty of water", + "Gentle nudges to correct technique", + "Playful trumpet when a calf succeeds" + ], + "camera": "Low dolly circling the teaching group with warm mid-shots", + "accents": [ + "sparkly speculars on water droplets", + "soft rim on wet hide" + ], + "mood": "patient mentorship", + "lighting": "warm late-morning fill with cool under-shade", + "style": "intimate natural history" + }, + { + "subGenre": "Elephants", + "scene": "Night migration under a silver moon with distant lightning", + "sceneVariants": [ + "Night migration under a silver moon with distant lightning", + "Huge forms moving like a living wall", + "Eyes glinting and trunks occasionally raised", + "Storm clouds flashing on horizon", + "Cool mist settling low" + ], + "actions": [ + "Slow steady plodding", + "Sporadic trunk sniffs of the air", + "Communicative low rumbles passing through the herd", + "A calf pressing close to its mother" + ], + "camera": "Stabilized tracking with occasional close eye catches", + "accents": [ + "cold silver rim light on tusks", + "moody wet speculars from occasional drizzle" + ], + "mood": "stubborn endurance", + "lighting": "cool moonlit night with storm backlight", + "style": "epic nocturnal migration" + }, + { + "subGenre": "Elephants", + "scene": "Elephant family bathing in a tropical monsoon shower", + "sceneVariants": [ + "Elephant family bathing in a tropical monsoon shower", + "Heavy droplets streaming off massive backs", + "Lush jungle canopy dripping around them", + "Mud and leaf litter churned by movement", + "Loud distant thunder" + ], + "actions": [ + "Joyful spraying with trunks", + "Rolling in mud for cooling and skin care", + "Synchronized shaking to fling water", + "Trunk-to-trunk bonding moments" + ], + "camera": "Dynamic handheld with close texture-focused inserts", + "accents": [ + "sparkling rain micro-highlights", + "rich saturated greens contrasting gray hides" + ], + "mood": "exuberant relief", + "lighting": "diffuse storm light with high saturation", + "style": "lush cinematic wildlife moment" + }, + { + "subGenre": "Elephants", + "scene": "Calf learning to stand on its wobbly legs at dawn", + "sceneVariants": [ + "Calf learning to stand on its wobbly legs at dawn", + "Mother supporting with a gentle trunk", + "Fresh tracks in dew-covered grass", + "Soft pastel sky behind", + "Curious birds nearby" + ], + "actions": [ + "Repeated attempts to find footing", + "A triumphant wobble then stable stance", + "Mother nudging encouragement", + "Calf trumpeting a small celebration" + ], + "camera": "Tight close-up handheld with shallow DOF and soft focus backgrounds", + "accents": [ + "gentle sunrise rim illuminating downy hair", + "tiny dew bead highlights on lashes" + ], + "mood": "tender optimism", + "lighting": "soft warm dawn", + "style": "adorable life-beginning vignette" + }, + { + "subGenre": "Elephants", + "scene": "Old matriarch resting beneath baobab as dust devils whirl", + "sceneVariants": [ + "Old matriarch resting beneath baobab as dust devils whirl", + "Weathered skin and long folded tusks", + "Wind-swept leaves and whirling dust", + "A few calves graze nearby", + "A far-off caravan line" + ], + "actions": [ + "Slow ruminating chewing", + "Ear flaps to ward off flies", + "Shifting weight and settling deeper", + "Occasional deep rumble of content" + ], + "camera": "Portrait-style mid-shot with dramatic sky above", + "accents": [ + "cold edge light on tusk curves", + "high micro-detail on cracked hide texture" + ], + "mood": "ancient dignity", + "lighting": "high-contrast late-afternoon with warm highlights", + "style": "statuesque character portrait" + }, + { + "subGenre": "Elephants", + "scene": "Herd crossing a foggy marsh at first light", + "sceneVariants": [ + "Herd crossing a foggy marsh at first light", + "Silhouetted trunks appearing from mist", + "Muffled footfalls in soft peat", + "Low reeds bending with passage", + "Pale sun diffusing through fog" + ], + "actions": [ + "Careful stepping to avoid bog", + "Calves slipping then nudged upright", + "Trunks probing water depth", + "Quiet communicative rumbles" + ], + "camera": "Slow atmospheric crane with soft focus foreground reeds", + "accents": [ + "volumetric light shafts through mist", + "soft luminous edge on wet skin" + ], + "mood": "silent determination", + "lighting": "muted cool dawn with fog diffusion", + "style": "mysterious natural sequence" + }, + { + "subGenre": "Elephants", + "scene": "Playful midnight duel under phosphorescent insects", + "sceneVariants": [ + "Playful midnight duel under phosphorescent insects", + "Tiny bioluminescent specks swirling around", + "Trunks interlocked in mock challenge", + "Dark silhouettes punctured by small lights", + "Glints on tusk edges" + ], + "actions": [ + "Light shoving and mock charges", + "Trunk curls and playful ear flaps", + "Occasional joyful trumpet", + "Couple of calves joining in erratic spins" + ], + "camera": "Close handheld with occasional slow motion for trunk impacts", + "accents": [ + "cool point highlights from bioluminescent insects", + "specular drops on skin glinting faintly" + ], + "mood": "nocturnal playfulness", + "lighting": "very low light with faint cool highlights", + "style": "whimsical night vignette" + }, + { + "subGenre": "Elephants", + "scene": "Family foraging in a burnt savannah after a controlled fire", + "sceneVariants": [ + "Family foraging in a burnt savannah after a controlled fire", + "Charred stubble and new green shoots", + "Sky smoky with lingering haze", + "Ash clinging to feet", + "Low heat gradients above ground" + ], + "actions": [ + "Trunks sifting for tender new shoots", + "Tactile rubbing on blackened trunks", + "Occasional flap to cool themselves", + "Calves nibbling cautiously" + ], + "camera": "Medium tracking with texture-focused close-ups", + "accents": [ + "contrasty warm rim light on ash particles", + "high-detail on soot and fresh shoots" + ], + "mood": "resilient renewal", + "lighting": "soft hazy sunlight with warm undertones", + "style": "documentary resilience piece" + }, + { + "subGenre": "Elephants", + "scene": "Trunk-to-trunk greeting at dusk beneath a canopy of fireflies", + "sceneVariants": [ + "Trunk-to-trunk greeting at dusk beneath a canopy of fireflies", + "Tender close contact between elders", + "Fireflies flickering like floating lanterns", + "Warm dusk colors in the sky", + "Soft leaf-litter ground" + ], + "actions": [ + "Gentle trunk entwining and nuzzling", + "Low rumble exhalations", + "Shared dusty breaths", + "Calf watching the ceremony curiously" + ], + "camera": "Intimate tight close-up with shallow depth and gentle dolly", + "accents": [ + "soft warm rim on trunk creases", + "tiny point-lights from fireflies creating bokeh accents" + ], + "mood": "affectionate ritual", + "lighting": "soft dusk with warm highlights and point light bokeh", + "style": "poetic micro-moment" + }, + { + "subGenre": "Elephants", + "scene": "Thunderstorm panic as herd seeks shelter among rocky outcrops", + "sceneVariants": [ + "Thunderstorm panic as herd seeks shelter among rocky outcrops", + "Sheets of rain creating rivers in gullies", + "Lightning illuminating frantic movement", + "Mud-laden hide and frantic dust rolling", + "Roaring wind bending scrub" + ], + "actions": [ + "Urgent crossing with splashing footfalls", + "Adults shielding calves with bodies", + "Head-lowering into driving rain", + "Occasional startled trumpet calls" + ], + "camera": "Handheld chaotic tracking with quick cuts and flash exposures", + "accents": [ + "wet skin speculars and lightning staccato rim light", + "spray and droplets frozen in high-detail" + ], + "mood": "panic-driven urgency", + "lighting": "harsh storm lighting with lightning punctuations", + "style": "high-intensity natural weather sequence" + }, + { + "subGenre": "Elephants", + "scene": "Solitary calf lost and calling at midnight beneath a pale moon", + "sceneVariants": [ + "Solitary calf lost and calling at midnight beneath a pale moon", + "Small silhouette against wide landscape", + "Echoing bellows into the night", + "Sparse thorn scrub and open ground", + "Distant silhouettes of grazing animals" + ], + "actions": [ + "Repeated plaintive trumpeting", + "Restless pacing and hesitant stops", + "Crouch and low whimper when no response", + "Finally calming as a distant rumble answers" + ], + "camera": "Close handheld for emotional intimacy, slow pull back to show isolation", + "accents": [ + "cold moon rim on tear-wet hide", + "subtle rim glow on tiny tusk bud" + ], + "mood": "vulnerable longing", + "lighting": "cool moonlight with deep shadows", + "style": "emotive nocturnal vignette" + }, + { + "subGenre": "Elephants", + "scene": "Crossing a shallow delta at sunrise with birds lifting around them", + "sceneVariants": [ + "Crossing a shallow delta at sunrise with birds lifting around them", + "Mirror-like water reflecting warm sky", + "Feet stirring up soft mud plumes", + "White birds taking off in choreographed flight", + "Snake of gray bodies threading through channels" + ], + "actions": [ + "Measured stepping and trunk probing", + "Birds flushing and wheeling in unison", + "Occasional playful spray at a nearby calf", + "Matriarch pausing to mark a new scent" + ], + "camera": "Wide cinematic crane revealing landscape and herd choreography", + "accents": [ + "glinting water micro-highlights", + "warm sunrise rim on ear membranes" + ], + "mood": "communal harmony", + "lighting": "warm sunrise with reflective water highlights", + "style": "serene natural epic" + }, + { + "subGenre": "Elephants", + "scene": "Veteran bull sparring with rivals under a copper-red sunset", + "sceneVariants": [ + "Veteran bull sparring with rivals under a copper-red sunset", + "Clouds dusted with last light", + "Heavy footfalls and flaring dust", + "Mane-like ear flaps and locked tusks", + "Silhouetted on a low rise" + ], + "actions": [ + "Brute shoves and tusk clashes", + "Gravel grinding underfoot and flaring dust", + "Short furious trumpets punctuating contact", + "One bull finally backing away, wounded but standing" + ], + "camera": "Dynamic handheld medium shots with close impact inserts", + "accents": [ + "fiery rim light on edges of tusks", + "textured dust motes lit dramatically" + ], + "mood": "violent confrontation", + "lighting": "intense golden-copper sunset", + "style": "raw wildlife conflict sequence" + }, + { + "subGenre": "Elephants", + "scene": "Elders performing a shallow dust-bathing ritual at dusk", + "sceneVariants": [ + "Elders performing a shallow dust-bathing ritual at dusk", + "Soft clouds of ochre dust rising", + "Slow coordinated shuffles and trunk scoops", + "Close calm faces and half-closed eyes", + "Warm evening sky behind" + ], + "actions": [ + "Trunks flinging fine dust across backs", + "Adults rubbing against rocks to remove pests", + "Gentle trunk exchanges in rest", + "Long low rumbles of social cohesion" + ], + "camera": "Intimate wide mid-shot capturing ritual movement", + "accents": [ + "warm dust-edge rim lighting", + "soft tactile detail on dusted skin" + ], + "mood": "ritualized comfort", + "lighting": "warm dusk with soft fill", + "style": "reflective cultural-natural scene" + }, + { + "subGenre": "Elephants", + "scene": "Herd navigating a narrow canyon with echoing rumbles at night", + "sceneVariants": [ + "Herd navigating a narrow canyon with echoing rumbles at night", + "Sheer rock walls confining movement", + "Flashlight-like moonbeams piercing narrow gaps", + "Trunks brushing stone walls", + "Periodic echoing calls" + ], + "actions": [ + "Careful single-file movement", + "Trunks testing rock stability", + "Low rumbles amplifying in the canyon", + "A calf pressing close to a parent" + ], + "camera": "Tight tracking with occasional wide reveal as canyon opens", + "accents": [ + "cold rock-reflected rim light", + "specular highlights on wet stone where trunks touch" + ], + "mood": "cautious passage", + "lighting": "pale moonlight with high contrast canyon shadows", + "style": "tense nocturnal traversal" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_foxes.json b/src/data/animals_and_wildlife_foxes.json new file mode 100644 index 0000000..68dee30 --- /dev/null +++ b/src/data/animals_and_wildlife_foxes.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Foxes", + "scene": "Red fox family at dawn playing near a hedgerow", + "sceneVariants": [ + "Red fox family at dawn playing near a hedgerow", + "Soft mist curling over a dew-laden field", + "Kits tumbling among brambles", + "Adult pushing a curious kit gently", + "A distant farmhouse silhouette" + ], + "actions": [ + "Kits pouncing and mock-stalking", + "Adult grooming and nudging to teach", + "Quick darts after insects in the grass", + "Tail-flagging to communicate" + ], + "camera": "Low handheld with close playful inserts and shallow depth", + "accents": [ + "warm rim light on fur tips", + "sparkling dew micro-highlights on whiskers" + ], + "mood": "tender playfulness", + "lighting": "soft dawn fill with warm backlight", + "style": "intimate wildlife vignette" + }, + { + "subGenre": "Foxes", + "scene": "Urban alley at night where a fox scavenges under neon signs", + "sceneVariants": [ + "Urban alley at night where a fox scavenges under neon signs", + "Wet cobbles reflecting colored lights", + "Cardboard boxes and stray bins scattered", + "A fox silhouette moving quick and silent", + "A distant car sliding by" + ], + "actions": [ + "Sniffing through refuse and quick grabs", + "Frozen alert at distant noise then resume foraging", + "Slipping into shadow between bins", + "A sudden cautious retreat" + ], + "camera": "Stabilized low-light POV with quick cutaways on paws", + "accents": [ + "cool neon rim on fur edges", + "wet ground specular micro-highlights" + ], + "mood": "sly survival", + "lighting": "mixed artificial night light with deep shadows", + "style": "noir urban wildlife clip" + }, + { + "subGenre": "Foxes", + "scene": "Arctic fox stalking across a windswept snowfield in pale winter light", + "sceneVariants": [ + "Arctic fox stalking across a windswept snowfield in pale winter light", + "Low-contrast white landscape and distant ridges", + "Pale blue shadows across snow ripples", + "A small prey silhouette in the distance", + "Breath vapor rising with each step" + ], + "actions": [ + "Low belly-crawl stalking then explosive pounce", + "Shake-off snow flurries after impact", + "Quick burying of scent after feed", + "Scanning horizon for threats" + ], + "camera": "Telephoto low-angle with slow push-in at pounce", + "accents": [ + "cool rim on snow-dusted fur", + "crisp micro-highlights on powder flakes" + ], + "mood": "survival grace", + "lighting": "soft cold winter daylight", + "style": "epic tundra portrait" + }, + { + "subGenre": "Foxes", + "scene": "Red fox on a moonlit ridge with stars and distant owl calls", + "sceneVariants": [ + "Red fox on a moonlit ridge with stars and distant owl calls", + "Silhouette against a pale moon", + "Long shadow stretching down the slope", + "Silent grasses moving in night breeze", + "A faint village glow far away" + ], + "actions": [ + "Cautious slow stalk with periodic listening pauses", + "Sudden dart to capture small mammal", + "Quick shake and head-scan after catch", + "Soft grooming before moving on" + ], + "camera": "Low-noise long lens with soft moonlit close-ups", + "accents": [ + "cool moon rim on ear edges", + "subtle reflective micro-highlights in eye" + ], + "mood": "nocturnal alertness", + "lighting": "soft moonlit night", + "style": "poetic night vignette" + }, + { + "subGenre": "Foxes", + "scene": "Vulpes vulpes trotting along a hedgerow in golden autumn light", + "sceneVariants": [ + "Vulpes vulpes trotting along a hedgerow in golden autumn light", + "Fallen leaves in russet and gold", + "Heather and bramble textures", + "Crisp air and visible breath", + "A distant woodpigeon taking flight" + ], + "actions": [ + "Steady trot with intermittent standing-to-listen", + "Pouncing on a rustling leaf revealing prey", + "Pausing to mark territory", + "Casual padding into cover" + ], + "camera": "Medium tracking with warm color grade and leaf texture inserts", + "accents": [ + "golden rim on coat", + "detailed fur micro-highlights" + ], + "mood": "autumnal solitude", + "lighting": "warm golden-hour light", + "style": "classic pastoral wildlife" + }, + { + "subGenre": "Foxes", + "scene": "Fox family den entrance with kits peering out from under a root ball", + "sceneVariants": [ + "Fox family den entrance with kits peering out from under a root ball", + "Loose soil and leaf litter around a dark cavity", + "Moments of cautious eye contact", + "Tiny paws scrabbling", + "Soft muffled chirps from within" + ], + "actions": [ + "Kits peeking then retreating", + "Adult returning with small prey", + "Brief feeding and rapid clean-up", + "Kits tumbling while learning to exit" + ], + "camera": "Macro low-angle with intimate depth and focus pulls", + "accents": [ + "soft warm rim from early sun", + "detailed dirt micro-highlights" + ], + "mood": "cozy home life", + "lighting": "soft sheltered morning light", + "style": "intimate den portrait" + }, + { + "subGenre": "Foxes", + "scene": "Desert kit fox navigating moon-baked dunes under starlight", + "sceneVariants": [ + "Desert kit fox navigating moon-baked dunes under starlight", + "Cool blue tones and rippled sand", + "Sparse scrub and distant rocky outcrops", + "A slow-moving sky", + "Occasional scorpions and small lizards" + ], + "actions": [ + "Light-footed hop-and-listen hunting technique", + "Quick grab and burying of a small catch", + "Resting in a cool shadow", + "Careful grooming to keep sand out of fur" + ], + "camera": "Night-vision low-angle with soft starfield backgrounds", + "accents": [ + "moon-dusted micro-highlights on whiskers", + "textured sand speculars" + ], + "mood": "desert stealth", + "lighting": "cool nocturnal moonlight", + "style": "ethereal desert study" + }, + { + "subGenre": "Foxes", + "scene": "Red fox slipping through a suburban garden at twilight", + "sceneVariants": [ + "Red fox slipping through a suburban garden at twilight", + "Fence lines and trimmed hedges", + "Garden lights slowly turning on", + "A compost heap and bird feeder silhouettes", + "Distant human voices fading" + ], + "actions": [ + "Careful tiptoe steps along fence base", + "Quick raid on fallen fruit or scraps", + "Pause to listen and then dash across lawn", + "Slink into hedgerow cover" + ], + "camera": "Steady handheld with domestic close-ins", + "accents": [ + "warm porch light rim", + "soft reflective micro-highlights on wet leaves" + ], + "mood": "urban-adapted cunning", + "lighting": "twilight mixed artificial and ambient", + "style": "suburban wildlife piece" + }, + { + "subGenre": "Foxes", + "scene": "Fox under heavy rain sheltering in a copse with dripping leaves", + "sceneVariants": [ + "Fox under heavy rain sheltering in a copse with dripping leaves", + "Wet fur and puddles reflecting canopy", + "Low smoky sky and saturated colors", + "Rain streaks in foreground blur", + "Occasional thunder low-rumble" + ], + "actions": [ + "Shaking off water and flattening against shelter", + "Short cautious probes into rain for exposed prey", + "Turning back to dens to check kits", + "Shivering then tucking into a dry nook" + ], + "camera": "Handheld weathered look with high shutter droplets frozen", + "accents": [ + "wet-fur specular micro-highlights", + "raindrop sparkles on leaves" + ], + "mood": "weather-hardened resilience", + "lighting": "diffuse rainy daylight", + "style": "moody natural portrait" + }, + { + "subGenre": "Foxes", + "scene": "Arctic fox in summer pelage among tundra flowers", + "sceneVariants": [ + "Arctic fox in summer pelage among tundra flowers", + "Low alpine blooms in pastel shades", + "Rocky hummocks and lichen patches", + "A small creek trickling", + "Hovering butterflies and flies" + ], + "actions": [ + "Foraging for insects and small rodents", + "Playful chasing of flies and moths", + "Rolling in fragrant herbs", + "Quick seasonal coat grooming" + ], + "camera": "Macro tracking with colorful wide-grade", + "accents": [ + "soft floral rim on fur", + "detailed micro-highlights on floral petals" + ], + "mood": "seasonal joy", + "lighting": "soft summer tundra daylight", + "style": "vibrant nature portrait" + }, + { + "subGenre": "Foxes", + "scene": "Fox vixen on a frost-lined morning marking a boundary", + "sceneVariants": [ + "Fox vixen on a frost-lined morning marking a boundary", + "Thin frost on grass and fence posts", + "Low sun creating long cool shadows", + "A cautious stance and focused gaze", + "A far-off wood with movement" + ], + "actions": [ + "Cheek rubbing on a low stump", + "Brief urine-marking then stepping away", + "Head-cocking to listen for intruders", + "Short trot away to patrol further" + ], + "camera": "Medium steady with close scent-mark inserts", + "accents": [ + "cold rim on fur edges", + "crisp micro-highlights on frosted grass" + ], + "mood": "territorial resolve", + "lighting": "crisp low-morning light", + "style": "behavioral natural study" + }, + { + "subGenre": "Foxes", + "scene": "Red fox hunting mice in a meadow at golden sunrise", + "sceneVariants": [ + "Red fox hunting mice in a meadow at golden sunrise", + "Long grass waving in warm glow", + "Small tunnels and peep-holes in earth", + "A gentle chorus of morning birds", + "A dew-sparkled web nearby" + ], + "actions": [ + "Hovering listening pose then pinpoint pounce", + "Quick bury-and-consume sequence", + "Short grooming after feed", + "Returning to a vantage point to scan again" + ], + "camera": "High-frame-rate close on pounce with warm grade", + "accents": [ + "golden rim on movement edges", + "detailed micro-highlights on kicked earth" + ], + "mood": "focused hunter energy", + "lighting": "warm sunrise directional light", + "style": "tight nature action" + }, + { + "subGenre": "Foxes", + "scene": "Fox crossing a quiet stream using stepping stones at midday", + "sceneVariants": [ + "Fox crossing a quiet stream using stepping stones at midday", + "Clear water reflecting blue sky", + "Mossy stones and sun dapple", + "Tiny fish visible beneath surface", + "Dragonfly shadows skimming water" + ], + "actions": [ + "Cautious stone-to-stone stepping", + "Quick balance adjustments with tail", + "Small shake upon reaching bank", + "Brief sniff and onward trot" + ], + "camera": "Low-angle bank tracking with water-splash micro-inserts", + "accents": [ + "sparkling creek micro-highlights", + "detailed wet-fur edge highlights" + ], + "mood": "careful grace", + "lighting": "bright clear midday", + "style": "calm passage vignette" + }, + { + "subGenre": "Foxes", + "scene": "Fox spooked by a sudden drone overhead, scattering into cover at dusk", + "sceneVariants": [ + "Fox spooked by a sudden drone overhead, scattering into cover at dusk", + "Distant mechanical hum and red drone LEDs", + "Quick burst of movement into thick hedgerow", + "Leaves and dust in sudden motion", + "A stunned pause then disappearing" + ], + "actions": [ + "Instant freeze then explosive leap into brush", + "Rapid zig-zagging between trees", + "Short regroup in deep cover", + "Tentative peek before resuming" + ], + "camera": "Dynamic handheld reaction shot with drone POV inserts", + "accents": [ + "harsh artificial specular from drone LEDs", + "dust micro-highlights suspended mid-air" + ], + "mood": "startled urgency", + "lighting": "dusk with artificial LED puncta", + "style": "urban-wild interaction clip" + }, + { + "subGenre": "Foxes", + "scene": "Snow fox returning to den under aurora-lit polar sky", + "sceneVariants": [ + "Snow fox returning to den under aurora-lit polar sky", + "Curtains of green and purple overhead", + "Snow-drifted tunnels leading to an entrance", + "Breath steaming in cold air", + "Silent crystalline landscape" + ], + "actions": [ + "Gliding bound across snow with minimal prints", + "Quick burrow to entrance and sheltering", + "Slow settling into den with soft padding", + "Periodic ear twitches listening to the aurora hush" + ], + "camera": "Aerial aurora panorama transitioning to intimate den entry", + "accents": [ + "auroral micro-highlights on white fur", + "crisp snow crystal speculars" + ], + "mood": "arctic serenity", + "lighting": "cold aurora night light", + "style": "magical natural portrait" + }, + { + "subGenre": "Foxes", + "scene": "Final vignette: fox silhouette on a hill at sunset as farmland lights start to glow", + "sceneVariants": [ + "Final vignette: fox silhouette on a hill at sunset as farmland lights start to glow", + "Long pastel gradients behind silhouette", + "A single windmill turning far away", + "Gentle breeze moving tall grasses", + "A chorus of evening crickets begins" + ], + "actions": [ + "One last attentive scan across the valley", + "Soft trot down the ridge toward shelter", + "A slight flick of the tail as it disappears", + "Calm settling into the landscape" + ], + "camera": "Wide establishing with gentle push-in for silhouette detail", + "accents": [ + "clean sunset backlight", + "feathered rim on tail and ears" + ], + "mood": "peaceful closure", + "lighting": "soft sunset backlight", + "style": "poetic landscape coda" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_giraffes.json b/src/data/animals_and_wildlife_giraffes.json new file mode 100644 index 0000000..f47b0dc --- /dev/null +++ b/src/data/animals_and_wildlife_giraffes.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Giraffes", + "scene": "Towering herd browsing acacia crowns at golden hour", + "sceneVariants": [ + "Towering herd browsing acacia crowns at golden hour", + "Long necks silhouetted against an amber sky", + "Leaves rustling as heads sweep branches", + "Spotted patterns catching warm light", + "Distant termite mounds on the plain" + ], + "actions": [ + "Slow precision plucks of thorny branches", + "Deliberate chewing with loose lips", + "Occasional flick of tongue retrieving leaves", + "A juvenile reaching awkwardly for a high sprig" + ], + "camera": "Wide gentle crane with low-angle inserts to emphasize height", + "accents": [ + "warm rim light outlining necks", + "high-detail skin pattern micro-texture" + ], + "mood": "graceful serenity", + "lighting": "golden hour warmth with soft long shadows", + "style": "elegant wildlife portrait" + }, + { + "subGenre": "Giraffes", + "scene": "A lone bull pacing beneath storm clouds at dusk", + "sceneVariants": [ + "A lone bull pacing beneath storm clouds at dusk", + "Quickening wind across tall grass", + "Low thunderheads on the horizon", + "Tense stance and flaring nostrils", + "Scattered small herds in background" + ], + "actions": [ + "Pacing with measured, long strides", + "Neck-swing displays of dominance", + "Short bursts of irritated snorts", + "Shaking off rain as drops begin" + ], + "camera": "Telephoto medium shot with occasional slow push-ins", + "accents": [ + "cold edge light from storm", + "spray and water micro-highlights on coat" + ], + "mood": "tense anticipation", + "lighting": "moody dusk with cool storm undertones", + "style": "dramatic wildlife moment" + }, + { + "subGenre": "Giraffes", + "scene": "Calf awkwardly sprinting alongside adults on a bright midday plain", + "sceneVariants": [ + "Calf awkwardly sprinting alongside adults on a bright midday plain", + "Short quick steps and floppy gait", + "Bright clear sky overhead", + "Distant grazing ungulates", + "Heat shimmer near the ground" + ], + "actions": [ + "Flurried running and wobbling stops", + "Playful head-butting at a sibling", + "Adults keeping a steady pace nearby", + "Quick lunges to nibble low leaves" + ], + "camera": "Handheld low-tracking with playful intermittent slow-mo", + "accents": [ + "strong speculars on glossy eyes", + "sharp micro-contrast on coat patterns" + ], + "mood": "youthful exuberance", + "lighting": "bright high-noon sunlight", + "style": "energetic nature short" + }, + { + "subGenre": "Giraffes", + "scene": "Night silhouettes crossing a river under a silver moon", + "sceneVariants": [ + "Night silhouettes crossing a river under a silver moon", + "Reflections of tall legs in slow water", + "Moon casting clean silver lines", + "Misty banks and soft reed movement", + "Stars visible in a clear sky" + ], + "actions": [ + "Measured careful stepping into shallow water", + "Trunks of reeds brushing flanks", + "Soft inhalations and low creaks", + "A nervous calf hesitating then following" + ], + "camera": "Slow stabilized lateral tracking with reflective close inserts", + "accents": [ + "cool rim light on muzzle and ossicones", + "tiny specular highlights in reflected water" + ], + "mood": "quiet passage", + "lighting": "cool moonlit night", + "style": "nocturnal nature tableau" + }, + { + "subGenre": "Giraffes", + "scene": "Two bulls engaging in ritual necking at sunrise", + "sceneVariants": [ + "Two bulls engaging in ritual necking at sunrise", + "Powerful slow swings and heavy impacts", + "Crowd of onlookers at respectful distance", + "Dust kicking at impact points", + "Sunrise rim lighting figures" + ], + "actions": [ + "Long neck strikes and tested balance", + "Thudding collisions with reverberating dust", + "Short rests between bouts", + "Occasional triumphant posture from winner" + ], + "camera": "Dynamic medium handheld to capture impacts and dust", + "accents": [ + "fiery rim on impact edges", + "dust micro-highlights caught in backlight" + ], + "mood": "ritual combat", + "lighting": "warm sunrise contrast", + "style": "cinematic natural conflict" + }, + { + "subGenre": "Giraffes", + "scene": "Foraging under a gentle rain with pearl-like droplets", + "sceneVariants": [ + "Foraging under a gentle rain with pearl-like droplets", + "Leaves beaded and dripping", + "Soft mist rising from the ground", + "Muted color palette with saturated greens", + "Glassy wet skin textures" + ], + "actions": [ + "Tricky nibbles picking the freshest leaves", + "Shaking water from ossicones", + "Slow contented chewing", + "Browsed branches falling in small showers" + ], + "camera": "Intimate close-ups with slow dolly pull to reveal herd", + "accents": [ + "sparkling rain micro-highlights", + "saturated wet-leaf bokeh" + ], + "mood": "refreshing calm", + "lighting": "diffuse overcast with soft highlights", + "style": "moody pastoral vignette" + }, + { + "subGenre": "Giraffes", + "scene": "A mother bending awkwardly to drink at a dusty waterhole at noon", + "sceneVariants": [ + "A mother bending awkwardly to drink at a dusty waterhole at noon", + "Long splayed forelegs and lowered neck", + "Dust whorls from cattle nearby", + "Reflections disrupted by drinking motion", + "Brown parched earth surrounding water" + ], + "actions": [ + "Deliberate lowering and careful sipping", + "Quick head lift to scan the horizon", + "A calf mimicking the awkward pose", + "A startled flap of nearby birds" + ], + "camera": "Low-angle timed reefing to capture the bending silhouette", + "accents": [ + "strong midday speculars on water", + "warm dust-edge rim lighting" + ], + "mood": "vigilant repose", + "lighting": "harsh noon sun with stark shadows", + "style": "documentary natural action" + }, + { + "subGenre": "Giraffes", + "scene": "Calves nursing beneath dappled canopy at dusk", + "sceneVariants": [ + "Calves nursing beneath dappled canopy at dusk", + "Soft leaf shadow patterns on flanks", + "Gentle maternal protection", + "Twilight colors seeping through leaves", + "Small insects orbiting tender areas" + ], + "actions": [ + "Quiet suckling and mother shifting weight", + "Protective glances towards darkness", + "Subtle tail flicks to shoo flies", + "A calf curling close as evening chills" + ], + "camera": "Close tender handheld shots with shallow DOF", + "accents": [ + "soft dapple rim light through canopy", + "micro-detail on calf lashes and whiskers" + ], + "mood": "tender intimacy", + "lighting": "soft dusk with warm cool mix", + "style": "intimate wildlife vignette" + }, + { + "subGenre": "Giraffes", + "scene": "A small group pacing along a firebreak under smoky sunset", + "sceneVariants": [ + "A small group pacing along a firebreak under smoky sunset", + "Hazy orange sky with low visibility", + "Charred grass contrasts with green edges", + "Mild coughing from birds in background", + "Wind-driven ember embers drifting" + ], + "actions": [ + "Slow purposeful walking along cleared path", + "Occasional pausing to nose-scent unusual scents", + "A calf stumbling on uneven ground", + "Heads lifted in alert at distant noises" + ], + "camera": "Medium tracking lateral shots with tight insert on expressive eyes", + "accents": [ + "smoky warm rim light", + "ash particle micro-highlights" + ], + "mood": "uneasy resilience", + "lighting": "smoky sunset with diffused warmth", + "style": "atmospheric documentary clip" + }, + { + "subGenre": "Giraffes", + "scene": "Under starlight they browse silently in a moonlit clearing", + "sceneVariants": [ + "Under starlight they browse silently in a moonlit clearing", + "Stars pinpricking the deep blue sky", + "Pale moon casting soft silver glazing", + "Tall silhouettes moving like slow dancers", + "Faint constellations reflected on glossy eyes" + ], + "actions": [ + "Quiet careful browsing", + "Occasional slow glances skyward", + "Soft rustle of leaves", + "Trunks tasting dew-dropped leaves" + ], + "camera": "Wide static with slow push-in on reflective eye close-ups", + "accents": [ + "cool moon rim on ossicones", + "tiny sparkling highlights on dew-laden foliage" + ], + "mood": "calm nocturnal grace", + "lighting": "soft moonlight with cool palette", + "style": "ethereal wildlife scene" + }, + { + "subGenre": "Giraffes", + "scene": "A curious juvenile inspecting a camera left near a trail at morning", + "sceneVariants": [ + "A curious juvenile inspecting a camera left near a trail at morning", + "Sniffing and tentative tongue touch", + "Small head tilts and puzzled expressions", + "Dewy grass and soft morning haze", + "Nearby adults grazing unconcerned" + ], + "actions": [ + "Approach with measured curiosity", + "Tongue flick to explore smooth glass", + "A startled recoil before cautious return", + "Nudging from a sibling to investigate together" + ], + "camera": "Close documentary POV swapped for metacommentary", + "accents": [ + "gentle warm rim on muzzle", + "specular highlights on the camera glass mirrored in eye" + ], + "mood": "curious playfulness", + "lighting": "soft morning fill", + "style": "meta nature moment" + }, + { + "subGenre": "Giraffes", + "scene": "A small herd browsing seaside acacias with ocean spray in background", + "sceneVariants": [ + "A small herd browsing seaside acacias with ocean spray in background", + "Blue ocean line and crashing waves", + "Salt burn on nearest leaves", + "Seabirds wheeling overhead", + "Wind-tousled grasses meeting sand" + ], + "actions": [ + "Selecting salt-tolerant leaves carefully", + "Occasional glance toward crashing surf", + "Trunk lifts to reach highest tender shoots", + "Synchronous chewing rhythm" + ], + "camera": "Wide coastal establishing with telephoto inserts", + "accents": [ + "cool ocean rim highlights", + "salt-crystal micro-accents on leaves" + ], + "mood": "serene juxtaposition", + "lighting": "bright coastal sunlight", + "style": "unique habitat contrast vignette" + }, + { + "subGenre": "Giraffes", + "scene": "A desolate night: a single giraffe illuminated by a distant jeep's spotlight", + "sceneVariants": [ + "A desolate night: a single giraffe illuminated by a distant jeep's spotlight", + "Long shadow cast behind, background swallowed by black", + "Breathing steam visible in cold air", + "Spotlight wash creating hard contrast", + "Nearby insects spiraling in the beam" + ], + "actions": [ + "Startled freeze then cautious retreat", + "Slow careful step away from the light", + "Head cocking to assess threat source", + "Eventual confident return to browse once light passes" + ], + "camera": "Stark cinematic single-shot with high-contrast lighting", + "accents": [ + "hard specular from spotlight", + "detailed eye reflections and wet nostril glint" + ], + "mood": "tense curiosity", + "lighting": "harsh artificial spotlight in deep night", + "style": "noir wildlife snippet" + }, + { + "subGenre": "Giraffes", + "scene": "Morning congregation where elders lead the group to fresh shoots", + "sceneVariants": [ + "Morning congregation where elders lead the group to fresh shoots", + "Ordered movement with calm direction", + "Younger individuals learning routes", + "Bright dew on newly sprouted foliage", + "Soft chorus of bird calls adding atmosphere" + ], + "actions": [ + "Elders pausing to scent-mark feeding locations", + "Calves watching protocol and copying", + "Trunks reaching in a practiced rhythm", + "Adults gently redirecting younger browsers" + ], + "camera": "Wide cinematic mover with mid-shot leader close-ups", + "accents": [ + "soft golden rim on leader's profile", + "rich detail on new leaf textures" + ], + "mood": "ordered community care", + "lighting": "soft early morning gold", + "style": "educational natural vignette" + }, + { + "subGenre": "Giraffes", + "scene": "Dusty evening as a herd moves along an old migration route", + "sceneVariants": [ + "Dusty evening as a herd moves along an old migration route", + "Low sun cutting through haze", + "Familiar landmarks in silhouette", + "Slow persistent column of animals", + "Insects and small mammals scurrying at their feet" + ], + "actions": [ + "Steady pacing with occasional breaks", + "Scenting the air for familiar signposts", + "Subtle social nudges to maintain formation", + "A brief spurt when startled by a passing vehicle" + ], + "camera": "Tracking lateral long shot with gentle cross-cuts", + "accents": [ + "backlit dust motes creating golden halos", + "high texture contrast on dusty hides" + ], + "mood": "steady migration rhythm", + "lighting": "golden dusty sunset", + "style": "traveling nature sequence" + }, + { + "subGenre": "Giraffes", + "scene": "A calf sheltered in the lee of an adult during a cold clear night", + "sceneVariants": [ + "A calf sheltered in the lee of an adult during a cold clear night", + "Visible breath in cold air", + "Stars bright above and a faint milky way", + "Quiet hush over the plain", + "Soft fur ruffled against chill" + ], + "actions": [ + "Close nuzzling for warmth", + "Small rhythmic breathing and soft rumbles", + "An adult shifting slightly to shield from wind", + "Calf dozing then stirring briefly" + ], + "camera": "Tight intimate slow push-in to emotional close", + "accents": [ + "cool moon rim on silhouettes", + "gentle sparkle on frosty grass" + ], + "mood": "protective warmth", + "lighting": "pale moonlight with crisp cool tones", + "style": "emotive nocturnal vignette" + }, + { + "subGenre": "Giraffes", + "scene": "A juvenile practicing high browsing under bright midday sun", + "sceneVariants": [ + "A juvenile practicing high browsing under bright midday sun", + "Stretching awkwardly to reach uppermost leaves", + "Bright blue sky with sparse clouds", + "Shiny healthy foliage at reach", + "Nearby insects hovering" + ], + "actions": [ + "Repeated stretches and successful plucks", + "Brief slips then steady recovery", + "Satisfied chewing and small triumphant sounds", + "An adult observing with approving posture" + ], + "camera": "Low-angle time-lapse style insert with playful pacing", + "accents": [ + "strong midday specular on leaves", + "high micro-detail on tongue motion" + ], + "mood": "determined learning", + "lighting": "clear bright midday light", + "style": "lighthearted nature vignette" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_horses.json b/src/data/animals_and_wildlife_horses.json new file mode 100644 index 0000000..8c4e6d5 --- /dev/null +++ b/src/data/animals_and_wildlife_horses.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Horses", + "scene": "Wild mustang herd running across a sunlit plateau", + "sceneVariants": [ + "Wild mustang herd running across a sunlit plateau", + "Dust trail curling behind hooves", + "Wide open sky with distant mesa", + "Sparse sagebrush and golden grass", + "A lead stallion rearing briefly" + ], + "actions": [ + "Thundering gallop in unison", + "Stallion rears to assert position", + "Mares nudging foals to keep pace", + "Dust clouds forming dramatic plumes" + ], + "camera": "Wide tracking shot from flank with occasional low-angle pushes", + "accents": [ + "warm rim light on manes", + "high micro-detail on kicked dust particles" + ], + "mood": "untamed freedom", + "lighting": "warm late-afternoon sun", + "style": "epic natural ride" + }, + { + "subGenre": "Horses", + "scene": "Dapple grey mare and foal in a misty morning meadow", + "sceneVariants": [ + "Dapple grey mare and foal in a misty morning meadow", + "Soft vapor rising from dewy grass", + "Close mutual nuzzling", + "A wooden fence in soft focus", + "Low song of waking birds" + ], + "actions": [ + "Foal skittering and learning to balance", + "Mare gently nudging and guiding", + "Quiet grooming of foal's head", + "Slow exploratory walks through dew" + ], + "camera": "Intimate handheld with shallow depth and gentle dolly", + "accents": [ + "volumetric shafts through mist", + "dewy micro-highlights on whiskers" + ], + "mood": "tender beginnings", + "lighting": "soft dawn with cool-warm balance", + "style": "intimate pastoral vignette" + }, + { + "subGenre": "Horses", + "scene": "Stormy beach gallop with dark clouds and spray", + "sceneVariants": [ + "Stormy beach gallop with dark clouds and spray", + "Black surf pounding on the sand", + "Silhouetted riders and horses", + "Wind-driven spray and flapping manes", + "A distant lighthouse flash" + ], + "actions": [ + "Powerful gallops slashing through surf", + "Riders leaning into the wind", + "Hoof-prints filling and being erased", + "Splashing arcs of seawater" + ], + "camera": "Handheld dynamic lateral tracking with high shutter to freeze spray", + "accents": [ + "cold rim from storm backlight", + "sparkling spray micro-highlights" + ], + "mood": "wild exhilaration", + "lighting": "high-contrast storm light", + "style": "cinematic action ride" + }, + { + "subGenre": "Horses", + "scene": "Stable interior at midday: thoroughbreds being groomed and tacked", + "sceneVariants": [ + "Stable interior at midday: thoroughbreds being groomed and tacked", + "Warm beams of light through dust", + "Leather tack laid out neatly", + "Hands moving with practiced care", + "Distant hooves and soft nickers" + ], + "actions": [ + "Brush strokes and mane braiding", + "Checking girth and cinch adjustments", + "Calm feeding of treats and quiet talk", + "Final rub-down before saddling" + ], + "camera": "Close steady with texture inserts on leather and hair", + "accents": [ + "warm volumetric light on polished tack", + "detailed hair micro-highlights" + ], + "mood": "ritual preparation", + "lighting": "warm interior midday shafts", + "style": "documentary equestrian slice" + }, + { + "subGenre": "Horses", + "scene": "Night pasture under a silver moon where a single black stallion patrols", + "sceneVariants": [ + "Night pasture under a silver moon where a single black stallion patrols", + "Long silver shadows across grass", + "Ear-tips and breath catching moonlight", + "Distant farm lights faintly glowing", + "A clear starfield overhead" + ], + "actions": [ + "Slow measured patrol with head-high posture", + "Occasional snort to test scent", + "Pacing and pawing at a spot", + "Short rear to shake off flies" + ], + "camera": "Low-light stabilized with occasional close-up on nostrils", + "accents": [ + "cool moon rim on mane edges", + "glossy breath micro-highlights" + ], + "mood": "nocturnal vigilance", + "lighting": "cool moonlit night", + "style": "moody equine portrait" + }, + { + "subGenre": "Horses", + "scene": "Dressage arena at golden hour with a white horse and rider performing piaffe", + "sceneVariants": [ + "Dressage arena at golden hour with a white horse and rider performing piaffe", + "Perfect arena footing and crisp letter markers", + "Audience silhouettes in the stand", + "Flag flutter at the arena entrance", + "Warm dust motes in the light" + ], + "actions": [ + "Precise elevated trot in place (piaffe)", + "Sharply collected passages and transitions", + "Rider's subtle reins and leg cues", + "Polished salute at completion" + ], + "camera": "Medium steady with close detail on hoof cadence and rider posture", + "accents": [ + "warm rim on mane and tail", + "spot micro-highlights on polished leather" + ], + "mood": "disciplined elegance", + "lighting": "golden-hour warm light", + "style": "elegant equestrian cinematography" + }, + { + "subGenre": "Horses", + "scene": "Wild brumbies crossing a dusty outback road at midday", + "sceneVariants": [ + "Wild brumbies crossing a dusty outback road at midday", + "Red dust and scrubby eucalyptus", + "Heat haze and distant termite mounds", + "A single rider watching from afar", + "Scrub birds scattering" + ], + "actions": [ + "Hasty crossing with hooves stirring red dust", + "Head-turns and scanning as they pass", + "A foal struggling then finding rhythm", + "Leader urging the column onward" + ], + "camera": "Wide tracking from roadside with occasional telephoto compression", + "accents": [ + "long warm dust rim", + "textured micro-highlights on red dust" + ], + "mood": "rugged movement", + "lighting": "harsh high-noon outback sun", + "style": "gritty nature travel" + }, + { + "subGenre": "Horses", + "scene": "Night of the lanterns: horses led through a village procession by torchlight", + "sceneVariants": [ + "Night of the lanterns: horses led through a village procession by torchlight", + "Warm flame pools casting dancing shadows", + "Villagers in traditional dress lining the route", + "Horses decorated with ribbons and cloth", + "A bell clanging occasionally" + ], + "actions": [ + "Slow ceremonial walking in single file", + "Occasional tossing of heads to the rhythm", + "Soft interactions with handlers", + "Lanterns reflected in eyes and harness" + ], + "camera": "Moody handheld low-light with warm flame close-ins", + "accents": [ + "warm torch rim on harness metal", + "tiny reflective micro-highlights on leather" + ], + "mood": "ceremonial reverence", + "lighting": "warm torchlight in deep night", + "style": "ritual equestrian pageant" + }, + { + "subGenre": "Horses", + "scene": "Foal birth in a secluded paddock at pre-dawn beneath pastel sky", + "sceneVariants": [ + "Foal birth in a secluded paddock at pre-dawn beneath pastel sky", + "Mother exhausted and tender over newborn", + "Fresh amniotic fluids and straw bedding", + "Early birdsong and distant farm silhouette", + "Warm breath steaming in cool air" + ], + "actions": [ + "Struggling first stands and tentative wobble", + "Mother licking and guiding steps", + "Tender nuzzle exchanges", + "First shaky attempts at nursing" + ], + "camera": "Intimate macro-close with soft pastel grading", + "accents": [ + "soft volumetric dawn rim", + "dewy micro-highlights on new coat" + ], + "mood": "fragile miracle", + "lighting": "soft pre-dawn pastel light", + "style": "emotive birth vignette" + }, + { + "subGenre": "Horses", + "scene": "Clydesdale team pulling a historic wagon during a rainy parade", + "sceneVariants": [ + "Clydesdale team pulling a historic wagon during a rainy parade", + "Shiny wet coats and heavy harness", + "Crowd under umbrellas along the route", + "Brick streets slick with rain", + "Period costumes on passengers" + ], + "actions": [ + "Synchronized heavy pulling with measured steps", + "Flankers adjusting with leather chatter", + "Coachman guiding with precise rein work", + "Spectators cheering through the rain" + ], + "camera": "Medium handheld capturing scale and detail", + "accents": [ + "wet speculars on harness fittings", + "sparkling rain micro-highlights" + ], + "mood": "stately endurance", + "lighting": "diffuse rainy daylight", + "style": "historic processional scene" + }, + { + "subGenre": "Horses", + "scene": "Sunset mustang silhouette on a ridge with migrating cranes in background", + "sceneVariants": [ + "Sunset mustang silhouette on a ridge with migrating cranes in background", + "Long orange horizon and distant bird V-formation", + "Single horse standing regal on a knoll", + "Faint scrub and blown grasses", + "Calm wind and soft chirps" + ], + "actions": [ + "Horse standing contemplative silhouette", + "Slow head turn to watch cranes pass", + "A gentle neigh carried on the sunset wind", + "Final walk down the ridge into the lowlands" + ], + "camera": "Wide panoramic with gentle push-in for silhouette detail", + "accents": [ + "clean sunset backlight", + "feathered light on mane edges" + ], + "mood": "meditative grace", + "lighting": "clean sunset backlight", + "style": "poetic landscape portrait" + }, + { + "subGenre": "Horses", + "scene": "Arena cross-country challenge through woods at midday with horses jumping logs", + "sceneVariants": [ + "Arena cross-country challenge through woods at midday with horses jumping logs", + "Packed earth trails and rustic obstacles", + "Riders focused and horses in mid-air", + "Support crew and spectators lining the course", + "Flags marking the route" + ], + "actions": [ + "Powerful leaps and tight landings", + "Rider balance adjustments mid-air", + "Quick gallop between fences", + "Victory raise of hand after clean rounds" + ], + "camera": "Dynamic handheld with slow-mo jump inserts and rider POVs", + "accents": [ + "hard sun rim on airborne dust", + "detailed micro-highlights on tack and muscle flex" + ], + "mood": "athletic intensity", + "lighting": "bright midday forest light", + "style": "sporting action sequence" + }, + { + "subGenre": "Horses", + "scene": "Foggy moor early morning where a solitary gray horse leaves soft hoofprints", + "sceneVariants": [ + "Foggy moor early morning where a solitary gray horse leaves soft hoofprints", + "Pale mist and only near shapes visible", + "Low scrub and scattered standing stones", + "Quiet breath and distant bird calls", + "A thin ribbon of path cutting through" + ], + "actions": [ + "Slow walking with measured steps", + "Occasional head drop to graze", + "Soft pawing at the ground to shift stance", + "A gentle flick of tail at insects" + ], + "camera": "Soft-focus dolly with intimate close hoof and breath inserts", + "accents": [ + "soft volumetric mist rim", + "dewy micro-highlights on lashes" + ], + "mood": "solitary calm", + "lighting": "muted fog-diffused dawn", + "style": "lyrical solitude vignette" + }, + { + "subGenre": "Horses", + "scene": "Nighttime mounted patrol in historical armor clinking under lanterns", + "sceneVariants": [ + "Nighttime mounted patrol in historical armor clinking under lanterns", + "Clanky metal and horse breath steaming", + "Cobblestone streets and shadowy alleys", + "Lantern-bearers leading the way", + "A sense of ceremonial duty" + ], + "actions": [ + "Slow ceremonial march with measured hoof beats", + "Armor flashing in lantern light", + "Mounted signals passed along the line", + "Final halt outside a guarded gate" + ], + "camera": "Low cinematic with lantern-lit close-ins", + "accents": [ + "warm lantern specular on metal", + "tiny reflective micro-highlights on leather" + ], + "mood": "solemn ritual", + "lighting": "warm lantern night light", + "style": "historic nocturnal tableau" + }, + { + "subGenre": "Horses", + "scene": "Children learning to ride in a sunny paddock with patient ponies", + "sceneVariants": [ + "Children learning to ride in a sunny paddock with patient ponies", + "Colorful helmets and tiny saddles", + "Smiling instructors guiding hands", + "Bright farm fence and hay bales", + "A small picnic in the shade" + ], + "actions": [ + "Slow confident walking around the ring", + "Gentle direction cues from instructors", + "High-fives after a successful trot", + "Mini grooming sessions after riding" + ], + "camera": "Warm low-angle handheld with joyful close-ups", + "accents": [ + "bright friendly rim on faces and ponies", + "soft micro-highlights on cheerful tack" + ], + "mood": "playful learning", + "lighting": "warm sunny midday", + "style": "heartwarming tutorial vignette" + }, + { + "subGenre": "Horses", + "scene": "Final scene: herd resting at dusk with lantern-lit barns in background", + "sceneVariants": [ + "Final scene: herd resting at dusk with lantern-lit barns in background", + "Soft pastel sky and low hum of farm life", + "Horses in small clusters chewing cud", + "Lanterns beginning to glow across the yard", + "A caretaker closing a gate" + ], + "actions": [ + "Slow grazing then settling into restful positions", + "Mutual nuzzling between close herd members", + "A caretaker patting a favorite before walking away", + "Calm tails flicking at evening insects" + ], + "camera": "Wide tranquil establishing followed by tender close portrait", + "accents": [ + "soft warm lantern rim on profiles", + "gentle micro-highlights on dew and hair" + ], + "mood": "contented closure", + "lighting": "soft dusk with warm barn accents", + "style": "gentle pastoral coda" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_lions.json b/src/data/animals_and_wildlife_lions.json new file mode 100644 index 0000000..349cbcf --- /dev/null +++ b/src/data/animals_and_wildlife_lions.json @@ -0,0 +1,502 @@ +[ + { + "subGenre": "Lions", + "scene": "Pride lounging on sun-warmed termite mound", + "sceneVariants": [ + "Pride lounging on sun-warmed termite mound", + "Lions stretched atop a low red mound under wide sky", + "Several adults dozing with cubs tucked between paws", + "Yawning male surveys the golden plains", + "Scattered acacia silhouettes on the horizon" + ], + "actions": [ + "A cub pounces clumsily on a tail", + "An adult cleans another with slow tongue strokes", + "Heat-hazed insects rising above the grass", + "A distant wildebeest herd moving as background motion" + ], + "camera": "Wide static shot from low angle, occasional slow rack focus to cub", + "accents": [ + "golden rim light highlighting whiskers and mane edges", + "high micro-detail in sunlit fur textures" + ], + "mood": "tranquil dominance", + "lighting": "warm late-afternoon sunlight with long soft shadows", + "style": "epic wildlife cinematography" + }, + { + "subGenre": "Lions", + "scene": "Male lion roaring from a cliff at dusk", + "sceneVariants": [ + "Male lion roaring from a cliff at dusk", + "Silhouette against an orange-purple horizon", + "Mane flaring in the backlight", + "Clouds streaking as the sun falls", + "Sparse scrub framing the foreground" + ], + "actions": [ + "Powerful full-throated roar shaking nearby grasses", + "Wind ruffling the mane dramatically", + "Echo traveling across the valley", + "A listening pride hidden in shadow" + ], + "camera": "Slow crane up from cliff base to close-up on mouth during roar", + "accents": [ + "rim of warm sunlight on mane edges", + "subtle dust particles illuminated by backlight" + ], + "mood": "majestic warning", + "lighting": "dusk backlight with deepening shadows", + "style": "heroic cinematic portrait" + }, + { + "subGenre": "Lions", + "scene": "Mother teaching cubs to stalk near tall grass", + "sceneVariants": [ + "Mother teaching cubs to stalk near tall grass", + "Cubs crouched with intent expressions", + "Grass blades brushing noses", + "A hidden gazelle foreshortened in background", + "Low sun glancing off eyes" + ], + "actions": [ + "Cubs practicing silent steps and pounces", + "Mother nudging a cub into proper posture", + "Occasional failed pounce followed by playful tumble", + "A parental hiss to emphasize seriousness" + ], + "camera": "Low dolly tracking sideways with the stalking line, intermittent push-ins", + "accents": [ + "soft sun flares through grass tips", + "high-detail focus on eye reflections" + ], + "mood": "teaching, tender intensity", + "lighting": "soft morning light with cool under-shade tones", + "style": "intimate natural history vignette" + }, + { + "subGenre": "Lions", + "scene": "Pride crossing a shallow river at midday", + "sceneVariants": [ + "Pride crossing a shallow river at midday", + "Reflections rippling under broad daylight", + "Wet fur shining where water clings", + "Stepping stones and scattered reeds", + "Birds startled into flight as they pass" + ], + "actions": [ + "Paws splashing and careful stepping between rocks", + "Cubs hesitating then following bravely", + "A sentinel scanning banks for danger", + "A trailing adult shaking water from whiskers" + ], + "camera": "Medium tracking shot from riverbank, periodic over-the-shoulder cuts", + "accents": [ + "sparkling specular highlights on wet fur", + "crisp micro-contrast in water ripples" + ], + "mood": "purposeful migration", + "lighting": "bright noon sun with high contrast", + "style": "documentary travel-through scene" + }, + { + "subGenre": "Lions", + "scene": "Solitary male lounging under an isolated thorn tree", + "sceneVariants": [ + "Solitary male lounging under an isolated thorn tree", + "Sparse landscape emphasizing solitude", + "Patches of shade cooling the earth", + "A single vulture perched nearby", + "Dusty wind lifting fine particles" + ], + "actions": [ + "Slow blink and ear flicks in idle watchfulness", + "Tail swishing to dismiss flies", + "Occasional deep exhale and relaxation", + "A distant movement causing a quick attentive lift" + ], + "camera": "Slow stationary mid-shot with gradual push-in to portrait", + "accents": [ + "soft side light carving facial planes", + "high-detail on mane texture to convey age" + ], + "mood": "quiet authority", + "lighting": "mild afternoon light with warm tonal range", + "style": "character study" + }, + { + "subGenre": "Lions", + "scene": "Nighttime patrol along the scrub edge under a full moon", + "sceneVariants": [ + "Nighttime patrol along the scrub edge under a full moon", + "Pale moonlight casting silver shadows", + "Eyes reflecting like distant lanterns", + "Heavy silhouettes moving between bush lines", + "A faint milky way above" + ], + "actions": [ + "Silent crossing with pawpads barely audible", + "Occasional scent-marking on low branches", + "Low rumble communication between adults", + "Scanning pauses with ears twitching" + ], + "camera": "Handheld-style tracking with occasional stabilized push-ins on eyes", + "accents": [ + "cold silver rim light from moon", + "glossy eye reflections and wet nose highlights" + ], + "mood": "stealthy vigilance", + "lighting": "cool moonlit night with deep blues and muted blacks", + "style": "noir wildlife scene" + }, + { + "subGenre": "Lions", + "scene": "Ambush at twilight as the pride surrounds prey", + "sceneVariants": [ + "Ambush at twilight as the pride surrounds prey", + "Low silhouettes moving into position", + "Twilight gradient across the sky", + "Tall grasses providing cover", + "Anxious prey herd on the horizon" + ], + "actions": [ + "Coordinated flank movement to cut escape routes", + "A sudden burst of speed and a chaotic chase", + "Dust and kicked-up grass during the sprint", + "A triumphant pounce and group feeding" + ], + "camera": "Dynamic handheld with whip-pans during the chase, close impact cuts", + "accents": [ + "warm rim light from setting sun", + "high-detail dirt spray and motion blur accents" + ], + "mood": "tense, primal energy", + "lighting": "twilight mixed warm/cool tones", + "style": "intense natural-action sequence" + }, + { + "subGenre": "Lions", + "scene": "Cubs playing in a shaded den while adults hunt", + "sceneVariants": [ + "Cubs playing in a shaded den while adults hunt", + "Leaf-filtered light falling in patches", + "Tangled cubs tumbling over roots", + "An adult tail disappearing into the distance", + "Soft moss and packed earth floor" + ], + "actions": [ + "Energetic wrestling and mock-attack play", + "Mother returning briefly to check on them", + "Playful vocalizations and squeals", + "A cub discovering a small insect and batting at it" + ], + "camera": "Close intimate handheld with frequent cutaways to paws and faces", + "accents": [ + "sun-splinter shafts through leaves", + "micro-detail on cub fur and whisker movement" + ], + "mood": "playful warmth", + "lighting": "dappled shade with warm highlights", + "style": "gentle observational documentary" + }, + { + "subGenre": "Lions", + "scene": "Night fight between rival males beneath a blood-tinged moon", + "sceneVariants": [ + "Night fight between rival males beneath a blood-tinged moon", + "Sparks of flying dust in harsh moonlight", + "Mane interlocking and teeth bared", + "Echoes of snarls across the plain", + "Nearby pride hidden in anxious shadows" + ], + "actions": [ + "Intense grappling and thunderous slaps", + "Roars punctuating the night air", + "One male making a desperate retreat", + "Aftermath panting and blood-streaked fur" + ], + "camera": "Close handheld with staccato cuts, heavy focus on teeth and eyes", + "accents": [ + "harsh cold moon rim light with red-tinted hue", + "dramatic specular on wet fur and blood" + ], + "mood": "violent contest, survival stakes", + "lighting": "high-contrast moonlit noir with red undertones", + "style": "gritty nature drama" + }, + { + "subGenre": "Lions", + "scene": "Morning mist breaking over a pride awakening on the savannah", + "sceneVariants": [ + "Morning mist breaking over a pride awakening on the savannah", + "Soft vapor curling between legs", + "Sun rising warm and low", + "Cubs stretching and shaking dew", + "Distant silhouettes of termitaria" + ], + "actions": [ + "Slow collective rising and yawns", + "Sniffing the air and tentative first steps", + "Adults scanning for fresh tracks", + "A cub chasing its own breath-cloud in the cold air" + ], + "camera": "Wide morning establishing shot with gentle slow zoom", + "accents": [ + "soft volumetric light through mist", + "dewy micro-highlights on whiskers" + ], + "mood": "awakening hopefulness", + "lighting": "cool pre-dawn to warm sunrise transition", + "style": "lyrical nature sequence" + }, + { + "subGenre": "Lions", + "scene": "Old king surveying his reduced territory under storm clouds", + "sceneVariants": [ + "Old king surveying his reduced territory under storm clouds", + "Dark thunderheads rolling in", + "Ragged mane and scarred face", + "Sparse animals grazing nervously", + "A sudden wind picking up dust" + ], + "actions": [ + "Slow, deliberate pacing along a ridge", + "Growl directed at intruding scavengers", + "Sidelong glances at younger males approaching", + "Momentary crown of lightning illuminating whiskers" + ], + "camera": "Long lens compression from downhill, occasional dramatic close-ups", + "accents": [ + "cold edge light from storm", + "high micro-detail on scars and weathered mane" + ], + "mood": "world-weary resilience", + "lighting": "ominous storm-light with deep contrasts", + "style": "character-driven scenic portrait" + }, + { + "subGenre": "Lions", + "scene": "Mother and cub curled together under hot midday sun on bare earth", + "sceneVariants": [ + "Mother and cub curled together under hot midday sun on bare earth", + "Heat shimmer rising from ground", + "Tiny paws twined with larger ones", + "Sparse shade from a low bush", + "A fly bobbing in the bright air" + ], + "actions": [ + "Nuzzling and gentle grooming", + "Cubs sleep-twitching with dreams of play", + "Slow tail wraps as reassurance", + "An adult ear flicking at distant noise" + ], + "camera": "Tight intimate shot with shallow depth of field", + "accents": [ + "bright speculars on wet noses", + "warm tactile detail on fur fibers" + ], + "mood": "contented intimacy", + "lighting": "harsh midday light softened by slight haze", + "style": "micro-nature portrait" + }, + { + "subGenre": "Lions", + "scene": "Pride silhouetted on a ridge at sunrise with birds taking flight", + "sceneVariants": [ + "Pride silhouetted on a ridge at sunrise with birds taking flight", + "Vivid gradient from purple to orange behind them", + "Sharp ridge line and clean silhouettes", + "Faint dew on lower grasses", + "Flocks scattering as the day begins" + ], + "actions": [ + "Slow-lifted heads following a distant noise", + "Cubs tumbling into playful positions", + "A stretching adult announcing the new day", + "Wingbeats of startled birds punctuating the frame" + ], + "camera": "Wide panoramic sweep with gentle push-in for dramatic reveal", + "accents": [ + "backlit rim highlighting mane edges", + "feathered light scattering through bird wings" + ], + "mood": "graceful renewal", + "lighting": "clean sunrise backlight", + "style": "majestic establishing shot" + }, + { + "subGenre": "Lions", + "scene": "Lone female leading her cubs across cracked dry plains at sunset", + "sceneVariants": [ + "Lone female leading her cubs across cracked dry plains at sunset", + "Heat-scorched earth with sparse herb growth", + "Stiff silhouettes of acacias", + "A rescue-like sense of movement toward water", + "Sun sinking behind distant hills" + ], + "actions": [ + "Determined stride with cubs keeping close", + "Occasional lowered body to shield young from wind", + "Alert head-turns to distant calls", + "Small pauses to encourage lagging cubs" + ], + "camera": "Tracking shot from behind with gradual close-up on leader", + "accents": [ + "long warm rim light and dust halos", + "high texture detail on cracked earth" + ], + "mood": "protective perseverance", + "lighting": "golden hour warmth", + "style": "cinematic journey moment" + }, + { + "subGenre": "Lions", + "scene": "Subadult males sparring at night near a watering hole", + "sceneVariants": [ + "Subadult males sparring at night near a watering hole", + "Moonlight glinting on ripples", + "Brief flashes of teeth and claws", + "Reflected silhouettes on the water", + "Nearby reeds whispering in breeze" + ], + "actions": [ + "Playful but testing pushes and light strikes", + "Water splashing from sudden skids", + "Short hard panting as energy spikes", + "One yielding and then re-engaging" + ], + "camera": "Medium handheld with occasional slow-mo on impact moments", + "accents": [ + "cool moonlit sheen on wet fur", + "sparkling water micro-highlights" + ], + "mood": "rambunctious trial", + "lighting": "neutral moonlit night with subtle cool tones", + "style": "energetic behavioral study" + }, + { + "subGenre": "Lions", + "scene": "A pride feeding at dusk while vultures circle above", + "sceneVariants": [ + "A pride feeding at dusk while vultures circle above", + "Gored carcass and torn grasses", + "Grease-streaked fur and crimson accents", + "Vultures landing on distant bones", + "Darkening sky lending urgency" + ], + "actions": [ + "Torn meat being shared with assertive tugs", + "Pushing and shoving to maintain position", + "Low soft growls establishing hierarchy", + "Vultures swooping in when the lions are distracted" + ], + "camera": "Close handheld, gritty texture and selective focus on feeding action", + "accents": [ + "wet speculars on meat and fur", + "warm dusk rim light catching blood highlights" + ], + "mood": "raw survival", + "lighting": "muted dusk with warm highlights on wet surfaces", + "style": "visceral documentary sequence" + }, + { + "subGenre": "Lions", + "scene": "Cubs learning to climb a low termite mound under gentle morning light", + "sceneVariants": [ + "Cubs learning to climb a low termite mound under gentle morning light", + "Small awkward climbs and slips", + "Close-up on tiny claws gripping mud", + "Distant adults dozing under trees", + "Fresh morning dew on surrounding grass" + ], + "actions": [ + "Repeated attempts and triumphant little leaps", + "Mother encouraging with soft nuzzles", + "A sibling acting as mock prey", + "Triumphant chirrup upon success" + ], + "camera": "Low angle close-up dolly with playful pacing", + "accents": [ + "sparkly dew micro-highlights", + "gentle warm fill light on tiny faces" + ], + "mood": "hopeful playfulness", + "lighting": "soft cool morning to warm fill", + "style": "adorable educational vignette" + }, + { + "subGenre": "Lions", + "scene": "Pride retreating into the shelter of trees as a thunderstorm approaches", + "sceneVariants": [ + "Pride retreating into the shelter of trees as a thunderstorm approaches", + "Dark clouds rolling with sudden gusts", + "Fine rains starting to bead on fur", + "Wind bending grasses and branches", + "Flash of lightning on distant hills" + ], + "actions": [ + "Hasty but orderly movement to shelter", + "Cubs huddling closer to adults", + "Anxious scanning of the sky", + "A sudden run as rain intensity increases" + ], + "camera": "Tracking lateral crane with occasional tight cuts during the run", + "accents": [ + "wet skin sheen and rain bead highlights", + "dramatic high-contrast cloud silhouettes" + ], + "mood": "urgent concealment", + "lighting": "incoming storm light with strong contrasts", + "style": "dynamic weather-driven sequence" + }, + { + "subGenre": "Lions", + "scene": "Old lioness resting on a landmark rock at dawn, reminiscing the pride's former range", + "sceneVariants": [ + "Old lioness resting on a landmark rock at dawn, reminiscing the pride's former range", + "Soft dawn pastels and distant smoky lowlands", + "Deep-set eyes and gentle breathing", + "Slight tremor in paws", + "A wind carrying distant herd calls" + ], + "actions": [ + "Slow grooming of a faded flank", + "A long measured exhale and head lowering", + "Watching cubs frolic in the mid-distance", + "A small approving purr as they succeed" + ], + "camera": "Slow, reverent dolly in to close portrait with shallow depth", + "accents": [ + "warm rim highlight on ear tips", + "fine detail on whisker stubble" + ], + "mood": "nostalgic serenity", + "lighting": "soft dawn with pastel palette", + "style": "poetic character study" + }, + { + "subGenre": "Lions", + "scene": "Pride basking in moonlit calm after a successful hunt", + "sceneVariants": [ + "Pride basking in moonlit calm after a successful hunt", + "Settled bodies digesting under a pale moon", + "Stars sharp in clear sky", + "Soft ripples on nearby water reflecting moon", + "Gentle breathing and distant insect chorus" + ], + "actions": [ + "Slow licking at tidy edges of torn meat", + "Cubs dozing against adults", + "An adult cleaning a cub's face", + "Occasional low contented rumble" + ], + "camera": "Wide static night composition with gentle low push-ins", + "accents": [ + "cool moonlit edge highlights", + "soft speculars on wet fur from prey juices" + ], + "mood": "satisfied calm", + "lighting": "quiet moonlit night with cool-blue palette", + "style": "calm nocturnal tableau" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_owls.json b/src/data/animals_and_wildlife_owls.json new file mode 100644 index 0000000..e4a599a --- /dev/null +++ b/src/data/animals_and_wildlife_owls.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Owls", + "scene": "Barn owl gliding silently over moonlit farmland", + "sceneVariants": [ + "Barn owl gliding silently over moonlit farmland", + "Pale moon casting silver strips on hedgerows", + "Crop rows blurred beneath soft light", + "Scattered farm lights far below", + "A faint mist hugging low ground" + ], + "actions": [ + "Silent wing-beat glide scanning for movement", + "Sudden vertical stoop to strike unseen prey", + "Hovering briefly then resuming glide", + "Soft talon clutch lifting a small rodent" + ], + "camera": "Low-angle stabilized tracking with occasional close eye catches", + "accents": [ + "cool moon rim on facial disc", + "tiny specular highlights on wet feathers" + ], + "mood": "nocturnal hush", + "lighting": "cool moonlit night with slight mist diffusion", + "style": "noir wildlife vignette" + }, + { + "subGenre": "Owls", + "scene": "Great horned pair nesting in a gnarled oak at dusk", + "sceneVariants": [ + "Great horned pair nesting in a gnarled oak at dusk", + "Thick twisted branches forming a cathedral-like nest", + "Chick peeking between parental feathers", + "Warm dusk palette behind bare branches", + "Falling leaves stirred by a gentle breeze" + ], + "actions": [ + "Parent arriving with prey and bill-feeding the chick", + "Mutual preening between adults", + "Chick stretching wings and calling softly", + "Protective guard posture scanning the perimeter" + ], + "camera": "Tight mid-shot from a neighboring branch with shallow DOF", + "accents": [ + "warm rim from setting sun on ear tufts", + "high micro-detail on feather barbs" + ], + "mood": "domestic solemnity", + "lighting": "warm dusk backlight with soft fill", + "style": "intimate nature vignette" + }, + { + "subGenre": "Owls", + "scene": "Snowy owl perched on a wind-swept tundra post at pale dawn", + "sceneVariants": [ + "Snowy owl perched on a wind-swept tundra post at pale dawn", + "Wide frozen plain and faint pink sky", + "Snow scoured ridges and distant lichen patches", + "Low sun reflecting off ice crystals", + "Single set of tracks trailing away" + ], + "actions": [ + "Slow scanning with head swivel", + "Subtle tuck and puff to conserve heat", + "Sudden plunge to snatch a lemming under snow", + "Return to post to feed quietly" + ], + "camera": "Telephoto long lens emphasizing isolation with tight portraits", + "accents": [ + "cold crystalline rim light", + "crisp micro-highlights on frozen lashes" + ], + "mood": "stoic isolation", + "lighting": "cool dawn with gentle pastel tones", + "style": "poetic polar portrait" + }, + { + "subGenre": "Owls", + "scene": "Tawny owl slipping through suburban backyards on a warm summer night", + "sceneVariants": [ + "Tawny owl slipping through suburban backyards on a warm summer night", + "Fences and garden lights casting pools of glow", + "Scent of cut grass lingering", + "Cats stretching on doorsteps unaware", + "Soft hum of distant traffic" + ], + "actions": [ + "Low silent flight between hedges", + "Perch-drop to snatch a vole near a shed", + "Brief scanning pause on a lamppost", + "Wing-shake and return to deeper shadow" + ], + "camera": "Handheld low-light tracking with quick close-in strikes", + "accents": [ + "warm lamplight rim on feathers", + "moist speculars on beak and talons" + ], + "mood": "urban nocturnal intrigue", + "lighting": "mixed artificial warm pools and cool night sky", + "style": "nocturnal urban slice" + }, + { + "subGenre": "Owls", + "scene": "Barn interior at midday: owl roosting in a sunbeam through a loft crack", + "sceneVariants": [ + "Barn interior at midday: owl roosting in a sunbeam through a loft crack", + "Dust motes glittering in the shaft of light", + "Weathered wooden beams and hay bales", + "Quiet warmth in the sheltered interior", + "Small spiderwebs catching sun" + ], + "actions": [ + "Slow blink and slight preen in a sun patch", + "Stretching folded wings and settling back", + "Occasional head cocks as a barn sound echoes", + "Dropping tiny pellets quietly" + ], + "camera": "Intimate close with shallow DOF and textured wood inserts", + "accents": [ + "warm volumetric light on plumage edges", + "fine dust micro-highlights" + ], + "mood": "tranquil repose", + "lighting": "strong warm midday shaft of light in dark interior", + "style": "soft portrait study" + }, + { + "subGenre": "Owls", + "scene": "Rain-lashed marsh where short-eared owls hunt at stormy twilight", + "sceneVariants": [ + "Rain-lashed marsh where short-eared owls hunt at stormy twilight", + "Wet reedlines bowing under rain", + "Low contrast light and rolling clouds", + "Puddles reflecting moving shadow", + "Distant reed-roots clinging to mud" + ], + "actions": [ + "Low quartering flight close to water surface", + "Abrupt stoops into reed-clumps", + "Feathers beaded with rain after strikes", + "Brief, rasping calls audible against rain" + ], + "camera": "Handheld with motion blur accents for wind and rain", + "accents": [ + "wet specular beads on feathers", + "splatter micro-highlights frozen in frame" + ], + "mood": "driven persistence", + "lighting": "muted stormy twilight with cool tones", + "style": "tense weather-driven vignette" + }, + { + "subGenre": "Owls", + "scene": "Forest cathedral at blue hour where a barred owl calls from ancient trunk", + "sceneVariants": [ + "Forest cathedral at blue hour where a barred owl calls from ancient trunk", + "Tall straight trunks forming a vaulted canopy", + "Blue ambient light filtering through leaves", + "Soft moss carpet and damp humus", + "Distant echoing owl reciprocations" + ], + "actions": [ + "Long plaintive hoot resonating through trunks", + "Head-tilt and repeated call exchange", + "Subtle wing readjust as a breeze passes", + "Perch-shift to a higher vantage" + ], + "camera": "Static wide with occasional tight audio-synced closeups", + "accents": [ + "cool blue rim on facial discs", + "moody micro-highlights on moss textures" + ], + "mood": "ancient echo", + "lighting": "soft blue-hour dusk with deep indigo shadows", + "style": "lyrical forest sequence" + }, + { + "subGenre": "Owls", + "scene": "Barn owl chick huddled as storm rages outside at night", + "sceneVariants": [ + "Barn owl chick huddled as storm rages outside at night", + "Interior nest hollow warmed by down", + "Raindrum on tin roof and wind whistles", + "Small peeps and soft comfort rustles", + "A parent checking at intervals" + ], + "actions": [ + "Chick shivering then nestling closer to sibling", + "Parent feeding small regurgitated morsel", + "Murmured preening and quiet reassurance", + "A lullaby-like rhythm of sheltering body warmth" + ], + "camera": "Tight warm handheld with macro texture inserts", + "accents": [ + "soft warm interior fill against cold exterior", + "tiny wet-down micro-highlights" + ], + "mood": "protected vulnerability", + "lighting": "low warm interior light in a stormy night", + "style": "tender nocturnal vignette" + }, + { + "subGenre": "Owls", + "scene": "Urban park at dawn where owlets practice short flights between lamp posts", + "sceneVariants": [ + "Urban park at dawn where owlets practice short flights between lamp posts", + "Dewed grass and empty jogging paths", + "Soft city glow on horizon", + "Bark chips near play area", + "Benches and wet leaves" + ], + "actions": [ + "Short wing-flaps and clumsy hops", + "Adult guidance calls and gentle nudges", + "Landing into mild clumsy brushes against bark", + "Tiring and immediate plump nap" + ], + "camera": "Low-angle park POV with playful pacing", + "accents": [ + "warm dawn specular on down", + "soft bokeh from distant streetlights" + ], + "mood": "playful learning", + "lighting": "soft cool dawn with warm urban hints", + "style": "gentle urban nature slice" + }, + { + "subGenre": "Owls", + "scene": "Vast moorland night where a ghostly barn owl glows under phosphorescent insects", + "sceneVariants": [ + "Vast moorland night where a ghostly barn owl glows under phosphorescent insects", + "Sparse heather and low stone walls", + "A sky full of slow-moving stars", + "Phosphorescent micro-lights drifting in air", + "A distant lighthouse beam sweeping" + ], + "actions": [ + "Ethereal floating flight with insect halos", + "Delicate stoops that send a small glow trail", + "Silent return to a hidden crevice", + "Momentary perched silhouette watching sky" + ], + "camera": "Stabilized low-light tracking blending soft-glow bokeh", + "accents": [ + "cool firefly-like point highlights around wings", + "soft luminous edges on down" + ], + "mood": "dreamlike mystery", + "lighting": "very low with tiny warm point accents", + "style": "ethereal nocturnal art piece" + }, + { + "subGenre": "Owls", + "scene": "Edge of woodland at mid-morning where an owl inspects a freshly ploughed field", + "sceneVariants": [ + "Edge of woodland at mid-morning where an owl inspects a freshly ploughed field", + "Fresh turned soil and tractor furrows", + "Small mammals exposed along ridges", + "Warm insect hum and skylark song", + "A distant hedgerow shifting" + ], + "actions": [ + "Perch-watch rhythm then sudden drop to ground", + "Quick ground-run pounce to capture a mole", + "Return to perch to handle prey", + "Short preen before resuming watch" + ], + "camera": "Medium telephoto from hedgerow with close impact inserts", + "accents": [ + "warm sun rim on facial disc", + "rich micro-texture on soil and feathers" + ], + "mood": "productive midday hunt", + "lighting": "bright morning sun with warm tonal range", + "style": "documentary field snapshot" + }, + { + "subGenre": "Owls", + "scene": "Ancient ruins at twilight where owls roost in crumbling archways", + "sceneVariants": [ + "Ancient ruins at twilight where owls roost in crumbling archways", + "Moss-covered stones and ivy drape", + "Soft lavender sky behind ruins", + "A solitary owl peeking from a hollow", + "Bats occasionally flitting by" + ], + "actions": [ + "Silent perching and occasional head swivels", + "Short flights between arch nooks", + "Group settling into roost as dusk falls", + "Soft communications between roosting individuals" + ], + "camera": "Moody static with texture closeups and gentle push-ins", + "accents": [ + "soft twilight rim on stone and feathers", + "detailed moss micro-highlights" + ], + "mood": "timeless stillness", + "lighting": "gentle twilight with cool-warm balance", + "style": "poetic ruin tableau" + }, + { + "subGenre": "Owls", + "scene": "Desert night: short-eared owl hunting over arid flats beneath a bright starfield", + "sceneVariants": [ + "Desert night: short-eared owl hunting over arid flats beneath a bright starfield", + "Scattered scrub and baked earth", + "Coyote calls occasionally puncturing silence", + "Heat-sunken horizon and a brilliant milky way", + "Wind-shaped sand ripples" + ], + "actions": [ + "Low search-flight hugging contours", + "Knife-like stoops into cracked soil", + "A brief role in collaborative nocturnal ecology", + "Retreat to a dune-top perch" + ], + "camera": "Wide low-light with starfield and close hunt inserts", + "accents": [ + "cool star-lit rim on crown feathers", + "tiny specular on insects disturbed" + ], + "mood": "subtle desert vigilance", + "lighting": "clear moonless starry night", + "style": "silent nocturnal portrait" + }, + { + "subGenre": "Owls", + "scene": "Ancient willow bank at sunrise where owls exchange subtle morning rituals", + "sceneVariants": [ + "Ancient willow bank at sunrise where owls exchange subtle morning rituals", + "Soft willow curtains and glistening dew", + "Low mist rolling off the river", + "Warm pastel sky illuminating branches", + "Small fish flicking in shallow water" + ], + "actions": [ + "Mutual nuzzle and bill-tuck greeting", + "Coordinated departure into morning hunt", + "Subtle preen exchanges between pair", + "Short communal scan before dispersal" + ], + "camera": "Tender close handheld with gentle dolly outs", + "accents": [ + "warm early sun volumetric rim", + "dewy micro-highlights on fine feathers" + ], + "mood": "quiet morning intimacy", + "lighting": "soft warm sunrise with mist diffusion", + "style": "gentle natural vignette" + }, + { + "subGenre": "Owls", + "scene": "Pole-top at night where a barn owl perches above a quiet country lane", + "sceneVariants": [ + "Pole-top at night where a barn owl perches above a quiet country lane", + "Single lamplight creating an island of warmth", + "Silhouetted hedgerows and sleeping cottages", + "Occasional passing car like a slow comet", + "Hazy starfield above" + ], + "actions": [ + "Patient stillness scanning the road verges", + "Sudden stoop to snatch road-side prey", + "Return to pole to swallow and preen", + "Occasional watchful head-turn at passing traffic" + ], + "camera": "Street-level telephoto with urban-rural light mixing", + "accents": [ + "warm lamplight rim on downy chest", + "tiny reflective micro-highlights from passing car" + ], + "mood": "lonely sentinel", + "lighting": "mixed warm lamplight and cool night sky", + "style": "urban-rural nocturne" + }, + { + "subGenre": "Owls", + "scene": "Old-growth rainforest canopy where a mottled owl unwraps dawn with soft calls", + "sceneVariants": [ + "Old-growth rainforest canopy where a mottled owl unwraps dawn with soft calls", + "Thick vines and dripping epiphytes", + "Tongue of early light filtering through leaves", + "Humidity curling in slow ribbons", + "A chorus of waking forest life" + ], + "actions": [ + "Soft hoots initiating an audible dawn chorus", + "Slow preen of damp plumage", + "A deliberate glide to a lower branch as prey wakes", + "Short, efficient strikes into understory" + ], + "camera": "Sub-canopy stabilized with close humid texture inserts", + "accents": [ + "soft green volumetric rim", + "moist micro-highlights on feather edges" + ], + "mood": "humid renewal", + "lighting": "soft filtered dawn through dense canopy", + "style": "exotic forest slice" + }, + { + "subGenre": "Owls", + "scene": "Abandoned stone mill at twilight with owls using the rafters as a social post", + "sceneVariants": [ + "Abandoned stone mill at twilight with owls using the rafters as a social post", + "Mossed stone, sagging roof timbers and fluttering bats", + "Warmed interior glow from a single lantern left", + "Owls lined like sentinels on beams", + "Creaking wood and falling leaf confetti" + ], + "actions": [ + "Quiet settling into roost positions", + "A soft exchange of beak-to-beak touches", + "Collective preening in sequence", + "An occasional alarm flutter and quick reposition" + ], + "camera": "Moody interior static with texture closeups and deep shadows", + "accents": [ + "warm lantern rim inside contrasting cool twilight", + "detailed feather micro-highlights in low light" + ], + "mood": "cozy communal dusk", + "lighting": "soft twilight with warm interior accents", + "style": "nocturnal architectural tableau" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_pandas.json b/src/data/animals_and_wildlife_pandas.json new file mode 100644 index 0000000..bfcd735 --- /dev/null +++ b/src/data/animals_and_wildlife_pandas.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Pandas", + "scene": "Giant panda mother nursing a tiny cub in a misty bamboo thicket at dawn", + "sceneVariants": [ + "Giant panda mother nursing a tiny cub in a misty bamboo thicket at dawn", + "Soft vapor curling between dense bamboo stalks", + "Close maternal nuzzle beside a nest of leaves", + "Pale dawn light filtering through green", + "A handful of dew-dotted leaves nearby" + ], + "actions": [ + "Tender nursing and gentle licking of the cub", + "Mother shifting to let the cub latch comfortably", + "Cub weakly squirming and seeking warmth", + "Occasional soft panda vocalization" + ], + "camera": "Intimate stationary close with shallow depth and gentle push-ins", + "accents": [ + "soft volumetric dawn shafts through bamboo", + "dewy micro-highlights on fur and whiskers" + ], + "mood": "protective tenderness", + "lighting": "soft pre-dawn warm-cool balance", + "style": "emotive wildlife portrait" + }, + { + "subGenre": "Pandas", + "scene": "Pandas foraging and munching bamboo in a sunlit clearing", + "sceneVariants": [ + "Pandas foraging and munching bamboo in a sunlit clearing", + "Scattered bamboo leaves and broken stems on the ground", + "Two adults sitting back-to-back chewing", + "A juvenile awkwardly holding a thick stalk", + "Birdsong faint in the canopy" + ], + "actions": [ + "Slow deliberate chomping and peeling of bamboo", + "Occasional playful swat between juveniles", + "Gentle scratching against a trunk", + "Lazily rolling to change posture" + ], + "camera": "Medium handheld with close cutaways on chewing hands", + "accents": [ + "warm rim on leaf edges", + "high micro-detail on bamboo fiber and tooth marks" + ], + "mood": "contented routine", + "lighting": "bright morning sun through canopy breaks", + "style": "tender documentary clip" + }, + { + "subGenre": "Pandas", + "scene": "Snowfall on a mountain panda reserve with a black-and-white body silhouette", + "sceneVariants": [ + "Snowfall on a mountain panda reserve with a black-and-white body silhouette", + "Soft white snow piling on fur and bamboo", + "Footprints trailing across a shallow drifts", + "Granite outcrops dusted in powder", + "Cloud bank rolling over ridgeline" + ], + "actions": [ + "Slow deliberate walking through fresh snow", + "Shaking snow off shoulders and leaves", + "Occasional playful flopping into the powder", + "Sniffing at frozen bamboo tips" + ], + "camera": "Wide panoramic with slow dolly-ins to capture texture contrast", + "accents": [ + "cold rim-light on fur edges", + "crisp micro-highlights on snow crystals" + ], + "mood": "quiet resilience", + "lighting": "soft diffuse snowy daylight", + "style": "poetic nature portrait" + }, + { + "subGenre": "Pandas", + "scene": "Young panda cub tumbling in an enclosure at a conservation center under warm afternoon light", + "sceneVariants": [ + "Young panda cub tumbling in an enclosure at a conservation center under warm afternoon light", + "Soft play structures and climbing platforms", + "Handlers observing at a respectful distance", + "Foam mats and scattered toys", + "A small crowd behind glass" + ], + "actions": [ + "Energetic bumbling tumbles and mock-chase", + "Clumsy climbs and quick slides down ramps", + "Short rests punctuated with playful squeaks", + "Curious inspection of a bright ball" + ], + "camera": "Handheld playful POV with low-angle inserts on small paws", + "accents": [ + "warm softbox fill on fur", + "bright micro-highlights on toy surfaces" + ], + "mood": "joyful curiosity", + "lighting": "warm controlled afternoon", + "style": "heartwarming captive-care vignette" + }, + { + "subGenre": "Pandas", + "scene": "Misty ridge-line where a lone panda surveys the valley before descending", + "sceneVariants": [ + "Misty ridge-line where a lone panda surveys the valley before descending", + "Layers of green fading to blue in distance", + "Thin trail winding into bamboo stands below", + "A single silhouette framed against low clouds", + "Wind stirring loose leaves" + ], + "actions": [ + "Slow contemplative head-turns surveying below", + "Measured descent along a faint path", + "Occasional pause to feed on tender shoots", + "Scratching a flank against a mossy rock" + ], + "camera": "Aerial to ground transition revealing scale then tracking descent", + "accents": [ + "soft rim mist light on profile", + "textured micro-highlights on moss and fur" + ], + "mood": "solitary contemplation", + "lighting": "muted ridge diffused light", + "style": "cinematic solitary study" + }, + { + "subGenre": "Pandas", + "scene": "Nighttime bamboo grove where a panda moves through silver moonlight", + "sceneVariants": [ + "Nighttime bamboo grove where a panda moves through silver moonlight", + "Moonlight glancing off tall stalks", + "Soft rustle and insect chorus", + "Panda silhouette moving between trunks", + "Star-sprinkled sky visible through gaps" + ], + "actions": [ + "Quiet foraging using tactile senses", + "Pausing to listen and sniff the air", + "Slow pawing at a bamboo clump to free a shoot", + "Settling down for brief rest under moon" + ], + "camera": "Low-light stabilized tracking with gentle moonlit close-ups", + "accents": [ + "cool moon rim on fur edges", + "subtle speculars on bamboo sheens" + ], + "mood": "nocturnal calm", + "lighting": "soft silver moonlight", + "style": "mystical nature vignette" + }, + { + "subGenre": "Pandas", + "scene": "Panda social play—siblings wrestling and rolling in a sun-dappled glade", + "sceneVariants": [ + "Panda social play—siblings wrestling and rolling in a sun-dappled glade", + "Entangled paws and playful nips", + "Sun dapple patterned on black-and-white coats", + "Leaves flying from their tussles", + "Occasional peals of high-pitched play-calls" + ], + "actions": [ + "Grappling and gentle swatting", + "Sudden switch to tumbling and rolling", + "Short rests breathing heavily then returning to play", + "Mock charging and retreat" + ], + "camera": "Kinetic handheld with close slow-motion on impact points", + "accents": [ + "warm dapple rim on contours", + "detailed micro-highlights on fur texture" + ], + "mood": "playful exuberance", + "lighting": "bright dappled forest light", + "style": "energetic character piece" + }, + { + "subGenre": "Pandas", + "scene": "Research station morning routine with keepers checking health and tagging microchips", + "sceneVariants": [ + "Research station morning routine with keepers checking health and tagging microchips", + "Clean clinical tents and careful instrumentation", + "Panda being gently restrained on soft padding", + "Subtle beeps from monitoring equipment", + "Keepers in protective gloves and calm voices" + ], + "actions": [ + "Gentle medical checks and heart-rate listening", + "Microchip scanning and weight logging", + "Administering supplements or vitamins", + "Calm soothing contact to keep animal relaxed" + ], + "camera": "Documentary mid-shots with close detail inserts on hands and tools", + "accents": [ + "soft clinical speculars", + "detailed micro-highlights on instrumentation" + ], + "mood": "professional care", + "lighting": "soft controlled daylight", + "style": "informative conservation vignette" + }, + { + "subGenre": "Pandas", + "scene": "Spring bamboo shoot emergence with hungry pandas lining a fresh sprout patch", + "sceneVariants": [ + "Spring bamboo shoot emergence with hungry pandas lining a fresh sprout patch", + "Tender bright-green shoot tips poking through leaf litter", + "Pandas carefully selecting the youngest stalks", + "A chorus of munching noises", + "Bees and butterflies drawn to nearby flowers" + ], + "actions": [ + "Selective plucking of tender shoots", + "Peeling outer layers to reach soft core", + "Short shared feeding spaces with subtle negotiation", + "Brief sniffing to detect the freshest growth" + ], + "camera": "Low naturalistic tracking with close macro on shoot and bite", + "accents": [ + "fresh green rim on shoots", + "detailed sap micro-highlights" + ], + "mood": "single-minded appetite", + "lighting": "fresh morning spring light", + "style": "sensory feeding study" + }, + { + "subGenre": "Pandas", + "scene": "Autumn hillside where pandas roam among fall-colored understory", + "sceneVariants": [ + "Autumn hillside where pandas roam among fall-colored understory", + "Red and gold leaves contrasting black-and-white fur", + "Crisp leaf carpet underfoot", + "A cool breeze carrying leaf scent", + "Clouds slanting a cool light across the slope" + ], + "actions": [ + "Foraging stops punctuated by long chews", + "Occasional slow climbs to better vantage", + "Resting on a leaf-strewn log", + "Rubbing their backs on rough bark" + ], + "camera": "Wide color-rich grading with close texture inserts", + "accents": [ + "warm autumn rim on fur", + "leaf-sheen micro-highlights" + ], + "mood": "seasonal warmth", + "lighting": "soft autumn sunlight", + "style": "color-driven nature vignette" + }, + { + "subGenre": "Pandas", + "scene": "Steep bamboo cliff where a sure-footed panda bridges narrow terraces", + "sceneVariants": [ + "Steep bamboo cliff where a sure-footed panda bridges narrow terraces", + "Vertical green walls and narrow ledges", + "Tiny trickling streams between terraces", + "Wind-blown leaves clinging to cliff face", + "A precarious but practiced traverse" + ], + "actions": [ + "Careful balancing along a narrow ledge", + "Climbing with deliberate paw placements", + "Snatching a shoot from an awkward angle", + "Brief pause to look back over the route" + ], + "camera": "Tight tracking with telephoto compression to emphasize scale", + "accents": [ + "hard rim on edges showing scale", + "detailed micro-highlights on rock and root contact" + ], + "mood": "focused agility", + "lighting": "clear crisp mountain daylight", + "style": "adventurous nature segment" + }, + { + "subGenre": "Pandas", + "scene": "Close-up portrait: wet-furred panda shaking off rain droplets in a drizzle", + "sceneVariants": [ + "Close-up portrait: wet-furred panda shaking off rain droplets in a drizzle", + "Water beads caught mid-air from a headshake", + "Droplets clinging to long lashes", + "Glossy wet fur texture emphasis", + "Soft blurred bamboo behind" + ], + "actions": [ + "Rapid head-shake sending droplets flying", + "Closed-eye reflex blink as water clears", + "Small shakes of front paws", + "Settling back into grooming" + ], + "camera": "Extreme close with high shutter speed and droplet freezes", + "accents": [ + "sparkling water micro-highlights", + "wet-fur specular detail" + ], + "mood": "refreshing immediacy", + "lighting": "soft overcast drizzle light", + "style": "textural portrait study" + }, + { + "subGenre": "Pandas", + "scene": "Panda crossing a shallow creek stepping on stones in a spring melt", + "sceneVariants": [ + "Panda crossing a shallow creek stepping on stones in a spring melt", + "Clear chilly water and glints from the sun", + "Mossy stepping-stones and small rapids", + "A cautious measured traverse", + "Ripples echoing each careful step" + ], + "actions": [ + "Measured stone-to-stone stepping", + "Testing balance with a brief pause", + "Quick shake after leaving water", + "A satisfied munch once across" + ], + "camera": "Low-angle tracking from bank with close water-splash inserts", + "accents": [ + "sparkling creek micro-highlights", + "detailed wet-fur edge highlights" + ], + "mood": "careful determination", + "lighting": "bright crisp spring sun", + "style": "refreshing passage vignette" + }, + { + "subGenre": "Pandas", + "scene": "Reintroduction day where a panda is opened from transport crate into a reserve pen", + "sceneVariants": [ + "Reintroduction day where a panda is opened from transport crate into a reserve pen", + "Handlers working calmly with ribbons and signage", + "Veterinary checks and camera crews at respectful distance", + "Temporary fencing and release ramp", + "A flurry of controlled activity" + ], + "actions": [ + "Gentle crate door opening and initial sniffing out", + "Handlers guiding with calm assurances and treats", + "Slow first steps into unfamiliar ground", + "Monitoring vitals during acclimation" + ], + "camera": "Documentary mid-shot with reassuring close cutaways and vet inserts", + "accents": [ + "soft public-space speculars", + "detailed micro-highlights on harness/tags" + ], + "mood": "hopeful transition", + "lighting": "neutral daylight for clarity", + "style": "conservation milestone piece" + }, + { + "subGenre": "Pandas", + "scene": "Mating season quiet display where a male marks territory at dusk", + "sceneVariants": [ + "Mating season quiet display where a male marks territory at dusk", + "Subtle scent-marking trees and scraped leaf ground", + "Low calls in the bamboo corridors", + "A lone figure patrolling narrow tracks", + "Scent-bearing twigs scattered" + ], + "actions": [ + "Scent marking with cheek rubbing and tree scratches", + "Subtle low-calling that echoes in the glade", + "Short patrol circuits and pauses to listen", + "Occasional scent-following toward a faint reply" + ], + "camera": "Stealthy close with intimate audio emphasis", + "accents": [ + "twilight rim on whisker contours", + "detailed bark micro-highlights" + ], + "mood": "tentative expectation", + "lighting": "soft twilight mixed tones", + "style": "subtle behavioral study" + }, + { + "subGenre": "Pandas", + "scene": "Pandas visiting a human festival where bamboo decorations are paraded in a cultural exchange", + "sceneVariants": [ + "Pandas visiting a human festival where bamboo decorations are paraded in a cultural exchange", + "Colorful banners and playful craft displays", + "Children in masks watching from a respectful distance", + "Handlers presenting bamboo treats", + "A fusion of cultural ceremony and animal presence" + ], + "actions": [ + "Pandas sampling decorated bamboo pieces", + "Handlers guiding safe interactions and education", + "Audience offering polite applause", + "Short demonstration of trained behaviors" + ], + "camera": "Festive wide with close human-animal interaction inserts", + "accents": [ + "warm cultural rim on faces", + "textured micro-highlights on woven bamboo" + ], + "mood": "celebratory education", + "lighting": "bright festival daylight", + "style": "cultural conservation outreach clip" + }, + { + "subGenre": "Pandas", + "scene": "Final calm: single panda resting atop a log at dusk while fireflies float", + "sceneVariants": [ + "Final calm: single panda resting atop a log at dusk while fireflies float", + "Soft purple-blue dusk gradient overhead", + "Tiny points of bioluminescent insect light", + "Slow breathing and settling posture", + "Reeds and bamboo framing the tranquil scene" + ], + "actions": [ + "Slow exhale and eyelid droop into rest", + "Dreamy small paw twitches", + "A final quiet chew then sleep", + "Fireflies drifting in a slow orbit" + ], + "camera": "Wide tranquil establishing then gentle close portrait", + "accents": [ + "muted dusk rim on silhouette", + "tiny firefly micro-highlights" + ], + "mood": "contented closure", + "lighting": "soft dusk with cool accents", + "style": "gentle closing portrait" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_penguins.json b/src/data/animals_and_wildlife_penguins.json new file mode 100644 index 0000000..58b2488 --- /dev/null +++ b/src/data/animals_and_wildlife_penguins.json @@ -0,0 +1,377 @@ +[ + { + "subGenre": "Penguins", + "scene": "Gentoo colony streaming across black pebble beach under bright Antarctic sun", + "sceneVariants": [ + "Gentoo colony streaming across black pebble beach under bright Antarctic sun", + "Hundreds shuffling between surf and nesting flats", + "Shimmering blue sea behind a dark pebble foreground", + "Scattered guano patches marking nest territories", + "Distant ice floes drifting slowly" + ], + "actions": [ + "Waddling in neat little processions toward water", + "Hopping clumsily over small stones", + "Head-bobbing communication between mates", + "Rapid synchronized slides into the surf" + ], + "camera": "Low beach-level tracking with gentle lateral pans to reveal colony scale", + "accents": [ + "high midday specular on wet feathers", + "crisp micro-detail on pebble textures" + ], + "mood": "busy communal purpose", + "lighting": "bright high-contrast Antarctic sun", + "style": "documentary colony sequence" + }, + { + "subGenre": "Penguins", + "scene": "Adelie penguins under aurora-lit sky at midnight near a salt-shelf", + "sceneVariants": [ + "Adelie penguins under aurora-lit sky at midnight near a salt-shelf", + "Green and violet curtains overhead", + "Black silhouettes on snowy rim", + "Thin sea mist curling up from cracks", + "A few stars peeking through the aurora" + ], + "actions": [ + "Quiet clustered huddling to conserve heat", + "Occasional soft vocal exchange", + "A sentinel stepping up to scan the horizon", + "Slow deliberate flipper-warm adjustments" + ], + "camera": "Wide stabilized shot with slow push-in to the nearest individuals", + "accents": [ + "cold aurora rim light on beaks and flippers", + "soft luminous micro-highlights on snow crystals" + ], + "mood": "awe-filled stillness", + "lighting": "cool night with auroral color accents", + "style": "ethereal polar tableau" + }, + { + "subGenre": "Penguins", + "scene": "Chicks clamoring at a rock pool as adults dive and deliver krill at dawn", + "sceneVariants": [ + "Chicks clamoring at a rock pool as adults dive and deliver krill at dawn", + "Gentle smoky sunrise and glistening wet stones", + "Tiny fluttering down and open beaks", + "Adults bopping back and forth from sea", + "A chorus of peeps filling the air" + ], + "actions": [ + "Adults surfacing with krill-rich beaks", + "Rapid regurgitation feeding into tiny mouths", + "Chicks shoving gently for position", + "Parental preen after feeding" + ], + "camera": "Close handheld with macro inserts on beak-to-beak feeding", + "accents": [ + "warm volumeric shafts glancing off wet plumage", + "dewy micro-highlights on down" + ], + "mood": "tender nourishment", + "lighting": "soft dawn fill", + "style": "intimate caregiving vignette" + }, + { + "subGenre": "Penguins", + "scene": "Emperor penguin huddle at the heart of a blizzard under near-whiteout conditions", + "sceneVariants": [ + "Emperor penguin huddle at the heart of a blizzard under near-whiteout conditions", + "Spinning snow and sharply reduced visibility", + "Spiked ice cliffs half-obscured", + "Huddled black-and-white blobs moving as one", + "Howling wind audible in the scene" + ], + "actions": [ + "Tightly rotated huddle maintaining warmth", + "Collective shifting rhythm to share wind exposure", + "Occasional stern vocal coordination", + "Young tucked in safe crevices inside the group" + ], + "camera": "Handheld stabilized with close textural shots and wide blizzard context", + "accents": [ + "frost micro-highlights on beak tips", + "soft rim from drifting snow backlight" + ], + "mood": "stoic endurance", + "lighting": "diffuse whiteout with cold color balance", + "style": "gritty survival tableau" + }, + { + "subGenre": "Penguins", + "scene": "Rocky tide platform at midday where chinstraps preen and sun themselves", + "sceneVariants": [ + "Rocky tide platform at midday where chinstraps preen and sun themselves", + "Warm sun on black basalt and glittering pools", + "Flapping and stretching individuals", + "Tide hiss and distant calls", + "Sparse seaweed and crab scuttling" + ], + "actions": [ + "Energetic preening and feather alignment", + "Surfacing baths and rapid wing shakes", + "Bickering head-tosses establishing peck-order", + "Short naps with bill tucked" + ], + "camera": "Medium telephoto with quick cutaways for action detail", + "accents": [ + "hard sun rim on wet feathers", + "water-spray micro-highlights" + ], + "mood": "contented bustle", + "lighting": "bright crisp midday", + "style": "textured natural snapshot" + }, + { + "subGenre": "Penguins", + "scene": "Juvenile preening school on a sheltered inlet at sunset with pink sky", + "sceneVariants": [ + "Juvenile preening school on a sheltered inlet at sunset with pink sky", + "Soft pastel reflections on calm water", + "Fledgling fluff falling as they preen", + "Parents calling softly in the distance", + "Small rock stacks providing perches" + ], + "actions": [ + "Intense feather-maintenance sequences", + "Playful nudges and mock-fights", + "Slow coordinated stretches after feeding", + "Settling in rows for dusk rest" + ], + "camera": "Gentle dolly with macro preen inserts and warm grading", + "accents": [ + "warm sunset rim on downy feathers", + "gentle water micro-highlights" + ], + "mood": "calm growth", + "lighting": "golden hour with soft tones", + "style": "warm nature vignette" + }, + { + "subGenre": "Penguins", + "scene": "Nighttime pack-ice edge with penguins porpoising under starlit sky", + "sceneVariants": [ + "Nighttime pack-ice edge with penguins porpoising under starlit sky", + "Sharp ice silhouettes and dark reflective water", + "Stars bright above and a cold wind", + "Small ripples glowing faintly", + "Occasional flicker of headlight from a distant research ship" + ], + "actions": [ + "Energetic porpoising in near-silent arcs", + "Quick dives tracking krill patches", + "Synchronous rolling movements near ice floes", + "Brief inspected pops to check surroundings" + ], + "camera": "Stabilized low-light tracking with reflective water inserts", + "accents": [ + "cool star rim on wet backs", + "tiny glints on water droplets" + ], + "mood": "nocturnal momentum", + "lighting": "very low moon and star-lit night", + "style": "noir marine sequence" + }, + { + "subGenre": "Penguins", + "scene": "Rock-shelf competition as several penguins jockey for the best nest boulder", + "sceneVariants": [ + "Rock-shelf competition as several penguins jockey for the best nest boulder", + "Crowded ledges and close proximity", + "Mutual staring down rituals", + "Squawking background chorus", + "Occasional elbow nudges" + ], + "actions": [ + "Assertive peck-and-nudge disputes", + "Leaping vaults to claim a spot", + "Victory displays with head thrown back", + "Lesser individuals conceding and moving away" + ], + "camera": "Close handheld with fast reaction cuts to emphasize rivalry", + "accents": [ + "sun-highlight on raised chests", + "detailed pebble micro-highlights" + ], + "mood": "competitive urgency", + "lighting": "bright daylight with strong contrast", + "style": "dramatic behavioral clip" + }, + { + "subGenre": "Penguins", + "scene": "Ice-floe playground at midday where small groups toboggan down smooth ice", + "sceneVariants": [ + "Ice-floe playground at midday where small groups toboggan down smooth ice", + "Polished ice slabs glistening under sun", + "Playful penguins launching into slide runs", + "Distant cracking sounds of shifting floes", + "Clear blue horizon" + ], + "actions": [ + "Belly slides across ice with joyful posture", + "Quick recoveries and repeat runs", + "Group cheering vocalizations", + "Occasional accidental tumbles and recoveries" + ], + "camera": "Low wide tracking emphasizing motion and repeated patterns", + "accents": [ + "sparkling ice micro-highlights", + "bright rim on sliding bodies" + ], + "mood": "playful exuberance", + "lighting": "high, clear midday sun", + "style": "joyful nature short" + }, + { + "subGenre": "Penguins", + "scene": "Storm-swept beach where a lone penguin returns from sea carrying a full belly", + "sceneVariants": [ + "Storm-swept beach where a lone penguin returns from sea carrying a full belly", + "Dark clouds and whipping surf", + "Scattered drift and seaweed", + "Solitary figure trudging toward nesting ground", + "A brief pocket of calmer water" + ], + "actions": [ + "Heavy purposeful waddle against wind", + "Shaking out water and small feeding pauses", + "Checking the nest area for intruders", + "A final rapid sprint to deliver food" + ], + "camera": "Medium handheld with atmospheric storm inserts", + "accents": [ + "wet-spray speculars on feathers", + "dramatic contrast from storm-light" + ], + "mood": "solemn determination", + "lighting": "stormy mixed light with punctuated highlights", + "style": "emotive survival clip" + }, + { + "subGenre": "Penguins", + "scene": "Sunset silhouette line: penguins returning in a long black chain along the coast", + "sceneVariants": [ + "Sunset silhouette line: penguins returning in a long black chain along the coast", + "Muted orange horizon and glassy sea", + "Perfect silhouette shapes in a row", + "Gull shadows flying overhead", + "Calm, reflective shallow pools" + ], + "actions": [ + "Synchronized steady walking in single-file lines", + "Occasional pause to preen or observe", + "Gentle waddle resumes toward nesting ground", + "A collective settling into small clusters at dusk" + ], + "camera": "Wide panoramic reveal with gentle crane down to silhouette detail", + "accents": [ + "clean backlight rim on profiles", + "feather silhouette micro-edges" + ], + "mood": "quiet procession", + "lighting": "clean sunset backlight", + "style": "poetic establishing shot" + }, + { + "subGenre": "Penguins", + "scene": "Lab research cam: penguin group interacting with a deployed floating buoy (scientific vignette)", + "sceneVariants": [ + "Lab research cam: penguin group interacting with a deployed floating buoy (scientific vignette)", + "Bright painted buoy and tether line", + "Researchers on a distant platform observing", + "Penguins circling and investigating device", + "Calm observational context" + ], + "actions": [ + "Curious pecks and cautious nudges", + "Occasional slap as they test buoyancy", + "Group stepping back when a sensor chirps", + "Final acceptance with a casual ignoring posture" + ], + "camera": "Documentary fixed-research cam with medium close cuts", + "accents": [ + "clinical specular on painted surfaces", + "moist feathers micro-highlights" + ], + "mood": "curious scientific moment", + "lighting": "neutral daylight", + "style": "informative observational clip" + }, + { + "subGenre": "Penguins", + "scene": "Aurora storm: penguins silhouetted by shifting curtains of color and sudden solar flares", + "sceneVariants": [ + "Aurora storm: penguins silhouetted by shifting curtains of color and sudden solar flares", + "Dramatic neon curtains overhead", + "Strong color reflections in wet snow", + "A sense of cosmic scale above small creatures", + "Long exposure star trails complementing motion" + ], + "actions": [ + "Brief startled circling as lights pulse", + "Collective staring and noted hush", + "Slow return to huddle as aurora calms", + "Occasional head-tilts tracking movement above" + ], + "camera": "Epic wide low-light with auroral timelapse inserts", + "accents": [ + "vivid aurora rim on snow and beaks", + "tiny reflective micro-highlights in snow" + ], + "mood": "cosmic wonder", + "lighting": "strong auroral night light", + "style": "cinematic natural spectacle" + }, + { + "subGenre": "Penguins", + "scene": "Young penguin exercise drills: fledglings practicing short swims in sheltered cove", + "sceneVariants": [ + "Young penguin exercise drills: fledglings practicing short swims in sheltered cove", + "Calm shallow water and pebble shore", + "Instructors supervising from the rocks", + "Splash patterns and tiny wakes", + "Healthy vegetation around the inlet" + ], + "actions": [ + "Short measured swims with surface recovery", + "Encouraging pushes from parents", + "Short gliding practiced maneuvers", + "Confident climbs onto shore rocks" + ], + "camera": "Low stabilized tracking with playful cutaways", + "accents": [ + "sparkling surface micro-highlights", + "wet-down micro-detail on fledgling plumage" + ], + "mood": "hopeful training", + "lighting": "soft warm morning", + "style": "uplifting nature vignette" + }, + { + "subGenre": "Penguins", + "scene": "Ice-breaker encounter: research ship arriving and penguins approaching curiously", + "sceneVariants": [ + "Ice-breaker encounter: research ship arriving and penguins approaching curiously", + "Large metallic hull contrasted with natural shapes", + "Penguins investigating hull shadows", + "Hazy polar light with steam from engines", + "Scientists on deck with notebooks" + ], + "actions": [ + "Cautious approach to new object in the environment", + "Tentative nips and head checks", + "Quick retreat when a loud noise occurs", + "Gradual curiosity returning with distant observation" + ], + "camera": "Documentary mid-shot with human context and reaction cutaways", + "accents": [ + "cold speculars on metal", + "reflective wet feather micro-highlights" + ], + "mood": "cautious curiosity", + "lighting": "diffuse polar daylight", + "style": "human-natural encounter piece" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_seals.json b/src/data/animals_and_wildlife_seals.json new file mode 100644 index 0000000..9361b1d --- /dev/null +++ b/src/data/animals_and_wildlife_seals.json @@ -0,0 +1,477 @@ +[ + { + "subGenre": "Seals", + "scene": "Harbour seal pup sheltered in a rocky cove at dawn", + "sceneVariants": [ + "Harbour seal pup sheltered in a rocky cove at dawn", + "Wet kelp fringes clinging to the rocks", + "Soft dawn mist over incoming tide", + "Mother visible offshore keeping watch", + "Tiny paw prints in damp sand" + ], + "actions": [ + "Pup fumbling toward the water for its first small swim", + "Mother calling from a distance with soft bleats", + "Crabs and shorebirds probing around the cove", + "Occasional head-lifts to listen for danger" + ], + "camera": "Low-angle close with gentle dolly outward to reveal tide line", + "accents": [ + "soft volumetric dawn shafts between rocks", + "dewy micro-highlights on whiskers and sand" + ], + "mood": "fragile optimism", + "lighting": "soft dawn fill with cool-warm balance", + "style": "intimate wildlife portrait" + }, + { + "subGenre": "Seals", + "scene": "Bull elephant seal fighting for territory on a sun-baked beach", + "sceneVariants": [ + "Bull elephant seal fighting for territory on a sun-baked beach", + "Huge sand-scoured bodies crashing together", + "Cloud of kicked sand and flashing skin", + "Distant colony sprawled across the shore", + "Seabirds wheeling above the melee" + ], + "actions": [ + "Thunderous lateral pushes and head slams", + "Reverberating bellows that ripple the air", + "Smaller males skittering away from conflict", + "Victor rearing and roaring to claim the zone" + ], + "camera": "High-frame-rate mid-shot with slow-mo impact inserts", + "accents": [ + "hard sun rim catching spray and spit", + "detailed skin micro-highlights on scars" + ], + "mood": "raw dominance", + "lighting": "harsh midday sunlight", + "style": "dramatic natural conflict" + }, + { + "subGenre": "Seals", + "scene": "Leopard seal hunting near an Antarctic ice floe at pale noon", + "sceneVariants": [ + "Leopard seal hunting near an Antarctic ice floe at pale noon", + "Blue-white shards of broken ice", + "Penguin silhouettes nervously bobbing", + "Inky water channels between floes", + "A distant berg calving faintly" + ], + "actions": [ + "Powerful lateral lunges to intercept surface birds", + "Underwater sprints past submerged berg edges", + "Silent glide then explosive surface strike", + "Rolling to swallow prey then drift" + ], + "camera": "Cold aerial-to-underwater transition with tight strike inserts", + "accents": [ + "cold ice rim on fin edges", + "crisp micro-highlights on water spray and teeth" + ], + "mood": "efficient predation", + "lighting": "cool high-latitude daylight", + "style": "tense arctic thriller" + }, + { + "subGenre": "Seals", + "scene": "Grey seal colony at golden hour with hundreds hauled out on a tidal platform", + "sceneVariants": [ + "Grey seal colony at golden hour with hundreds hauled out on a tidal platform", + "Warm backlight on rounded bodies", + "Whisker details catching the sun", + "Foamy surf edging the platform", + "Lone pup calling intermittently" + ], + "actions": [ + "Collective shifting and mutual jostling", + "Mothers nursing, pups tumbling between adults", + "A sudden chain reaction of head-raises at a sound", + "Slow long yawns and settling back down" + ], + "camera": "Panoramic establishing then dozens of intimate cut-ins", + "accents": [ + "golden rim on fur contours", + "high micro-detail on wet fur beads" + ], + "mood": "communal warmth", + "lighting": "rich golden-hour backlight", + "style": "epic colony portrait" + }, + { + "subGenre": "Seals", + "scene": "Rockpool harbor seals exploring tide pools at low tide", + "sceneVariants": [ + "Rockpool harbor seals exploring tide pools at low tide", + "Pools full of glinting anemones and small fish", + "Shimmering algae patterns and barnacle textures", + "Small waves lapping on barnacled rocks", + "Children pointing from a safe jetty" + ], + "actions": [ + "Playful nose-pokes into pools to catch small fish", + "Gentle rolling to dislodge stuck seaweed", + "Brief investigative peeks by pups", + "Shy retreats into deeper channels between rocks" + ], + "camera": "Macro low-angle with close micro-pool inserts", + "accents": [ + "sparkling pool speculars", + "detailed wet-skin micro-highlights" + ], + "mood": "curious exploration", + "lighting": "bright midday with reflective pools", + "style": "textural coastal vignette" + }, + { + "subGenre": "Seals", + "scene": "Harbor scene at dusk with seals popping heads near moored fishing boats", + "sceneVariants": [ + "Harbor scene at dusk with seals popping heads near moored fishing boats", + "Old wood and peeling paint on pilings", + "Ropes and nets draped along the quay", + "Warm lanterns and quick seagull squawks", + "Fishermen cleaning nets nearby" + ], + "actions": [ + "Seals surfacing with wary curiosity near bobbing boats", + "Rapid surface circles when bait is available", + "Soft vocal exchanges with other seals", + "Quick dives when boats move" + ], + "camera": "Handheld low-light with reflective water inserts", + "accents": [ + "warm lamp speculars on wet fur", + "soft ripple micro-highlights" + ], + "mood": "wary opportunism", + "lighting": "warm harbor dusk", + "style": "urban-coastal documentary" + }, + { + "subGenre": "Seals", + "scene": "Nighttime bioluminescent surf with seals cutting through glowing waves", + "sceneVariants": [ + "Nighttime bioluminescent surf with seals cutting through glowing waves", + "Electric blue wake lines trailing bodies", + "Star-splattered sky above", + "Ghostly silhouettes in motion", + "Soft phosphorescent spray arcs" + ], + "actions": [ + "Quick arcing swims leaving neon trails", + "Surface flips creating glittering halos", + "Brief breaching arcs throwing blue spray", + "Gentle rolling to investigate bioluminescent patches" + ], + "camera": "Low-light stabilized with long-exposure-like inserts", + "accents": [ + "cold bioluminescent rim on body edges", + "sparkling micro-highlights on wake lines" + ], + "mood": "otherworldly wonder", + "lighting": "dark night with neon water glow", + "style": "dreamlike nocturnal sequence" + }, + { + "subGenre": "Seals", + "scene": "Rescue center intake: a rehabilitated seal being checked by vets under clinical lights", + "sceneVariants": [ + "Rescue center intake: a rehabilitated seal being checked by vets under clinical lights", + "Sterile white bedding and towels", + "Monitors and careful hands", + "Humane transport crate in background", + "Quiet supportive voices" + ], + "actions": [ + "Gentle veterinary palpation and wound cleaning", + "Quiet administration of fluids and nourishment", + "Tagging and logging identification", + "Wrap-up and rest under warm lamp" + ], + "camera": "Documentary mid-close with procedural inserts", + "accents": [ + "soft clinical speculars", + "detailed micro-highlights on wet fur and stitches" + ], + "mood": "careful recovery", + "lighting": "soft controlled daylight and warm lamp", + "style": "informative conservation vignette" + }, + { + "subGenre": "Seals", + "scene": "Storm-lashed coast: seals riding heavy surf and seeking calmer inlets", + "sceneVariants": [ + "Storm-lashed coast: seals riding heavy surf and seeking calmer inlets", + "Dark roiling clouds and spray", + "Huge breaking waves and white horses", + "Clinging rock outcrops and flying debris", + "Urgent calls of seals overshadowed by wind" + ], + "actions": [ + "Powerful surf-penetrating swims to avoid breakers", + "Quick retreats into sheltered bays", + "Holding position submerged to let waves pass overhead", + "Group clustering in calmer lee waters" + ], + "camera": "Handheld with water-spray lens effects and high-shutter action cuts", + "accents": [ + "storm-spray micro-highlights frozen in frame", + "hard speculars on wet musculature" + ], + "mood": "weather-tested resilience", + "lighting": "storm-diffused harsh light", + "style": "survival action sequence" + }, + { + "subGenre": "Seals", + "scene": "Orca predation sequence where a pod corrals a group of seals near a shelf", + "sceneVariants": [ + "Orca predation sequence where a pod corrals a group of seals near a shelf", + "Black dorsal fins slicing the sea", + "Seals clustering and bobbing as a tight ball", + "Violent surface churn as strategy unfolds", + "Distant cliff flocks erupting" + ], + "actions": [ + "Orcas executing coordinated wave-wash or seal-rocking maneuvers", + "Seals darting in panic and scattering", + "Brief successful strikes and rapid retreats", + "Survivors re-grouping in deeper water" + ], + "camera": "Dynamic wide-to-tight reaction shots with underwater inserts", + "accents": [ + "fiery rim on spray during attacks", + "dramatic micro-highlights on wet skin and teeth" + ], + "mood": "tense predator-prey drama", + "lighting": "variable coastal light with glare", + "style": "cinematic natural conflict" + }, + { + "subGenre": "Seals", + "scene": "Pupping beach under a blood-orange sunset with tender maternal scenes", + "sceneVariants": [ + "Pupping beach under a blood-orange sunset with tender maternal scenes", + "Silhouetted mothers curled around pups", + "Long warm shadows and a cooling tide", + "Soft calls carried on the breeze", + "A caretaker watchtower in distance" + ], + "actions": [ + "Feeding sessions and pup cuddling", + "Short separation swims for mothers to forage", + "Protective physical nudges", + "Pups dozing and twitching in sleep" + ], + "camera": "Warm low-angle with close maternal inserts", + "accents": [ + "fiery sunset rim on fur edges", + "soft micro-highlights on sleepy eyes" + ], + "mood": "tender closure", + "lighting": "rich late-sunset warmth", + "style": "emotive maternal vignette" + }, + { + "subGenre": "Seals", + "scene": "Kelp forest glide: seals weaving through tall kelp fronds in clear water", + "sceneVariants": [ + "Kelp forest glide: seals weaving through tall kelp fronds in clear water", + "Sunbeams slicing the water column", + "Small reef fish darting between fronds", + "Swaying blades creating vertical rhythm", + "A curious seal nose-pressing a leaf" + ], + "actions": [ + "Graceful sinuous glides through kelp corridors", + "Playful rolls and opportunistic nips at shrimp", + "Evasive turns around frond tangles", + "Ephemeral bubble trails marking passage" + ], + "camera": "Underwater glide cam with slow telephoto pushes", + "accents": [ + "sparkling underwater shaft micro-highlights", + "detailed kelp texture reflections" + ], + "mood": "fluid grace", + "lighting": "clear midday underwater shafts", + "style": "cinematic marine ballet" + }, + { + "subGenre": "Seals", + "scene": "Tidal inlet at dawn where seals use current lines to ambush schooling fish", + "sceneVariants": [ + "Tidal inlet at dawn where seals use current lines to ambush schooling fish", + "Converging currents and eddies visible on surface", + "Silver schools reflecting low sun", + "Seals positioned along the shear line", + "Gulls tracking the disturbance" + ], + "actions": [ + "Seals timing bursts into schools along flow seams", + "Coordinated passes to herd fish toward shallow pockets", + "Surface flurries and silver flashes", + "Short regroup and repositioning" + ], + "camera": "Aerial current-reveal with close underwater intercepts", + "accents": [ + "golden-silver rim on fish-scale flashes", + "water-surface micro-highlights" + ], + "mood": "focused teamwork", + "lighting": "low dawn with reflective surface", + "style": "documentary feeding sequence" + }, + { + "subGenre": "Seals", + "scene": "Haul-out on a sun-baked rock platform where scientists tag individuals", + "sceneVariants": [ + "Haul-out on a sun-baked rock platform where scientists tag individuals", + "Careful handling tents and tag boxes", + "Rubber boots and measured human movement", + "Temporary restraint wraps and protective padding", + "A clipboard with data tallying" + ], + "actions": [ + "Gently securing and scanning then applying identification tags", + "Quick measurements and weight checks", + "Photographic records of scars and markings", + "Releasing with observation to ensure swimming ability" + ], + "camera": "Educational close procedural shots with data overlays", + "accents": [ + "soft clinical speculars on instruments", + "detailed micro-highlights on tag metal" + ], + "mood": "responsible stewardship", + "lighting": "bright natural field light", + "style": "practical conservation piece" + }, + { + "subGenre": "Seals", + "scene": "Submerged drift-cam following a playful pair belly-flopping through midwater arches", + "sceneVariants": [ + "Submerged drift-cam following a playful pair belly-flopping through midwater arches", + "Loose particulate creating soft bokeh", + "Light shafts dancing on moving bodies", + "Playful bubble rings being produced", + "Occasional small fish joins the game" + ], + "actions": [ + "Precision spins and rapid darting loops", + "Bubble-ring blowing and playful mouth gestures", + "Head-tilt interactions and synchronized turns", + "Sudden surface breaks for a breath then back in" + ], + "camera": "Drift underwater with 50mm+ telephoto for compression", + "accents": [ + "sparkling micro-highlights on suspended particles", + "soft wet-skin speculars" + ], + "mood": "joyful exuberance", + "lighting": "filtered midwater shafts", + "style": "playful underwater short" + }, + { + "subGenre": "Seals", + "scene": "Cold-spring thermal outflow where seals bask near warm upwellings in mist", + "sceneVariants": [ + "Cold-spring thermal outflow where seals bask near warm upwellings in mist", + "Steam rising from warm water against cold air", + "Icy crust and frost around pool edges", + "Seals leaning into the warm column", + "A distant snowy shoreline" + ], + "actions": [ + "Slow rolling and basking with eyes closed", + "Occasional surfacing to inhale warm scented air", + "Close grouping to soak shared warmth", + "Slight shifts to adjust to the warm spot" + ], + "camera": "Low cold-weather lens with steam diffusion inserts", + "accents": [ + "soft steam-micro highlights", + "warm rim on fur where mist parts" + ], + "mood": "cozy reprieve", + "lighting": "cool ambient with warm steam highlights", + "style": "contrasting nature intimate" + }, + { + "subGenre": "Seals", + "scene": "Coastal cliff rescue where volunteers lift an entangled seal from rocks", + "sceneVariants": [ + "Coastal cliff rescue where volunteers lift an entangled seal from rocks", + "Ropes and harnesses deployed by trained crew", + "Tidal timing and urgent coordination", + "Plastic signage and safety vests visible", + "A patient crowd on a safe ledge" + ], + "actions": [ + "Careful disentangling of netting and rope", + "Sedation or calming measures if needed", + "Emergency first-aid wraps and antiseptic cleaning", + "Transporting to recovery crate for rehab" + ], + "camera": "Handheld documentary with action close-ups and radio chatter audio", + "accents": [ + "hard rescue speculars on wet gear", + "detailed micro-highlights on cut net fibers" + ], + "mood": "urgent compassion", + "lighting": "high-contrast rescue daylight", + "style": "raw human-wildlife rescue" + }, + { + "subGenre": "Seals", + "scene": "Moonlit rocky outcrop where seals silhouette and the tide whispers", + "sceneVariants": [ + "Moonlit rocky outcrop where seals silhouette and the tide whispers", + "Silver columns across wet stone", + "Distant lighthouse slow sweep", + "Sparse cloud drifting across moon", + "A hushed, minimal soundscape" + ], + "actions": [ + "Still silhouetted profiles occasionally turning heads", + "Soft nose-touch greetings in the dark", + "Slow positioning to ride incoming swell", + "Quiet settling for rest" + ], + "camera": "Low-light wide with gentle push-in to silhouettes", + "accents": [ + "cool moon rim on profile edges", + "tiny micro-highlights on wet rock beads" + ], + "mood": "nocturnal hush", + "lighting": "soft moonlit night", + "style": "meditative coastal portrait" + }, + { + "subGenre": "Seals", + "scene": "Final scene: single seal sliding into a calm inlet as sunrise warms the horizon", + "sceneVariants": [ + "Final scene: single seal sliding into a calm inlet as sunrise warms the horizon", + "Long pastel sky reflected in oil-slicked water", + "A thin mist hugging the far reeds", + "Quiet bird calls beginning", + "Gentle motion of tide easing" + ], + "actions": [ + "Seamless slip into glassy water", + "Slow surface cruise exploring the inlet", + "A last glance to the shore then dive", + "Soft tail flick sending tiny ripples" + ], + "camera": "Wide tranquil establishing then gentle close portrait", + "accents": [ + "soft sunrise rim on wet fur", + "calm mirror micro-highlights" + ], + "mood": "peaceful closure", + "lighting": "soft sunrise warmth", + "style": "gentle coastal coda" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_sharks.json b/src/data/animals_and_wildlife_sharks.json new file mode 100644 index 0000000..26be5a5 --- /dev/null +++ b/src/data/animals_and_wildlife_sharks.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Sharks", + "scene": "Great white breach attack on a seal at sunrise", + "sceneVariants": [ + "Great white breach attack on a seal at sunrise", + "Explosion of white water as predator clears the surface", + "Orange-pink horizon with hunting silhouette", + "Scattered kelp and rocky outcrops", + "Flocks of startled seabirds wheeling above" + ], + "actions": [ + "Full-body vertical breach hitting prey", + "Spray and foam thrown into the air", + "Brief violent shake to subdue the seal", + "Retreating arc back into deeper water" + ], + "camera": "High-speed aerial-follow with slow-motion on breach impact", + "accents": [ + "fiery rim on water spray", + "crisp micro-highlights on tooth and jaw detail" + ], + "mood": "raw predatory power", + "lighting": "warm sunrise backlight with high specular contrast", + "style": "intense nature action" + }, + { + "subGenre": "Sharks", + "scene": "Hammerhead school cruising above a coral canyon in midday clarity", + "sceneVariants": [ + "Hammerhead school cruising above a coral canyon in midday clarity", + "Wide blue water with coral fans below", + "Long lines of uniquely shaped heads sweeping together", + "Sunbeams streaking to the reef", + "Small reef fish scattering in schools" + ], + "actions": [ + "Coordinated sweeping formation", + "Rhythmic scanning with uniquely shaped heads", + "Occasional quick dip to investigate reef pockets", + "Graceful serpentine turns while keeping formation" + ], + "camera": "Aerial drone sweep with telephoto reef inserts", + "accents": [ + "sparkling underwater light shafts", + "high micro-detail on water column and fin edges" + ], + "mood": "disciplined elegance", + "lighting": "clear high-noon tropical sun", + "style": "cinematic reef traversal" + }, + { + "subGenre": "Sharks", + "scene": "Tiger shark hunting near a remote atoll at dusk", + "sceneVariants": [ + "Tiger shark hunting near a remote atoll at dusk", + "Rippling lagoon edges and shadowy reef teeth", + "Striped flank pattern glimpsed under water", + "Low warm horizon and cooling swell", + "Occasional palm silhouette from the atoll" + ], + "actions": [ + "Slow deliberate stalking near reef drop-offs", + "Exploratory sniffs and quick test bites", + "Powerful tail flick to reposition", + "Sudden rapid intercept when prey suspicious" + ], + "camera": "Stabilized underwater tracking with reef-close cutaways", + "accents": [ + "soft dusk rim on fin edges", + "textured micro-highlights on patterned hide" + ], + "mood": "methodical predation", + "lighting": "warm-cool dusk mix", + "style": "tense natural study" + }, + { + "subGenre": "Sharks", + "scene": "Whale shark feeding under a glittering midday sky with plankton blooms", + "sceneVariants": [ + "Whale shark feeding under a glittering midday sky with plankton blooms", + "Gigantic gentle mouth sweeping silver clouds", + "Shoals of small fish darting around the wide mouth", + "Sunlight scattering in plankton-rich water", + "Tiny birds riding the surface currents" + ], + "actions": [ + "Slow graceful filter feeding passes", + "Surface rolling to ingest dense patches", + "Social spacing between other large filterers", + "Occasional close inspection by small pilot fish" + ], + "camera": "Large-scale aerial followed by close gentle underwater inserts", + "accents": [ + "sparkling plankton micro-highlights", + "warm reflective streaks on broad back" + ], + "mood": "gentle abundance", + "lighting": "bright high-clarity midday light", + "style": "epic peaceful portrait" + }, + { + "subGenre": "Sharks", + "scene": "Lemon shark nursery near a mangrove maze at dawn", + "sceneVariants": [ + "Lemon shark nursery near a mangrove maze at dawn", + "Shallow tannin-stained water and tangled roots", + "Small juvenile shapes slipping between roots", + "Crab and shrimp life bustling under root shade", + "Quiet early-morning bird calls" + ], + "actions": [ + "Juveniles practicing short foraging circuits", + "Adult watchful patrols circling outer channels", + "Resting under shaded root overhangs", + "Occasional quick darting to catch small crustaceans" + ], + "camera": "Low shallow-water tracking with intimate close juvenile inserts", + "accents": [ + "soft warm rim through mangrove canopy", + "tannic micro-highlights on skin" + ], + "mood": "protective learning", + "lighting": "soft early-morning fill in shallow water", + "style": "intimate nursery vignette" + }, + { + "subGenre": "Sharks", + "scene": "Blacktip reef shark group weaving near a tropical snorkel site at midday", + "sceneVariants": [ + "Blacktip reef shark group weaving near a tropical snorkel site at midday", + "Clear turquoise shallow reef and snorkeler silhouettes", + "Sharp black dorsal tips slicing surface patterns", + "Rippled sand channels and sparse coral heads", + "Bright reef fish dashing around" + ], + "actions": [ + "Fast weaving passes through shallow channels", + "Quick investigative passes near snorkelers", + "Group splitting and merging maneuvers", + "Occasional quick flicks to herd small prey" + ], + "camera": "Snorkel-cam POV with alternating wide reef reveals", + "accents": [ + "sparkling water micro-highlights", + "sharp specular on dorsal tip edges" + ], + "mood": "lively reef activity", + "lighting": "bright tropical noon light", + "style": "energetic reef sequence" + }, + { + "subGenre": "Sharks", + "scene": "Deepwater lanternfish hunt with a solitary bluntnose sixgill in low light", + "sceneVariants": [ + "Deepwater lanternfish hunt with a solitary bluntnose sixgill in low light", + "Inky blue depths with faint bioluminescent specks", + "Slow, heavy-bodied shark moving near blackwater", + "Tiny lanternfish flashing then scattering", + "A ghostly slow-motion quality" + ], + "actions": [ + "Slow stalking with mouth agape to engulf small lanternfish", + "Triggering swarm flashes from disturbed zooplankton", + "Deliberate repositioning around midwater features", + "Occasional investigative head-turns" + ], + "camera": "Low-light submersible tracking with soft bioluminescent inserts", + "accents": [ + "cold point micro-highlights from bioluminescence", + "soft wet-skin speculars under low light" + ], + "mood": "ancient deep hush", + "lighting": "very low blue-toned deep-sea light", + "style": "mysterious nocturnal deep-sea piece" + }, + { + "subGenre": "Sharks", + "scene": "Mako shark high-speed pass alongside a sportfishing boat at golden hour", + "sceneVariants": [ + "Mako shark high-speed pass alongside a sportfishing boat at golden hour", + "Long metallic blue body streaking in the surface sheen", + "Fishermen pointing while lines still in the water", + "Wake line and spray glittering in last sun", + "Distant island silhouette" + ], + "actions": [ + "Explosive top-speed passes and sudden direction changes", + "Surface rosette splashes during bursts", + "Brief close inspections of baited lines", + "Quick disappearance into deeper blue" + ], + "camera": "Boat-mounted high shutter tracking with dramatic slow-motion on pass", + "accents": [ + "fiery golden rim on spray", + "metallic skin micro-highlights" + ], + "mood": "adrenal thrill", + "lighting": "golden-hour directional light", + "style": "action marine snippet" + }, + { + "subGenre": "Sharks", + "scene": "Nurse sharks dozing on a sandy ledge under reef overhang at midday", + "sceneVariants": [ + "Nurse sharks dozing on a sandy ledge under reef overhang at midday", + "Muted blue-green water with shadowed ledge", + "Several docile sharks resting in a group", + "Small shrimp cleaning in and around mouths", + "Soft particulate drifting in calm water" + ], + "actions": [ + "Slow breathing through gill slits while resting", + "Cleaner shrimp entering mouths for service", + "Occasional lazy shift in position", + "Mild wake movement as one stands and glides off" + ], + "camera": "Calm stabilized macro with texture inserts on skin", + "accents": [ + "soft diffused rim from above", + "detailed micro-highlights on sand grains" + ], + "mood": "tranquil resignation", + "lighting": "diffuse midday soft light under overhang", + "style": "calm underwater portrait" + }, + { + "subGenre": "Sharks", + "scene": "Leopard shark feeding in a shallow estuary at low tide with shimmering mudflats", + "sceneVariants": [ + "Leopard shark feeding in a shallow estuary at low tide with shimmering mudflats", + "Shallow brown-green water and exposed channels", + "Cloudy sand plumes as sharks graze", + "Wading birds picking at stirred prey", + "Sun glint on wet mud" + ], + "actions": [ + "Suction feeding causing small sand clouds", + "Sideways slurps along the substrate", + "Intermittent tandem grazing patterns", + "Slow departure to slightly deeper channels" + ], + "camera": "Low shallow-water chase with macro particle inserts", + "accents": [ + "warm mud glint micro-highlights", + "detailed suction micro-effects" + ], + "mood": "productive forage", + "lighting": "bright low-tide sun", + "style": "documentary feeding vignette" + }, + { + "subGenre": "Sharks", + "scene": "Wobbegong camouflaged beneath reef overhang in filtered morning light", + "sceneVariants": [ + "Wobbegong camouflaged beneath reef overhang in filtered morning light", + "Textured reef floor with algae and sponges", + "Lacy fringe blending with rock", + "Small fish brushing past unaware", + "Shadows creating a mottled pattern" + ], + "actions": [ + "Still ambush posture waiting for prey", + "Lightning-fast suction strike to snag passing fish", + "Return to stillness after feeding", + "Occasional slow reposition to better camouflage" + ], + "camera": "Macro hidden-angle with close-eye strike slow-mo", + "accents": [ + "soft broken light rim on edges", + "textured micro-highlights on skin folds" + ], + "mood": "patient ambush", + "lighting": "dappled reef light", + "style": "intense macro predator study" + }, + { + "subGenre": "Sharks", + "scene": "Basking whale shark silhouette against a turquoise sea in midday clarity", + "sceneVariants": [ + "Basking whale shark silhouette against a turquoise sea in midday clarity", + "Small snorkelers floating like dots nearby", + "Broad back and faint spotting pattern visible", + "Clear shallow water revealing reef shadows", + "Sunlight streaming and columnar shafts" + ], + "actions": [ + "Slow surface cruise with repeated filter passes", + "Occasional slight roll exposing belly patterns", + "Tolerant approach to curious divers", + "Calm drift after large gulp passes" + ], + "camera": "Aerial to underwater transition revealing scale", + "accents": [ + "strong midday specular on back", + "detailed spot micro-highlights" + ], + "mood": "majestic calm", + "lighting": "clear bright midday sun", + "style": "grand serene portrait" + }, + { + "subGenre": "Sharks", + "scene": "Oil-rig night scene where bait attracts a pack of small sharks under floodlights", + "sceneVariants": [ + "Oil-rig night scene where bait attracts a pack of small sharks under floodlights", + "Harsh artificial lights cutting into black water", + "Shadowy silhouettes circling the bright patch", + "Slick oil reflections and mechanical structures", + "Muted distant machinery hum" + ], + "actions": [ + "Aggressive circling and quick feeding strikes", + "Shadows breaking into eddies under lights", + "Occasional collision with bobbing debris", + "Rapid retreats into dark water after disturbances" + ], + "camera": "Stark low-light handheld with high-contrast artificial punch-ins", + "accents": [ + "hard artificial specular highlights", + "oily reflective micro-highlights" + ], + "mood": "tense attractant drama", + "lighting": "harsh artificial night lighting", + "style": "noir industrial-natural clip" + }, + { + "subGenre": "Sharks", + "scene": "Coral atoll night patrol with reef sharks cruising silently under moon", + "sceneVariants": [ + "Coral atoll night patrol with reef sharks cruising silently under moon", + "Soft shimmer across coral silhouettes", + "Small nocturnal fish peeking from crevices", + "Low tide shadows and slow current", + "A faint distant wave noise" + ], + "actions": [ + "Measured slow patrol passing reef edges", + "Occasional low-speed passes into crevices", + "Brief inspection of sleeping fish", + "Subtle body orientation adjustments in current" + ], + "camera": "Stabilized low-light with gentle stealth tracking", + "accents": [ + "cool moon rim on dorsal edges", + "soft coral micro-highlights" + ], + "mood": "calm nocturnal watch", + "lighting": "soft moonlit night", + "style": "nocturnal reef study" + }, + { + "subGenre": "Sharks", + "scene": "Juvenile shark schooling near estuary outflow at golden sunset", + "sceneVariants": [ + "Juvenile shark schooling near estuary outflow at golden sunset", + "Warm river plume influencing water color", + "Small shadows weaving near the mixing line", + "Wading birds probing shallows", + "Distant mangrove fringe" + ], + "actions": [ + "Tight schooling formation following current", + "Occasional synchronized swerve to catch bait", + "Short surface glimpses then submerge", + "Temporary resting in slightly sheltered eddies" + ], + "camera": "Low aerial followed by near-surface tracking", + "accents": [ + "golden plume rim highlights", + "detailed surface micro-highlights" + ], + "mood": "young-group learning", + "lighting": "warm sunset glow", + "style": "gentle group vignette" + }, + { + "subGenre": "Sharks", + "scene": "Sandbar ambush: nurse shark and angel shark lying in wait at shallow sand channel", + "sceneVariants": [ + "Sandbar ambush: nurse shark and angel shark lying in wait at shallow sand channel", + "Fine sand ripples and subtle water distortion", + "Camouflaged bodies flattened near the bottom", + "Tiny fish passing unaware", + "Occasional shell and crustacean motion" + ], + "actions": [ + "Explosive upward lunge to capture bottom-dwelling prey", + "Quick sand cascade and concealment again", + "Slow repositioning to a new ambush spot", + "Brief inactivity after feeding" + ], + "camera": "Macro low-angle with sudden high-frame capture on strike", + "accents": [ + "sand micro-highlights thrown on strike", + "soft diffused rim on skin folds" + ], + "mood": "stealthy ambush", + "lighting": "diffuse midday with soft shadows", + "style": "tight predator study" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_tigers.json b/src/data/animals_and_wildlife_tigers.json new file mode 100644 index 0000000..35370d4 --- /dev/null +++ b/src/data/animals_and_wildlife_tigers.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Tigers", + "scene": "Solitary tiger moving silently through tall sunlit grass at golden hour", + "sceneVariants": [ + "Solitary tiger moving silently through tall sunlit grass at golden hour", + "Striped flank slicing through amber blades", + "Heat haze blurring distant acacias", + "Pale dust trailing at each paw", + "A distant herd of deer frozen in the background" + ], + "actions": [ + "Low, measured stalking steps", + "Occasional head flick to lock on scent", + "Slow blink and ear rotation to listen", + "Sudden lightning-fast pounce when striking" + ], + "camera": "Low dolly lateral tracking with intermittent slow push-ins on eye", + "accents": [ + "golden rim light along whisker planes", + "sparkling micro-dust highlights in air" + ], + "mood": "predatory focus", + "lighting": "warm golden-hour backlight with long soft shadows", + "style": "cinematic wildlife portrait" + }, + { + "subGenre": "Tigers", + "scene": "Mother teaching cubs to stalk among mangrove roots at midday", + "sceneVariants": [ + "Mother teaching cubs to stalk among mangrove roots at midday", + "Tangled roots and shallow black water pools", + "Sun reflecting in scattered puddles", + "Cubs crouched and wide-eyed", + "Cracked mud dotted with tiny crabs" + ], + "actions": [ + "Demonstrative silent prowls", + "Cubs mimicking clumsy paw placements", + "Mother correcting posture with a nudge", + "Soft growled encouragement" + ], + "camera": "Handheld low-angle circling the group with mid close-ups", + "accents": [ + "dappled speculars on wet fur", + "high-detail reflections in shallow pools" + ], + "mood": "teaching patience", + "lighting": "bright high-noon with cool shaded pockets", + "style": "intimate natural lesson" + }, + { + "subGenre": "Tigers", + "scene": "Nighttime roar on a rocky outcrop under a blood-orange moon", + "sceneVariants": [ + "Nighttime roar on a rocky outcrop under a blood-orange moon", + "Silhouette punctuated by a low moon", + "Clouds moving fast across a bruised sky", + "Eyes reflecting like embers", + "Wind-swept grasses at the rock base" + ], + "actions": [ + "Thunderous prolonged roar", + "Mane-like fur flaring in wind (neck ruff motion)", + "Head lifted high to communicate territory", + "Echoing reverberations across the valley" + ], + "camera": "Slow crane up to close dramatic profile during roar", + "accents": [ + "cold rim from lunar backlight", + "glossy eye speculars and wet-nose highlights" + ], + "mood": "dominant proclamation", + "lighting": "high-contrast moonlit night with a warm red hue", + "style": "epic nocturnal portrait" + }, + { + "subGenre": "Tigers", + "scene": "Tiger slinking at the edge of a village at dawn, rice smoke drifting", + "sceneVariants": [ + "Tiger slinking at the edge of a village at dawn, rice smoke drifting", + "Thatch roofs and thin morning haze", + "Scattered chickens and startled dogs", + "Footprints in soft mud", + "Worn pathways leading into paddy fields" + ], + "actions": [ + "Cautious approach and quick retreats", + "Sniffing at human scent markers", + "Ears pricked for sudden disturbance", + "A swift dash to cover when spotted" + ], + "camera": "Telephoto compressed shots from hidden vantage", + "accents": [ + "warm rim from dawn smoke", + "moist micro-highlights on whiskers" + ], + "mood": "tense boundary crossing", + "lighting": "soft pastel dawn with diffused warm smoke light", + "style": "human-wildlife edge documentary" + }, + { + "subGenre": "Tigers", + "scene": "Monsoon riverbank where a tiger bathed and shakes off heavy rain", + "sceneVariants": [ + "Monsoon riverbank where a tiger bathed and shakes off heavy rain", + "Saturated greens and thick wet mud", + "Roaring river current and dark swollen clouds", + "Water streaming from fur in long beads", + "Leaves flicking as droplets fly" + ], + "actions": [ + "Exuberant deep shakes to fling water", + "Rolling in slick mud and grooming", + "Low satisfied bellows", + "A triumphant nap after bathing" + ], + "camera": "Dynamic handheld with splatter close-ups and slow-mo on shakes", + "accents": [ + "sparkling raindrop micro-highlights", + "saturated wet-fur texture accents" + ], + "mood": "refreshing release", + "lighting": "diffuse overcast high-saturation light", + "style": "textured cinematic nature moment" + }, + { + "subGenre": "Tigers", + "scene": "Bengal tiger stalking through sun-dappled bamboo forest midday", + "sceneVariants": [ + "Bengal tiger stalking through sun-dappled bamboo forest midday", + "Thin shafts of light through tall bamboo", + "Dense vertical lines echoing the tiger's stripe", + "Soft leaf litter underfoot", + "Birds scattering as it moves" + ], + "actions": [ + "Fluid slow steps between bamboo stems", + "Periodic pauses to scan for prey", + "Tongue flick to taste the air", + "Quick lunge through a sudden canopy gap" + ], + "camera": "Low tracking between stems with shallow DOF", + "accents": [ + "vertical light streak rim highlights", + "high micro-detail on whisker shadows" + ], + "mood": "stealthy elegance", + "lighting": "contrasty dappled daylight", + "style": "artful natural vignette" + }, + { + "subGenre": "Tigers", + "scene": "White tiger crossing snow-drifts in high Himalayan dusk", + "sceneVariants": [ + "White tiger crossing snow-drifts in high Himalayan dusk", + "Crystalline snow and wind-sculpted ridges", + "Breath vapor trailing behind", + "Pale blue twilight sky", + "Jagged distant peaks in silhouette" + ], + "actions": [ + "Deliberate cold-step tread", + "Periodic paw lifts to test depth", + "Low vocal rumble to call cubs", + "Nudging a hesitant cub forward" + ], + "camera": "Telephoto long lens emphasizing isolation and compression", + "accents": [ + "icy specular highlights on fur", + "soft blue rim on contours" + ], + "mood": "stoic endurance", + "lighting": "cool dusk with bluish undertones", + "style": "lonely Arctic-like portrait" + }, + { + "subGenre": "Tigers", + "scene": "Nocturnal ambush by a river as moonlight sparkles on fish leaps", + "sceneVariants": [ + "Nocturnal ambush by a river as moonlight sparkles on fish leaps", + "Rippling water catching small flashes", + "Dark banks shrouding the predator", + "Leaping fish arcs in bright highlights", + "Vast starfield overhead" + ], + "actions": [ + "Still wait in shadow then a sudden explosive lunge", + "Water columns erupting in motion", + "Quick bite and head-shake feeding", + "Silent slink away into cover" + ], + "camera": "Fast handheld impact shots with slow-mo on water eruptions", + "accents": [ + "cold moon rim on splashing droplets", + "sparkling fish-scale highlights" + ], + "mood": "sudden violence, efficiency", + "lighting": "cool moonlit night with high specular accents", + "style": "noir predation sequence" + }, + { + "subGenre": "Tigers", + "scene": "Pair scent-rubbing on a rocky cliff at sunset as courtship begins", + "sceneVariants": [ + "Pair scent-rubbing on a rocky cliff at sunset as courtship begins", + "Two striped profiles close and tentative", + "Sun casting long orange arcs", + "Delicate exchange of postures", + "Nearby scrub and distant sea of grass" + ], + "actions": [ + "Mutual scent rubbing and nuzzle checks", + "Soft vocal exchanges and head presses", + "Playful swipes at whiskers", + "Joint slow walk along edge" + ], + "camera": "Medium two-shot with intimate close-ins on noses and eyes", + "accents": [ + "warm sunset rim on cheekbones", + "soft lens flares in background" + ], + "mood": "affectionate ritual", + "lighting": "golden sunset with warm glow", + "style": "romantic wildlife vignette" + }, + { + "subGenre": "Tigers", + "scene": "Cub playfight in a shaded den while adults patrol nearby at dusk", + "sceneVariants": [ + "Cub playfight in a shaded den while adults patrol nearby at dusk", + "Tangled fur and playful tumbles", + "Sun-splinter shafts through den mouth", + "Scattered bones and dry leaves", + "Soft padded floor of packed earth" + ], + "actions": [ + "Bounding rolls and mock bites", + "Short squeaks and chirps", + "Adult alert glances from den entrance", + "Cubs tumbling into a sleeping heap" + ], + "camera": "Close handheld micro-shots with playful pacing", + "accents": [ + "soft volumetric shafts through den mouth", + "micro-detail on whisker twitches" + ], + "mood": "playful safety", + "lighting": "dappled dusk with warm fill", + "style": "adorable behavioral vignette" + }, + { + "subGenre": "Tigers", + "scene": "Ambush in tall reedbed at twilight as boar approaches", + "sceneVariants": [ + "Ambush in tall reedbed at twilight as boar approaches", + "Reed crowns trembling in passing wind", + "Low, cramped channel giving a hunting corridor", + "A boar sniffing uncertainly at scent", + "Sunset orange on far-off horizon" + ], + "actions": [ + "Coordinated low strikes and pin-down", + "Rapid mud and reed explosion during impact", + "Fast dispatching with powerful bites", + "Quick retreat to cover after feeding" + ], + "camera": "Dynamic handheld with whip-pans and close bite inserts", + "accents": [ + "warm rim on reed tips", + "wet mud micro-splatters highlighted" + ], + "mood": "efficient brutality", + "lighting": "twilight mixed warm/cool tones", + "style": "action natural sequence" + }, + { + "subGenre": "Tigers", + "scene": "Sunrise silhouette crossing a ridgeline with birds erupting", + "sceneVariants": [ + "Sunrise silhouette crossing a ridgeline with birds erupting", + "Sharp profile against a violet-orange sky", + "Feathered flocks lifting as it passes", + "Clean ridge line and sparse scrub", + "Morning mist clinging low" + ], + "actions": [ + "Measured walking with emphasis on silhouette", + "Head lift to take in scene", + "A stretch and yawn once on flat ground", + "Slow grooming to start the day" + ], + "camera": "Wide panoramic sweep with gentle push-in", + "accents": [ + "clean backlight rim on stripes", + "feathered light scattering through flying birds" + ], + "mood": "quiet majesty", + "lighting": "clean sunrise backlight", + "style": "majestic establishing shot" + }, + { + "subGenre": "Tigers", + "scene": "Urban-edge nocturne: a tiger caught in a headlamp beam near a highway", + "sceneVariants": [ + "Urban-edge nocturne: a tiger caught in a headlamp beam near a highway", + "Halogen wash cutting darkness", + "Reflective eyes and roadside litter", + "Distant traffic hum", + "Faint neon from far-off signs" + ], + "actions": [ + "Freeze and cautious retreat", + "Rapid lateral dash to roadside scrub", + "Scenting discarded food remnants", + "A tense wait in shadow until safe" + ], + "camera": "Stark POV with high-contrast single-beam focus", + "accents": [ + "hard spotlight specular", + "wet fur micro-highlights in beam" + ], + "mood": "tense survival at human margins", + "lighting": "harsh artificial night lighting", + "style": "noir human-wildlife edge scene" + }, + { + "subGenre": "Tigers", + "scene": "Tiger crossing a scent-marked territory ridge at midday, confident stride", + "sceneVariants": [ + "Tiger crossing a scent-marked territory ridge at midday, confident stride", + "Fresh scrape marks and urine rubbed trees", + "Clear vista of claimed land", + "Well-worn trails and flattened grass", + "Small sentinel birds perched above" + ], + "actions": [ + "Deliberate pausing to scratch and scent", + "Slow purposeful stride onward", + "Head-held-high posture signaling claim", + "Brief marking rub and walk-off" + ], + "camera": "Medium steady with push-in on marking gestures", + "accents": [ + "sunlit rim on cheek and shoulder", + "detailed scent-mark texture highlights" + ], + "mood": "assured dominance", + "lighting": "bright midday with high clarity", + "style": "behavioral portrait" + }, + { + "subGenre": "Tigers", + "scene": "Wounded tiger limping through undergrowth at dusk, wary and isolated", + "sceneVariants": [ + "Wounded tiger limping through undergrowth at dusk, wary and isolated", + "Stiff gait and visible blood on forepaw", + "Broken branches and trampled underbrush", + "Breath coming ragged in the cool air", + "Shadows lengthening as night approaches" + ], + "actions": [ + "Careful placing of wounded paw", + "Periodic rest and watching the surroundings", + "Low muffled snarls at perceived threats", + "Slow, determined hobble toward remoter shelter" + ], + "camera": "Tight handheld close to convey pain and strain", + "accents": [ + "cold rim on wet blood highlights", + "textured micro-detail on torn fur" + ], + "mood": "vulnerable grit", + "lighting": "muted dusk with cool fill", + "style": "gritty survival vignette" + }, + { + "subGenre": "Tigers", + "scene": "Snow-laden bamboo grove where a tiger stalks in soft white silence", + "sceneVariants": [ + "Snow-laden bamboo grove where a tiger stalks in soft white silence", + "Thin vertical stems bowed by snow", + "Soft muffled footfalls", + "Pale winter sun through lattice", + "Small mammal tracks crossing the path" + ], + "actions": [ + "Deliberate silent stalking with low body", + "Tiny nose sniffs and whisker sweeps", + "Explosive pounce through powder", + "Triumphant capture and quick consumption" + ], + "camera": "Low tracking with crisp white balance and slow motion on pounce", + "accents": [ + "crisp snow micro-highlights on lashes", + "cool blue rim on fur edges" + ], + "mood": "silent precision", + "lighting": "cool winter daylight with high contrast", + "style": "elegant arctic hunting" + }, + { + "subGenre": "Tigers", + "scene": "Late-night river crossing under a canopy of fireflies and soft moon", + "sceneVariants": [ + "Late-night river crossing under a canopy of fireflies and soft moon", + "Tiny glowing points floating above water", + "Trunk-length reflections on slow current", + "Silence punctuated by soft insect chirps", + "Shimmering head and shoulder reflections" + ], + "actions": [ + "Quiet measured stepping into the current", + "Temporary pause to scent and listen", + "A small splash then steady crossing", + "A silent shake-and-step on the far bank" + ], + "camera": "Stabilized lateral tracking with close reflective inserts", + "accents": [ + "cool moon rim coupled with warm-firefly bokeh", + "specular highlights on wet fur" + ], + "mood": "ethereal caution", + "lighting": "mix of cool moonlight and tiny warm point-lights", + "style": "dreamlike nocturnal vignette" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_whales.json b/src/data/animals_and_wildlife_whales.json new file mode 100644 index 0000000..ef7bfd8 --- /dev/null +++ b/src/data/animals_and_wildlife_whales.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Whales", + "scene": "Humpback breach line under a clear golden sunrise", + "sceneVariants": [ + "Humpback breach line under a clear golden sunrise", + "Silhouetted backs arcing from the warm sea", + "Long spray halos in the morning light", + "Wide horizon with faint ship silhouette", + "Gulls spiraling above the breach path" + ], + "actions": [ + "Synchronized high breaches in a rhythmic series", + "Water plumes exploding and falling in glittering arcs", + "Tail slaps punctuating the sequence", + "Soft vocalizations carried on the morning breeze" + ], + "camera": "Low boat-mounted tracking with slow crane lifts to capture full arcs", + "accents": [ + "golden rim highlights on spouts and ridges", + "sparkling water micro-highlights on droplets" + ], + "mood": "joyous spectacle", + "lighting": "warm sunrise backlight with high specular contrast", + "style": "majestic marine cinematography" + }, + { + "subGenre": "Whales", + "scene": "Grey whale migration corridor with long columns under high noon", + "sceneVariants": [ + "Grey whale migration corridor with long columns under high noon", + "Endless blue ocean with repeating dorsal lines", + "Small boats crossing their path", + "Sunbird flocks riding the thermals", + "Surface patches of foamy turbulence" + ], + "actions": [ + "Steady slow porpoising and visible blow intervals", + "Long slow dives and surfacing patterns", + "Group course corrections led by older whales", + "Minor rolling to scratch backs on the surface" + ], + "camera": "High-altitude drone sweep with occasional telephoto compression", + "accents": [ + "deep ocean specular bands", + "high micro-contrast on ridged callosities" + ], + "mood": "epic migration calm", + "lighting": "bright midday with deep-blue contrast", + "style": "grand natural travel sequence" + }, + { + "subGenre": "Whales", + "scene": "Orca family hunting in a glassy bay at dusk", + "sceneVariants": [ + "Orca family hunting in a glassy bay at dusk", + "Black dorsal fins cutting mirrored water", + "Sea birds circling franticly above surface activity", + "Shallow sandbanks glinting silver", + "Darkening sky reflected in the bay" + ], + "actions": [ + "Coordinated wave-washing to strand prey", + "Sudden bursts of speed and encirclements", + "Precise collaborative strikes and regrouping", + "Tail flicks sending spray and signal cues" + ], + "camera": "Boat-mounted medium with quick impact close-ins and wide reveal", + "accents": [ + "cold dusk rim on fin edges", + "sharp speculars on black-white skin contrast" + ], + "mood": "precision teamwork", + "lighting": "muted dusk with cool backlight", + "style": "tense behavioral documentary" + }, + { + "subGenre": "Whales", + "scene": "Sperm whale family sleeping cluster under a starry night", + "sceneVariants": [ + "Sperm whale family sleeping cluster under a starry night", + "Dark velvet ocean with faint bioluminescent specks", + "Slow breathing silhouettes and soft spouts", + "Moon glint on faint ridgelines", + "Distant ROV light blinking softly" + ], + "actions": [ + "Slow depth bobbing and restful drift", + "Occasional wake ripple when shifting", + "Quiet micro-vocal exchanges among the cluster", + "Tiny luminous wake trails from small organisms" + ], + "camera": "Stabilized low-light tracking with wide composition and intimate inserts", + "accents": [ + "cool moon rim on wet skin", + "subtle bioluminescent micro-highlights" + ], + "mood": "calm nocturnal repose", + "lighting": "very low moonlit night with cool blue accents", + "style": "ethereal nocturnal nature" + }, + { + "subGenre": "Whales", + "scene": "Calf learning to breach beside its mother in soft morning haze", + "sceneVariants": [ + "Calf learning to breach beside its mother in soft morning haze", + "Small but energetic arcs near the adult", + "Silvery spray diffused by haze", + "Close protective presence of a large fluke", + "Gentle rolling swell" + ], + "actions": [ + "Repeated small breaches with increasing height", + "Mother guiding with gentle nudges", + "Playful tail flick encouragement", + "Short social vocal chirps audible above the water" + ], + "camera": "Gentle tracking from a safe distance with tender close-ups", + "accents": [ + "soft volumetric rim light through haze", + "warm speculars on maternal skin folds" + ], + "mood": "tender learning", + "lighting": "soft morning haze with warm fill", + "style": "intimate educational vignette" + }, + { + "subGenre": "Whales", + "scene": "Beluga conversations in a frosty arctic inlet at low pale sun", + "sceneVariants": [ + "Beluga conversations in a frosty arctic inlet at low pale sun", + "Ice floes drifting and turquoise melt channels", + "Clusters of white bodies in shallow water", + "Tidal rips and blown spray", + "Creaking ice in the distance" + ], + "actions": [ + "High-pitched vocal exchanges forming social patterns", + "Playful bubble exhalation and body rubs", + "Coordinated movement to safe polynyas", + "Curious approaches to floating ice forms" + ], + "camera": "Cold close-composition with crisp wide-angle inserts", + "accents": [ + "icy rim highlights on white skin", + "crisp micro-highlights on breath vapor" + ], + "mood": "curious camaraderie", + "lighting": "cool low-angled arctic sun", + "style": "poetic polar social study" + }, + { + "subGenre": "Whales", + "scene": "Blue whale feeding surge with tiny krill clouds under bright sky", + "sceneVariants": [ + "Blue whale feeding surge with tiny krill clouds under bright sky", + "Massive mouth opening in slow fluid arcs", + "Swirling clouds of krill glowing in silver bands", + "Water churned in long sweeping motions", + "Distant gulls riding the updrafts" + ], + "actions": [ + "Long graceful lunge feeding passes", + "Deep subsurface lunges and slow recoveries", + "Coordinated feeding with nearby baleen whales", + "Exhalation and slow roll after the pass" + ], + "camera": "Large-scale aerial followed by telephoto close-ins on baleen details", + "accents": [ + "long reflective streaks along throat grooves", + "tiny krill specular micro-highlights" + ], + "mood": "awe and abundance", + "lighting": "bright clear midday with crisp highlights", + "style": "epic feeding sequence" + }, + { + "subGenre": "Whales", + "scene": "Night spyhop: curious whale raising head to inspect a research light", + "sceneVariants": [ + "Night spyhop: curious whale raising head to inspect a research light", + "Dark open sea with a single pin of white light", + "Silvery eye and blowhole rim catching glow", + "Small ripples radiating from vertical pose", + "A distant skiff silhouette" + ], + "actions": [ + "Slow vertical spyhop holding for long seconds", + "Head tilt to examine the light source", + "Soft answering vocal clicks", + "Gradual submergence after inspection" + ], + "camera": "Close stabilized low-light with shallow DOF emphasizing eye and blowhole", + "accents": [ + "cool point-light rim on wet skin", + "tiny reflective highlights on the eye" + ], + "mood": "curious caution", + "lighting": "very low artificial light in deep night", + "style": "intimate research moment" + }, + { + "subGenre": "Whales", + "scene": "Migration night corridor where moonlit silhouettes slip by like slow ghosts", + "sceneVariants": [ + "Migration night corridor where moonlit silhouettes slip by like slow ghosts", + "Long dark water with pale lunar sheen", + "Occasional spouts punctuating the darkness", + "Vast emptiness with distant stars", + "Soft fog banks hugging the sea" + ], + "actions": [ + "Measured breathing intervals and long glides", + "Occasional deep calls traveling far", + "Slow directional heading set by elders", + "Silhouetted tail lifts on long dives" + ], + "camera": "Wide slow-moving crane with soft moonlit inserts", + "accents": [ + "cool moon rim outlining huge silhouettes", + "subtle sparkles on distant spray" + ], + "mood": "melancholic grandeur", + "lighting": "cool moonlit night with soft contrast", + "style": "lyrical nocturnal migration" + }, + { + "subGenre": "Whales", + "scene": "Killer whale beach-whacking coordinated stranding at golden late afternoon", + "sceneVariants": [ + "Killer whale beach-whacking coordinated stranding at golden late afternoon", + "Shallow sandbar with frantic fish activity", + "Black-white bodies sliding onto wet sand", + "Birds and seals scattering in panic", + "Waves rolling in slow heavy cadence" + ], + "actions": [ + "Precision beach rushes to wash prey ashore", + "Quick coordinated retreats after capture", + "Vocal choruses of successful strikes", + "Short communal feeding and regrouping" + ], + "camera": "Adrenal handheld with wide and tight impact inserts", + "accents": [ + "warm late-afternoon rim on wet skin", + "high micro-detail on wet sand spray" + ], + "mood": "brutal efficiency", + "lighting": "warm golden-hour with high dynamic contrast", + "style": "intense natural action" + }, + { + "subGenre": "Whales", + "scene": "Mother and calf teaching bubble-net sidesweeps beneath an overcast sky", + "sceneVariants": [ + "Mother and calf teaching bubble-net sidesweeps beneath an overcast sky", + "Concentric ring patterns rising from below", + "Murmurations of fish within the net", + "Grey overcast flattening color saturation", + "Gentle swell wavering above the activity" + ], + "actions": [ + "Coordinated bubble release to trap prey", + "Directed lateral swimming to herd fish", + "Calf mimicking maternal bubble timing", + "Slow surface checking and next-pass adjustments" + ], + "camera": "Medium steady with underwater inserts capturing bubble geometry", + "accents": [ + "soft diffused rim from overcast", + "detailed bubble micro-highlights" + ], + "mood": "patient craft", + "lighting": "diffuse overcast with even tonal range", + "style": "behavioral instructional piece" + }, + { + "subGenre": "Whales", + "scene": "Leaping pilot whale celebration at sunset near rocky islets", + "sceneVariants": [ + "Leaping pilot whale celebration at sunset near rocky islets", + "Orange-red horizon behind jagged rocks", + "Small fast-bodied whales arcing in groups", + "Sea spray catching fiery sunset", + "Flocks of terns riding the motion" + ], + "actions": [ + "Rapid synchronized aerial leaps", + "Playful tail-slaps and mutual rubs", + "Short bursts of rapid coordinated turns", + "Occasional celebratory spyhops" + ], + "camera": "Dynamic aerial-follow with slow-mo leap inserts", + "accents": [ + "fiery rim on splash silhouettes", + "glinting micro-highlights on fast skin" + ], + "mood": "exuberant celebration", + "lighting": "dramatic sunset with warm saturation", + "style": "cinematic coastal spectacle" + }, + { + "subGenre": "Whales", + "scene": "Elder whale solitary song beneath a thin fog-bank at pre-dawn", + "sceneVariants": [ + "Elder whale solitary song beneath a thin fog-bank at pre-dawn", + "Muffled horizon and silent sea", + "Mourning long exhalations", + "Small surface rings forming slowly", + "A single gull drifting overhead" + ], + "actions": [ + "Long low-frequency calls emitting and reverberating", + "Slow rolling and tail wave punctuation", + "Pauses to listen for responses", + "Gradual retreat beneath the surface after song" + ], + "camera": "Poetic slow dolly with wide negative space composition", + "accents": [ + "soft fog-diffused rim light", + "subtle micro-highlights on exhalation vapor" + ], + "mood": "ancient solitude", + "lighting": "soft pre-dawn with fog diffusion", + "style": "poetic natural portrait" + }, + { + "subGenre": "Whales", + "scene": "Calm midday blue whale gliding, barnacles glinting under a high sun", + "sceneVariants": [ + "Calm midday blue whale gliding, barnacles glinting under a high sun", + "Slow graceful surface lines", + "Tiny barnacle clusters catching light", + "Minimal wake and vast sky", + "Distant horizon blur" + ], + "actions": [ + "Slow measured glide with visible throat pleats", + "Periodic shallow breathing cycles", + "Occasional tail flick for course adjustment", + "Long serene dives following the glide" + ], + "camera": "Telephoto long lens with slow stable push-ins on barnacle texture", + "accents": [ + "bright midday specular on barnacle ridges", + "subtle skin micro-texture highlights" + ], + "mood": "calm majesty", + "lighting": "bright clear midday", + "style": "tranquil large-scale portrait" + }, + { + "subGenre": "Whales", + "scene": "Massive fluke wave at dusk as a group begins a deep synchronized dive", + "sceneVariants": [ + "Massive fluke wave at dusk as a group begins a deep synchronized dive", + "Wide horizon and layered cloud bank", + "Large flukes rising in a chorus", + "Spray trailing long arcs", + "Long twin wakes stretching away" + ], + "actions": [ + "Synchronized rear lifts and coordinated descent", + "Long trailing spray and slow fade into blue", + "Soft group vocal signals initiating the dive", + "A final exhalation pattern before submergence" + ], + "camera": "Epic wide with telephoto cutaways on fluke texture", + "accents": [ + "warm dusk rim on fluke edges", + "detailed micro-highlights on salt spray" + ], + "mood": "synchronised ritual", + "lighting": "soft dusk warm-cool blend", + "style": "grand group choreography" + }, + { + "subGenre": "Whales", + "scene": "Young pilot whale practicing sharp turns in rough surf at midday", + "sceneVariants": [ + "Young pilot whale practicing sharp turns in rough surf at midday", + "Choppy seas and white-capped breakers", + "Fast body cuts and nimble maneuvers", + "Small waves collapsing in expressive spray", + "Nearby rocky shoreline blurred by spray" + ], + "actions": [ + "Rapid arcing turns and speed bursts", + "Sustained energetic porpoising", + "Playful close passes with peers", + "Short surface bursts to expel excess energy" + ], + "camera": "Fast handheld with high shutter-speed close shots", + "accents": [ + "crisp spray micro-highlights frozen on edges", + "strong midday rim on muscle contours" + ], + "mood": "youthful energy", + "lighting": "bright harsh midday contrasts", + "style": "energetic learning montage" + } +] \ No newline at end of file diff --git a/src/data/animals_and_wildlife_wolves.json b/src/data/animals_and_wildlife_wolves.json new file mode 100644 index 0000000..f0721a1 --- /dev/null +++ b/src/data/animals_and_wildlife_wolves.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Wolves", + "scene": "Pack moving along a frosted ridge at dawn", + "sceneVariants": [ + "Pack moving along a frosted ridge at dawn", + "Grey silhouettes against pale pink sky", + "Breath steaming in cold air", + "Sparse pines rimmed in hoarfrost", + "Tracks tracing a winding path" + ], + "actions": [ + "Steady purposeful trot in single file", + "Lead wolf pausing to scent and listen", + "Young following with occasional stumbles", + "Soft low rumbles passing through the pack" + ], + "camera": "Wide tracking from side with occasional dolly-ins on faces", + "accents": [ + "soft pastel rim light on fur edges", + "crisp frosty micro-detail on whiskers" + ], + "mood": "resolute unity", + "lighting": "cool dawn with pale warm highlights", + "style": "documentary pack movement" + }, + { + "subGenre": "Wolves", + "scene": "Alone wolf howling atop a wind-bent rock under a full moon", + "sceneVariants": [ + "Alone wolf howling atop a wind-bent rock under a full moon", + "Moon halo and thin high clouds", + "Ridge lines cutting dramatic silhouettes", + "Sparse skeletal trees", + "Distant valleys in shadow" + ], + "actions": [ + "Long sustained howl echoing", + "Head tilt-up and chest swell", + "Ears sharp and forward during call", + "Echo responses faint from below" + ], + "camera": "Low-angle slow push-in to emphasize howl silhouette", + "accents": [ + "cold silver rim light along muzzle", + "glinting eye highlights from moon" + ], + "mood": "lonely grandeur", + "lighting": "high-contrast moonlit night", + "style": "noir natural portrait" + }, + { + "subGenre": "Wolves", + "scene": "Pups tumbling near den entrance while parents hunt at midday", + "sceneVariants": [ + "Pups tumbling near den entrance while parents hunt at midday", + "Sun-warmed dirt and scattered twigs", + "Playfully bared puppy teeth", + "Shaded den lip and soft interior", + "A parent silhouette leaving" + ], + "actions": [ + "Rough-and-tumble play and light bites", + "Parent returning with a small cache", + "Pups tumbling into a sleepy heap", + "Occasional playful barks and yips" + ], + "camera": "Close intimate handheld with shallow DOF", + "accents": [ + "warm sun specular on fur tips", + "micro-detail on puppy whisker movement" + ], + "mood": "playful safety", + "lighting": "bright midday with shaded cool pockets", + "style": "tender wildlife vignette" + }, + { + "subGenre": "Wolves", + "scene": "Pack hunting across a snowy plain in overcast light", + "sceneVariants": [ + "Pack hunting across a snowy plain in overcast light", + "Low visibility whitened landscape", + "Synchronized flank maneuvers", + "Puffing breath in cold air", + "Distant herd movement as focus" + ], + "actions": [ + "Coordinated circling and feints", + "Explosive short chase bursts", + "Collapsing into the snow at impact", + "Quick tearing and sharing behavior" + ], + "camera": "Dynamic handheld with whip-pans during chase", + "accents": [ + "snow spray frozen in motion", + "high-detail frosty fur speculars" + ], + "mood": "tense cooperation", + "lighting": "flat overcast winter light", + "style": "high-energy nature sequence" + }, + { + "subGenre": "Wolves", + "scene": "Elder wolf resting beneath amber autumn leaves at dusk", + "sceneVariants": [ + "Elder wolf resting beneath amber autumn leaves at dusk", + "Sallow leaf carpets and curling edges", + "Slow measured breathing", + "A small stream murmuring nearby", + "Low-slung warm sky" + ], + "actions": [ + "Slow grooming of a mottled flank", + "Closed eyes and slight ear flicks", + "Occasional low conversational rumble", + "Calm eye-tracking passing prey" + ], + "camera": "Soft dolly-in into close portrait, emphasizing texture", + "accents": [ + "warm fall rim light on ear edges", + "detailed fur texture highlighting age" + ], + "mood": "world-weary calm", + "lighting": "warm dusk with soft fill", + "style": "character-driven nature moment" + }, + { + "subGenre": "Wolves", + "scene": "Nocturnal patrol along a riverbank under star-splattered sky", + "sceneVariants": [ + "Nocturnal patrol along a riverbank under star-splattered sky", + "Water reflecting scattered starlight", + "Dark reeds and moving silhouettes", + "Cool mist curling low", + "Owl calls punctuating the soundscape" + ], + "actions": [ + "Measured pacing with head low", + "Occasional lift to scent the air", + "Silent pawing at soft mud", + "A brief glance toward a distant twinkling" + ], + "camera": "Stabilized tracking with intermittent close eye catches", + "accents": [ + "subtle moon rim on whisker edges", + "tiny star glints reflected in wet fur" + ], + "mood": "alert calm", + "lighting": "dim cool night with subtle highlights", + "style": "nocturnal documentary" + }, + { + "subGenre": "Wolves", + "scene": "Pack feasting at dusk while ravens circle overhead", + "sceneVariants": [ + "Pack feasting at dusk while ravens circle overhead", + "Torn hide and arterial gloss", + "Ravens landing on distant stumps", + "Grease-streaked muzzles", + "Darkening sky lending urgency" + ], + "actions": [ + "Fierce tugging and dominance assertions", + "Low growls establishing order", + "Ravens attempting opportunistic snatches", + "Sated individuals slowly retreating to guard" + ], + "camera": "Close handheld with gritty texture and selective DOF", + "accents": [ + "wet meat speculars", + "warm dusk rim highlighting saliva and fur" + ], + "mood": "raw survival", + "lighting": "muted dusk with warm accents", + "style": "visceral natural piece" + }, + { + "subGenre": "Wolves", + "scene": "A wolf pair bonding in snowfall beneath pine boughs at dusk", + "sceneVariants": [ + "A wolf pair bonding in snowfall beneath pine boughs at dusk", + "Soft flakes clinging to fur", + "Tender nuzzles and nose touches", + "Warm breath visible between them", + "A muffled forest hush" + ], + "actions": [ + "Mutual grooming and nose-touching", + "Quiet rumbles of reassurance", + "Playful nips exchanged", + "Occasional tail wagging in slow rhythm" + ], + "camera": "Intimate close-ups with gentle dolly circling", + "accents": [ + "soft backlight on falling snow", + "crisp micro-detail on snowflakes on fur" + ], + "mood": "tender intimacy", + "lighting": "soft twilight with snow diffusion", + "style": "romantic wildlife vignette" + }, + { + "subGenre": "Wolves", + "scene": "Ridge lookout: alpha scanning a valley for prey at mid-morning", + "sceneVariants": [ + "Ridge lookout: alpha scanning a valley for prey at mid-morning", + "Clear long-distance vistas", + "Alert ears and taut posture", + "Wind-blown grasses", + "Distant movement triggering attention" + ], + "actions": [ + "Slow head sweeps to gather information", + "Subtle weight shifts to prepare for movement", + "Low signaling call to nearby packmates", + "A final decisive bark to begin the stalk" + ], + "camera": "Telephoto steady with push-ins to eye-line", + "accents": [ + "sunlit rim highlighting jawline", + "detailed eye catchlights" + ], + "mood": "focused leadership", + "lighting": "clean mid-morning clear light", + "style": "commanding wildlife portrait" + }, + { + "subGenre": "Wolves", + "scene": "Moonless night: faint silhouettes moving through a birch grove", + "sceneVariants": [ + "Moonless night: faint silhouettes moving through a birch grove", + "Whitened trunks and dark understory", + "Eyes shining like small lamps", + "Leaves whispering underfoot", + "Ominous quiet all around" + ], + "actions": [ + "Silent coordinated movement", + "Whispered low calls passed quickly", + "Avoidance of noisy twigs", + "A sudden freeze at an unseen scent" + ], + "camera": "Subtle low-light tracking with close ear and paw inserts", + "accents": [ + "cool reflective highlights on eyes", + "slight specular on wet leaves" + ], + "mood": "stealth and tension", + "lighting": "very low ambient night", + "style": "tense nocturnal scene" + }, + { + "subGenre": "Wolves", + "scene": "Pups learning the boundaries of the den as parents watch from distance", + "sceneVariants": [ + "Pups learning the boundaries of the den as parents watch from distance", + "Small exploratory sniffs and tentative steps", + "Den mouth framed by roots and leaf litter", + "Parents lying in alert distance", + "Warm soft soil near the entrance" + ], + "actions": [ + "Short exploratory forays with quick retreats", + "Encouraging nudges from older siblings", + "A protective parent standing and surveying", + "Pups tumbling back into the den for naps" + ], + "camera": "Low tactile close-ups with safety-framing composition", + "accents": [ + "warm shallow highlights on soft fur", + "micro-detail in ear and paw textures" + ], + "mood": "curious learning", + "lighting": "gentle early morning fill", + "style": "educational wildlife vignette" + }, + { + "subGenre": "Wolves", + "scene": "Winter storm: pack seeking shelter as snow and wind intensify", + "sceneVariants": [ + "Winter storm: pack seeking shelter as snow and wind intensify", + "Flurries reducing visibility", + "Bodies huddling against wind", + "Ear pinning and lowered heads", + "Drifts forming around rocks" + ], + "actions": [ + "Huddling tightly to preserve warmth", + "Long slow trudging to windbreaks", + "Intermittent adult vigilance checks", + "A pup being nudged to better shelter" + ], + "camera": "Handheld close with staccato cuts to convey weather intensity", + "accents": [ + "snow-blown rim light", + "frozen breath micro-highlights" + ], + "mood": "survival urgency", + "lighting": "gray storm-diffused light", + "style": "weather-driven documentary" + }, + { + "subGenre": "Wolves", + "scene": "Dawn river crossing with low fog and soft backlight", + "sceneVariants": [ + "Dawn river crossing with low fog and soft backlight", + "Legs disappearing into shallow mist", + "Reflections blurred in soft light", + "Delicate reed movement", + "Soft pastel sky" + ], + "actions": [ + "Cautious stepping and trunk-like nose prods", + "Quiet, coordinated forward momentum", + "A young pup splashing then corrected", + "Silent scent checks along bank" + ], + "camera": "Wide poetic crane with gentle close cutaways", + "accents": [ + "volumetric backlight through fog", + "soft luminous edge on fur" + ], + "mood": "quiet determination", + "lighting": "soft pastel dawn light", + "style": "lyrical nature sequence" + }, + { + "subGenre": "Wolves", + "scene": "Night ambush where wolves coordinate to drive prey toward cover", + "sceneVariants": [ + "Night ambush where wolves coordinate to drive prey toward cover", + "Shards of moon through broken clouds", + "Low frantic animal movement", + "Distant panicked calls from prey", + "Dark shapes darting between trees" + ], + "actions": [ + "Synchronized flanking and quick bursts", + "Short high-energy chases", + "A quick takedown and immediate regrouping", + "Shared feeding and watch rotation" + ], + "camera": "Dynamic handheld with close fast cuts and slow-mo on impact", + "accents": [ + "staccato wet fur speculars", + "motion-blur dust and breath accents" + ], + "mood": "high-adrenaline predation", + "lighting": "fragmented moonlight and shadow", + "style": "intense action sequence" + }, + { + "subGenre": "Wolves", + "scene": "Alpha pair greeting ritual on a clear mid-morning ridge", + "sceneVariants": [ + "Alpha pair greeting ritual on a clear mid-morning ridge", + "Nose-to-nose gentle pressing", + "Tail posture and soft vocal exchanges", + "Nearby pack lying restful", + "Sunlit grasses swaying" + ], + "actions": [ + "Mutual sniffing and soft nuzzles", + "Brief play-bows exchanged", + "Low contented rumbles", + "Pair walking side-by-side after ritual" + ], + "camera": "Medium close steady with soft focus background", + "accents": [ + "warm rim on cheek contours", + "detailed whisker catches" + ], + "mood": "affectionate leadership", + "lighting": "clear mid-morning sunlight", + "style": "intimate social vignette" + }, + { + "subGenre": "Wolves", + "scene": "Subtle territorial display at twilight near den perimeter", + "sceneVariants": [ + "Subtle territorial display at twilight near den perimeter", + "Raised hackles and slow vocalizations", + "Rim of light from setting sun", + "Markers in foreground and worn trails", + "Wind carrying distant scents" + ], + "actions": [ + "Slow circling and scent-marking", + "Short assertive barks", + "A subordinate yielding and stepping back", + "Group settling after brief display" + ], + "camera": "Steady lateral tracking with tight nose-to-ground cutaways", + "accents": [ + "warm twilight rim", + "high-detail on scent-marking texture" + ], + "mood": "calm assertion", + "lighting": "warm-cool twilight mix", + "style": "behavioral documentary scene" + }, + { + "subGenre": "Wolves", + "scene": "A solitary wolf scavenging at a moonlit carcass with barn owls watching", + "sceneVariants": [ + "A solitary wolf scavenging at a moonlit carcass with barn owls watching", + "Silvered fur and low crouch", + "Owls perched like sentries", + "Sparse grass and a blood-dark stain", + "Far-off wind turbines faintly blinking" + ], + "actions": [ + "Patient picking at remains", + "Occasional bite with focused intensity", + "Owls flapping and repositioning", + "A quick twitch at a sudden scent" + ], + "camera": "Close handheld with high detail on snout and jaw", + "accents": [ + "cold moon rim and wet specular highlights", + "tiny feather micro-highlights on owl plumage" + ], + "mood": "solitary necessity", + "lighting": "cool moonlit scene", + "style": "intimate nocturnal study" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_abandoned_hospitals.json b/src/data/horror_and_mystery_abandoned_hospitals.json new file mode 100644 index 0000000..3b7fb74 --- /dev/null +++ b/src/data/horror_and_mystery_abandoned_hospitals.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Abandoned Hospitals", + "scene": "Long hospital corridor with flickering lights and peeling signage", + "sceneVariants": [ + "Long hospital corridor with flickering lights and peeling signage", + "Wheelchairs lined against cracked tiles", + "Stretchers folded and left ajar", + "A distant elevator dinging on no floor", + "Posters peeling with faded medical diagrams" + ], + "actions": [ + "Fluorescent lights stutter in a heartbeat rhythm", + "A gurney creaks as if someone shifted weight", + "A paper chart flips a page by itself", + "A distant intercom emits a fragment of a call" + ], + "camera": "Slow steady dolly down the corridor with jittery handheld inserts", + "accents": [ + "cold clinical speculars on metallic surfaces", + "wet-floor micro-highlights in puddle reflections" + ], + "mood": "clinical abandonment", + "lighting": "cool strobing fluorescents with deep side shadows", + "style": "institutional decay vignette" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "ICU bay frozen in time with defibrillators and silent monitors", + "sceneVariants": [ + "ICU bay frozen in time with defibrillators and silent monitors", + "Tubing coiled on stands", + "Empty oxygen masks dusted with cobwebs", + "A single charting pen left uncapped", + "Monitors showing flatlines on loop" + ], + "actions": [ + "Monitor LEDs flutter then hold a steady, eerie pulse", + "A ventilator bellows a single breath though unplugged", + "Gloved hands leave smudged prints on a tray", + "A bed sheet lifts as if a patient rolled over and then settles" + ], + "camera": "Intimate close on monitors and equipment with tense pullbacks", + "accents": [ + "monitor micro-highlights on LED arrays", + "metallic micro-highlights on instrument surfaces" + ], + "mood": "residual emergency", + "lighting": "heartbeat strobe mix with cool fill", + "style": "medical suspense tableau" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Morgue cold room with numbered drawers and a perpetual frost", + "sceneVariants": [ + "Morgue cold room with numbered drawers and a perpetual frost", + "Surgical trays iced with frost", + "A rolling trolley faintly stained", + "A chalked name half-erased on the wall", + "A single shoe by the exit" + ], + "actions": [ + "Drawers emit a thin fog when opened then close slowly", + "A steel tray slides across on its own", + "Cold breath fogs in the air though the HVAC is off", + "A name appears in frost where none existed" + ], + "camera": "Low angled glide with sterile macro inserts", + "accents": [ + "frost micro-highlights on steel", + "cold glass micro-highlights on tray edges" + ], + "mood": "chill hush", + "lighting": "icelike cool with pinpoint speculars", + "style": "subzero uncanny" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Neon-lit emergency entrance with rusted doors and a torn triage sign", + "sceneVariants": [ + "Neon-lit emergency entrance with rusted doors and a torn triage sign", + "Smashed plastic chairs still bolted to the floor", + "A flood of leaves blown in from outside", + "A rusted gurney half in the doorway", + "Graffiti over emergency instructions" + ], + "actions": [ + "Doors squeal open a fraction then slam shut", + "A trolley wheel rolls across the tiled floor and stops at the intake desk", + "A leaflet flutters like a hospital bell", + "Neon reflections dance in broken glass" + ], + "camera": "Handheld approach from exterior to chaotic interior reveal", + "accents": [ + "neon micro-highlights on wet tiles", + "rust micro-highlights on metalwork" + ], + "mood": "urban abandonment", + "lighting": "neon wash with deep interior shadow", + "style": "urban medical ruin" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Pediatric wing where tiny beds are made perfectly but empty", + "sceneVariants": [ + "Pediatric wing where tiny beds are made perfectly but empty", + "Colorful sticker decals peeled on the walls", + "A row of patient teddy bears sitting upright", + "A mural of a sun now faded", + "A small pair of glasses left on a nightstand" + ], + "actions": [ + "Teddy bears slowly turn their heads in unison", + "A night light pulses as if breathing", + "A lullaby hums from nowhere and fades", + "A small bed cover lifts briefly as if folded by unseen hands" + ], + "camera": "Low, tender dolly across beds with close toy inserts", + "accents": [ + "soft warm micro-highlights on plush fabric", + "faded sticker micro-highlights on wall textures" + ], + "mood": "haunting tenderness", + "lighting": "warm night pocket against cool corridor", + "style": "childhood-tinged haunt" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Operating theatre where instruments are laid out in ritual precision", + "sceneVariants": [ + "Operating theatre where instruments are laid out in ritual precision", + "A circular overhead lamp hung low", + "Rows of stainless steel tools arranged like offerings", + "A single surgical gown draped over a chair", + "A chalk circle faint on the floor" + ], + "actions": [ + "Scalpels align themselves into a radial pattern", + "A suction tube breathes in and out like a living lung", + "Anasthesia mask fogs with a short exhale", + "Surgical lights flicker revealing shadow-play" + ], + "camera": "Top-down operating table crane with tight instrument macro", + "accents": [ + "surgical micro-highlights on steel edges", + "lamp micro-highlights on reflective surfaces" + ], + "mood": "ritual clinical dread", + "lighting": "surgical spot with deep surrounding dark", + "style": "operatic medical horror" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Laundry chute shaft with a perpetual whisper and small items drifting up", + "sceneVariants": [ + "Laundry chute shaft with a perpetual whisper and small items drifting up", + "Motes of lint caught in narrow light", + "A ragged sign warning about machine service", + "A damp smell clinging to the metal", + "A child's sock lodged partway" + ], + "actions": [ + "Items inch upward as if on invisible conveyor", + "A soft whispering chorus rises from the shaft", + "Lint coalesces into a child's silhouette briefly", + "A sock slides free and flutters to the floor" + ], + "camera": "Low shaft-insert with sudden upward whip reveal", + "accents": [ + "metal micro-highlights on shaft rim", + "lint micro-highlights in shaft light" + ], + "mood": "ascending unease", + "lighting": "narrow shaft light with dark periphery", + "style": "vertical uncanny" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Old pharmacy where labeled bottles rearrange and prescriptions write themselves", + "sceneVariants": [ + "Old pharmacy where labeled bottles rearrange and prescriptions write themselves", + "Glass jars clouded with age", + "A ledger with scripted orders", + "A mortar and pestle still with ground residue", + "Peeling hazard stickers on an old cabinet" + ], + "actions": [ + "Bottles slide to spell out a single name", + "A prescription ink scrawls while no hand moves the pen", + "Pills roll into a pattern that mimics a face", + "A drawer reveals a still-warm vial" + ], + "camera": "Macro aisle glide with label-level close-ups", + "accents": [ + "glass micro-highlights on jars", + "paper micro-highlights on scrawled script" + ], + "mood": "chemical memory", + "lighting": "cool display case glow with dusty shafts", + "style": "pharmaceutical spectral" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "X-ray room where images shift to show impossible anatomies", + "sceneVariants": [ + "X-ray room where images shift to show impossible anatomies", + "Lightbox panel with stacked film strips", + "Lead aprons hanging on hooks", + "A faint chemical smell of developer solution", + "A clipboard with patient initials" + ], + "actions": [ + "X-ray films morph between frames showing extra limbs", + "A lightbox blinks as if scanning an unseen subject", + "Developer solution ripples forming fleeting symbols", + "A shadow passes behind the film though the room is empty" + ], + "camera": "Clinical close on x-ray film with slow lateral rack", + "accents": [ + "cold film micro-highlights on bone edges", + "soft chemical micro-highlights on tray surfaces" + ], + "mood": "anatomical uncanny", + "lighting": "backlit cool panels with dark room fill", + "style": "medical surreal" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Waiting room where old magazines flip to pictures that weren't printed", + "sceneVariants": [ + "Waiting room where old magazines flip to pictures that weren't printed", + "Rows of plastic chairs and a dusty aquarium", + "A broken vending machine with jammed snacks", + "A child's crayon drawing left on a ledge", + "A clock ticking irregularly" + ], + "actions": [ + "Magazine pages turn to reveal photographs of current visitors", + "Aquarium bubbles form words and then the fish vanish", + "A vending coin drops and returns to the slot", + "The TV flickers old hospital footage that rewinds itself" + ], + "camera": "Wide waiting-room take with close magazine inserts", + "accents": [ + "paper micro-highlights on photo gloss", + "water micro-highlights in aquarium reflections" + ], + "mood": "everyday uncanny", + "lighting": "muted waiting-room fluorescents with warm patches", + "style": "ambient haunt" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Radiology archive where cassette drawers slide and static whispers answer names", + "sceneVariants": [ + "Radiology archive where cassette drawers slide and static whispers answer names", + "Rows of labeled boxes and cold metal racking", + "A lantern left in an aisle", + "Forms stapled and dated decades ago", + "A scanner light casting pale bars" + ], + "actions": [ + "Drawers slide open to reveal a single snapshot of a visitor", + "Static whispers repeat personal details in an eerie cadence", + "A scanner whirs though unplugged", + "A label peels to display a new, current date" + ], + "camera": "Narrow aisle rack tracking with tight label close-ups", + "accents": [ + "paper micro-highlights on yellowing forms", + "metal rack micro-highlights in thin light" + ], + "mood": "archival whisper", + "lighting": "narrow cool strips with deep shelf shadow", + "style": "documentary uncanny" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Nurses' station with old shift boards that rearrange their names nightly", + "sceneVariants": [ + "Nurses' station with old shift boards that rearrange their names nightly", + "A telephone on a cradle with frayed cord", + "A coffee urn stone-cold", + "Shelves of binders labeled by years", + "A bulletin board with pinned notices yellowed" + ], + "actions": [ + "Shift board letters slide to spell names of the present", + "Telephone pulses once with a phantom ring", + "Coffee surprise-foams though cold", + "A pinned notice flies off and rejoins in a new place" + ], + "camera": "Steady station-level with slow rotations to each artifact", + "accents": [ + "plastic micro-highlights on letter tiles", + "paper micro-highlights on pinned notices" + ], + "mood": "organizational eeriness", + "lighting": "cool ambient with occasional warm desk lamp", + "style": "administrative spectral" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Physical therapy room where rubber bands twitch and treadmills run slow", + "sceneVariants": [ + "Physical therapy room where rubber bands twitch and treadmills run slow", + "Parallel bars with scuffed handles", + "A row of resistance bands hanging", + "A stack of outdated exercise manuals", + "A whiteboard with faded goals" + ], + "actions": [ + "Treadmill belts shift at a crawl though unplugged", + "Resistance bands snap into small rhythmic twitches", + "A patient's chart notes a new entry in a handwriting not present", + "Parallel bars creak as if someone practices a step" + ], + "camera": "Medium dynamic with motion-imitating cuts and cable micro-inserts", + "accents": [ + "rubber micro-highlights on bands", + "metal micro-highlights on bar handles" + ], + "mood": "unfinished recovery", + "lighting": "soft gym fluorescents with haze", + "style": "kinetic haunt" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Chapel alcove where hymnals open to blank pages that slowly fill with script", + "sceneVariants": [ + "Chapel alcove where hymnals open to blank pages that slowly fill with script", + "Pews dusted and arranged", + "A solitary kneeler with worn velvet", + "A brass offering box dull with age", + "A stained-glass panel with a cracked seam" + ], + "actions": [ + "Blank pages darken into names and small messages", + "An organ breathes a single drawn chord", + "A candle drips in slow, deliberate time", + "A whispered amen seems to come from the hymnals themselves" + ], + "camera": "Reverent pushes into alcove with tight book macro", + "accents": [ + "paper micro-highlights on emerging script", + "glass micro-highlights on stained panes" + ], + "mood": "sacred residue", + "lighting": "warm chapel spot with cool ambient", + "style": "liturgical spectral" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Staff locker room where uniforms hang and names appear in condensation", + "sceneVariants": [ + "Staff locker room where uniforms hang and names appear in condensation", + "Rows of metal lockers with vents", + "A basin of cold, standing water", + "A corkboard of staff notices faded", + "A single locker door dented inward" + ], + "actions": [ + "Condensation spells out names across locker doors", + "Uniform sleeves tremble though empty", + "A locker door sighs open to reveal a child's drawing", + "A key slides into a lock and turns slowly" + ], + "camera": "Intimate locker-level tracking with condensation macro", + "accents": [ + "metal micro-highlights on locker vents", + "water micro-highlights on condensation trails" + ], + "mood": "personnel haunt", + "lighting": "cool industrial with tight spot accents", + "style": "personalized spectral" + }, + { + "subGenre": "Abandoned Hospitals", + "scene": "Final hush: an empty ward with morning light arriving and a single chair occupied by a shadow", + "sceneVariants": [ + "Final hush: an empty ward with morning light arriving and a single chair occupied by a shadow", + "Beds aligned like teeth in the light", + "A folded blanket placed precisely", + "A small window opening onto a distant rooftop", + "A single radio playing a faint, old broadcast" + ], + "actions": [ + "A shadow shifts in the chair though no body is seen", + "Blankets settle as if someone just stood", + "Radio fades into silence at the exact minute", + "A single beam of light forms a small halo on the floor" + ], + "camera": "Wide serene pull back to reveal empty ward and rising sun", + "accents": [ + "soft morning micro-highlights on blanket weave", + "warm beam micro-highlights on floor dust" + ], + "mood": "quiet finality", + "lighting": "soft dawn with warm fill", + "style": "gentle closing tableau" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_creepy_dolls.json b/src/data/horror_and_mystery_creepy_dolls.json new file mode 100644 index 0000000..502910c --- /dev/null +++ b/src/data/horror_and_mystery_creepy_dolls.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Creepy Dolls", + "scene": "Dusty nursery shelf where porcelain dolls stare through cracked glass", + "sceneVariants": [ + "Dusty nursery shelf where porcelain dolls stare through cracked glass", + "Rows of chipped faces lined like a congregation", + "A single doll missing an eye but still smiling", + "A faded alphabet poster behind the shelf", + "A spiderweb bridging two doll hands" + ], + "actions": [ + "Tiny head inclines subtly between camera cuts", + "A soft tapping comes from inside the shelf", + "Dust motes swirl into the suggestion of a small hand", + "A lullaby hums faintly then stops" + ], + "camera": "Slow push into shelf with occasional tight macro on painted eyes", + "accents": [ + "cold rim on glossy porcelain to emphasize lifelike sheen", + "tiny dust micro-highlights to accent age" + ], + "mood": "uncanny stillness", + "lighting": "pale shaft through dirty glass", + "style": "intimate object horror" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Playroom at twilight where ragdolls arrange themselves on chairs", + "sceneVariants": [ + "Playroom at twilight where ragdolls arrange themselves on chairs", + "A rocking horse frozen mid-tilt", + "Crayon scrawls along a low wall", + "Sun-bleached playmat with a missing square", + "A tin soldier half-buried under a pillow" + ], + "actions": [ + "Dolls subtly turn to face the door as it opens", + "Buttons roll across the floor and stop at a precise point", + "A doll's mouth moves into a whisper without voice", + "A chair begins a slow solitary rock" + ], + "camera": "Wide establishing with low-angle doll-level inserts", + "accents": [ + "warm thread micro-highlights on rag seams", + "soft shadow micro-highlights to dramatize textures" + ], + "mood": "childlike menace", + "lighting": "muted twilight with long soft shadows", + "style": "domestic uncanny" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Antique shop window where a single ventriloquist dummy blinks under neon", + "sceneVariants": [ + "Antique shop window where a single ventriloquist dummy blinks under neon", + "Cracked mannequin hands in the background", + "A price tag flapping in the draft", + "A flickering neon sign reflected in glass", + "A visitor's silhouette passing by" + ], + "actions": [ + "Dummy's painted gaze tracks passersby", + "A tiny knot of string twitches as if pulled", + "Neon reflection warps the doll's smile", + "A visitor's shadow pauses then hurries on" + ], + "camera": "Window-level handheld pan with reflection-aware framing", + "accents": [ + "neon rim micro-highlights on varnish", + "glass micro-highlights for reflection detail" + ], + "mood": "street-side unease", + "lighting": "neon and streetlight mix", + "style": "urban object thriller" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Basement box of old dolls where one sits upright though the lid was closed", + "sceneVariants": [ + "Basement box of old dolls where one sits upright though the lid was closed", + "Cardboard boxes stamped with dates", + "A moth-eaten blanket half-covering faces", + "A rusty nail sticking from the box corner", + "A faint smell of cedar and dust" + ], + "actions": [ + "Lid lifts a fraction to reveal an empty spot where a doll once lay", + "A single shoe clicks against cardboard as if shifted", + "The upright doll blinks when the light hits its face", + "Scratching sounds whisper from between boxes" + ], + "camera": "Macro box-insert with slow reveal as lid opens", + "accents": [ + "soft cardboard micro-highlights", + "aged fabric micro-highlights to emphasize texture" + ], + "mood": "hidden reveal", + "lighting": "single low bulb from above", + "style": "subterranean uncanny" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Lonely attic where a music box plays and a ballerina doll winds and twitches", + "sceneVariants": [ + "Lonely attic where a music box plays and a ballerina doll winds and twitches", + "Dusty rafters and a slant of daylight", + "Scattered sheet-covered furniture", + "A child's shoe perched on a beam", + "Old holiday ornaments tangled" + ], + "actions": [ + "Music box winds by itself and melody stutters", + "Ballerina's spin stops at the exact beat of a distant clock", + "A strand of hair falls across the doll's cheek", + "Shadows lengthen and shorten with the tune" + ], + "camera": "Slow orbit around the ballerina with rhythmic cut to the music box", + "accents": [ + "tiny jewel micro-highlights on ballerina costume", + "dust micro-highlights in shafted light" + ], + "mood": "creepy nostalgia", + "lighting": "soft attic shaft and warm lamp glow", + "style": "melancholic object horror" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Hospital donation room where medical dolls line a shelf with labels of donors", + "sceneVariants": [ + "Hospital donation room where medical dolls line a shelf with labels of donors", + "Sterile shelving and blue plastic tags", + "Faded pamphlets about recovery", + "A sharp disinfectant smell lingering", + "A clipboard with a partial signature" + ], + "actions": [ + "Labels rearrange to form a new name", + "A doll's head slowly turns toward the door", + "A paper gown flutters though the HVAC is off", + "Soft tapping from the shelf like fingernails" + ], + "camera": "Clinical steady with close-ups on labels and doll faces", + "accents": [ + "clinical specular micro-highlights on plastic", + "paper micro-highlights on pamphlet edges" + ], + "mood": "procedural disquiet", + "lighting": "cool fluorescent with spot glare", + "style": "institutional uncanny" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Porcelain doll repair shop where new cracks appear overnight", + "sceneVariants": [ + "Porcelain doll repair shop where new cracks appear overnight", + "Workbenches strewn with glue pots and tiny brushes", + "A lamp with magnifying lens", + "A calendar with circled dates", + "A jar of mismatched glass eyes" + ], + "actions": [ + "Fresh hairline fissures spiderweb on porcelain between visits", + "Glass eyes rearrange in the tray to stare outward", + "A repair gun clicks though unplugged", + "A tiny stitch pulls itself from a cloth joint" + ], + "camera": "Macro tool-level with narrative jump-cuts across the bench", + "accents": [ + "porcelain gloss micro-highlights to accent cracks", + "metal micro-highlights on tools" + ], + "mood": "craft turned uncanny", + "lighting": "warm workshop lamp with deep surrounding shadow", + "style": "artisan horror vignette" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Dollmaker's studio where unfinished faces watch from the walls", + "sceneVariants": [ + "Dollmaker's studio where unfinished faces watch from the walls", + "Sketches pinned in a radial pattern", + "A pot of clay drying on a table", + "A faint scent of paint thinner", + "A child-size dress draped over a chair" + ], + "actions": [ + "Pencil marks shift to form new expressions", + "A row of unfinished faces tilt in unison", + "Clay finger marks appear in the pot as if pressed", + "A dress flutters as if worn for an instant" + ], + "camera": "Slow panoramic across wall of faces with close insert on hands at work", + "accents": [ + "clay micro-highlights on handprints", + "graphite micro-highlights on sketch edges" + ], + "mood": "creator's unease", + "lighting": "soft directional studio light", + "style": "maker's uncanny room" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Secondhand store shelf where a child's music mobile plays a warped lullaby", + "sceneVariants": [ + "Secondhand store shelf where a child's music mobile plays a warped lullaby", + "Price stickers and a clutter of vintage toys", + "A tangled chain of plastic animals", + "A handwritten note scribbled in the corner", + "Faded bright colors dulled by dust" + ], + "actions": [ + "Mobile rotates counter to expectation when observed", + "A lullaby cadence skips and repeats with slight distortion", + "A price sticker peels revealing an older name underneath", + "Plush eyes catch light like tiny stars" + ], + "camera": "Warm handheld among clutter with toy-level POVs", + "accents": [ + "fabric micro-highlights and thread sheen", + "plastic micro-highlights on toy surfaces" + ], + "mood": "secondhand sorrow", + "lighting": "warm shop-lamp glow with dim ambient", + "style": "found object vignette" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Playwright's trailer where a puppet rehearses lines by itself late at night", + "sceneVariants": [ + "Playwright's trailer where a puppet rehearses lines by itself late at night", + "Scattered cue cards and a single spotlight", + "A thermos half-full and a cigarette stub", + "A poster of a long-closed theatre", + "A notebook scribbled in frantic script" + ], + "actions": [ + "Puppet mouths form words none present can hear", + "Cue cards flip to new, ominous directions", + "The spotlight flickers in rhythm with a puppet's breath", + "A page tears itself from the notebook and floats away" + ], + "camera": "Tight trailer interior with jittery handheld to match frantic energy", + "accents": [ + "spot micro-highlights on puppet strings", + "paper micro-highlights on frayed pages" + ], + "mood": "performative haunt", + "lighting": "single harsh trailer lamp with deep shadow", + "style": "theatrical uncanny" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Boarded nursery window where a silhouette rocks a cradle though it's empty", + "sceneVariants": [ + "Boarded nursery window where a silhouette rocks a cradle though it's empty", + "Broken blinds and a cracked sill", + "A mobile casting strange shadows on the wall", + "A moth caught in the curtain", + "A small bell on the window latch" + ], + "actions": [ + "Silhouette rocks in slow hypnotic rhythm without occupant", + "Cradle chains creak with precise tempo", + "A lullaby hums in reverse under the rocking", + "A small toy top spins in place though no hand touches it" + ], + "camera": "Exterior voyeur dolly with soft focus interior reveals", + "accents": [ + "cold window rim micro-highlights", + "faint fabric micro-highlights on mobile" + ], + "mood": "haunting maternal echo", + "lighting": "pale moon through grime", + "style": "ghostly domestic vignette" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Festival stall selling old dolls where the crowd avoids one display", + "sceneVariants": [ + "Festival stall selling old dolls where the crowd avoids one display", + "Colorful pennants fluttering overhead", + "A hand-scrawled sign reading 'caretaker's finds'", + "A wicker basket of cheap vinyl dolls", + "A single velvet-dressed doll behind a rope" + ], + "actions": [ + "Crowd’s atmosphere tightens as they pass the velvet doll", + "A vendor's eyes nervously flick toward the rope", + "Coins clink and then freeze in mid-air over a purchase", + "Someone drops a trinket and it rolls eerily back to the velvet doll" + ], + "camera": "Crowd-level handheld weaving between stalls with tension on the velvet display", + "accents": [ + "velvet micro-highlights and purse glints", + "tiny reflective micro-highlights on coin surfaces" + ], + "mood": "public superstition", + "lighting": "festive daylight with a darkened display pocket", + "style": "marketplace uncanny" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Locked nursery in an old manor where nightly scratches come from within the wardrobe", + "sceneVariants": [ + "Locked nursery in an old manor where nightly scratches come from within the wardrobe", + "A heavy iron key in the lock", + "A patchwork quilt folded at the foot of the bed", + "A faded portrait of a stern governess", + "A small note pinned to the door" + ], + "actions": [ + "Scratches trace letters across the wood of the wardrobe", + "Buttons roll out and form a circle on the floor", + "A whisper asks permission to come out in a child's voice", + "Lock clicks and then remains still" + ], + "camera": "Low bedroom POV with tense cuts to wardrobe seams", + "accents": [ + "wood grain micro-highlights on wardrobe surface", + "fabric micro-highlights on quilt stitches" + ], + "mood": "contained dread", + "lighting": "single night lamp with deep alcove shadow", + "style": "locked-room spectral" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Final display: museum exhibit of historic dolls where one keeps changing position", + "sceneVariants": [ + "Final display: museum exhibit of historic dolls where one keeps changing position", + "Glass cases and placards with provenance", + "A security camera blinking red", + "A docent polishing glass attentively", + "A cluster of schoolchildren listening to a guide" + ], + "actions": [ + "One exhibit doll subtly shifts pose between visitor groups", + "Security camera footage reveals nothing but older frames show the change", + "A placard's typed provenance adds a new date overnight", + "A child's finger points and the docent looks away" + ], + "camera": "Gallery slow glide with intercut CCTV-style footage", + "accents": [ + "glass micro-highlights on case edges", + "plaque micro-highlights on polished text" + ], + "mood": "institutional uncanny finale", + "lighting": "gallery spotlights with ambient museum hush", + "style": "curated haunting tableau" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Workshop midnight where a doll's eyes reflect a different room than the one present", + "sceneVariants": [ + "Workshop midnight where a doll's eyes reflect a different room than the one present", + "Sawdust on the floor and clamps on a bench", + "A row of glass eyes lined up like currency", + "A calendar with the current day circled thrice", + "A tiny carved key on a string" + ], + "actions": [ + "Eyes reflect a sunlit parlor though the shop is dark", + "A reflected footstep passes though none are heard", + "A key hums and then warms in the hand briefly", + "A work light flickers revealing a new carved expression" + ], + "camera": "Intimate bench-level with alternating eye-close inserts", + "accents": [ + "glass-eye micro-highlights", + "fine wood micro-highlights on carved features" + ], + "mood": "reflective uncanny", + "lighting": "single swing lamp with dark periphery", + "style": "mirrored object horror" + }, + { + "subGenre": "Creepy Dolls", + "scene": "Street vendor at night sells one last doll whose price is 'remembering'", + "sceneVariants": [ + "Street vendor at night sells one last doll whose price is 'remembering'", + "A crooked cart with cloth flapping", + "A neon 'OPEN' sign humming on a wall", + "A lone figure haggling under rain", + "A scribbled ledger with names" + ], + "actions": [ + "Vendor mouths the price and the buyer's expression changes", + "The doll hums a fragment of a memory when touched", + "Rain erases the ledger entries except one name", + "The buyer walks away pulling the doll close as if to listen" + ], + "camera": "Moody handheld focusing on transaction micro-details", + "accents": [ + "wet fabric micro-highlights on cart cloth", + "neon micro-highlights in rain reflections" + ], + "mood": "transactional dread", + "lighting": "wet-night neon with warm vendor lamp", + "style": "noir folklore" + }, + { + "subGenre": "Creepy Dolls", + "scene": "A child's birthday room frozen in time where a doll sits at the head of an empty table", + "sceneVariants": [ + "A child's birthday room frozen in time where a doll sits at the head of an empty table", + "Half-eaten cake with a single candle", + "Streamers drooping under dust", + "Party hats stacked neatly on a chair", + "A camera on a tripod pointing at the table" + ], + "actions": [ + "Candle gutter flares for an impossible second", + "Streamers twitch together into a small bow", + "The camera shutters click though unattended", + "A doll slowly raises a tiny hand toward the cake" + ], + "camera": "Table-level static with slow creeping push", + "accents": [ + "wax micro-highlights on cake frosting", + "paper micro-highlights on party hats" + ], + "mood": "frozen celebration dread", + "lighting": "single candle glow in cold room", + "style": "frozen-time uncanny" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_dark_alleys.json b/src/data/horror_and_mystery_dark_alleys.json new file mode 100644 index 0000000..d2eb3ca --- /dev/null +++ b/src/data/horror_and_mystery_dark_alleys.json @@ -0,0 +1,302 @@ +[ + { + "subGenre": "Dark Alleys", + "scene": "Narrow brick alley with a single leaking gutter and a flickering neon sign above", + "sceneVariants": [ + "Narrow brick alley with a single leaking gutter and a flickering neon sign above", + "A dumpster lid half-open with a stray cat slinking by", + "Wet cobbles reflecting fractured light", + "Posters peeling from a lamppost", + "A bicycle chained to a rusted grate" + ], + "actions": [ + "Neon stutters and leaves a colored smear on the puddles", + "Footsteps echo briefly then fade into the damp", + "A shadow leans from a doorway and retreats when seen", + "A tin can rolls and stops near a drain as if placed" + ], + "camera": "Low wet-angle tracking with sudden high-contrast inserts", + "accents": [ + "neon micro-highlights on puddle ripples", + "brick micro-highlights on rain-dark crevices" + ], + "mood": "urban unease", + "lighting": "flickering neon with deep ambient shadow", + "style": "gritty nocturne" + }, + { + "subGenre": "Dark Alleys", + "scene": "Service alley behind a closed nightclub where muffled bass leaks through service doors", + "sceneVariants": [ + "Service alley behind a closed nightclub where muffled bass leaks through service doors", + "Discarded flyers stuck to grease-splashed walls", + "A stack of empty crates and a hose coiled", + "A performer’s shoe left in a corner", + "Steam billowing from a kitchen hatch" + ], + "actions": [ + "Bass throbs sync with a single flickering security light", + "A crate top slides and reveals a folded costume", + "Steam forms faces briefly that dissolve", + "A discarded shoe nudges an empty cigarette pack" + ], + "camera": "Handheld slow glide with low performer-shoe macro", + "accents": [ + "steam micro-highlights in low light", + "metal micro-highlights on crate rims" + ], + "mood": "backstage menace", + "lighting": "pulsing club spill with cool back shadow", + "style": "noir behind-the-scenes" + }, + { + "subGenre": "Dark Alleys", + "scene": "Misty alley near the river where shipping containers cast imposing silhouettes", + "sceneVariants": [ + "Misty alley near the river where shipping containers cast imposing silhouettes", + "A narrow gap between containers leading to water", + "Faint industrial glow from distant cranes", + "A floating bottle drifting at the edge", + "Rust flakes along a chain-link fence" + ], + "actions": [ + "Mist curls between container edges revealing and hiding footprints", + "A bottle bumps the quay then drifts away", + "A distant horn harmonizes with dripping water", + "Foreshore algae glows faintly under a wet slab" + ], + "camera": "Long lens along container seam with waterline inserts", + "accents": [ + "rust micro-highlights on corrugated metal", + "water micro-highlights on wet concrete" + ], + "mood": "industrial hush", + "lighting": "diffuse mist with distant industrial dots", + "style": "liminal waterfront" + }, + { + "subGenre": "Dark Alleys", + "scene": "Alley market at midnight where a lone vendor folds up tarpaulins and strange goods glint", + "sceneVariants": [ + "Alley market at midnight where a lone vendor folds up tarpaulins and strange goods glint", + "A row of cloth awnings with signs in unknown script", + "An unplugged lantern still warm to the touch", + "Sacks of spices giving off faint smoke", + "A stray radio playing an old station" + ], + "actions": [ + "Goods shift positions slightly when no one watches", + "A scent of spice suddenly sharpens into memory for a passing shopper", + "A radio selects a single song that causes a vendor’s hand to pause", + "A tarpaulin flutters though no wind blows" + ], + "camera": "Market-close wide to vendor-hand closeups", + "accents": [ + "fabric micro-highlights on tarpaulin weave", + "spice micro-highlights catching light particles" + ], + "mood": "furtive commerce", + "lighting": "warm late-night with deep pockets of dark", + "style": "market mystique" + }, + { + "subGenre": "Dark Alleys", + "scene": "Garbage-strewn alley where a flickering streetlamp casts long fingered shadows", + "sceneVariants": [ + "Garbage-strewn alley where a flickering streetlamp casts long fingered shadows", + "Cardboard mounds and spilled refuse", + "A prowling dog nosing near a black bag", + "Scattered food wrappers damp with drizzle", + "Graffiti tags layering over older ones" + ], + "actions": [ + "Rats scatter into the darkness on a sudden clatter", + "Lamp flickers and briefly reveals a figure behind a curtain", + "Wrappers swirl into a whispering pattern", + "A stray shoe is nudged to the side as if by a passing foot" + ], + "camera": "Low-angle handheld with sudden jump-cut to lamp bulb", + "accents": [ + "wet paper micro-highlights", + "metal micro-highlights on hidden cans" + ], + "mood": "raw edge", + "lighting": "lonely lamp with deep gutter shadows", + "style": "urban survival vignette" + }, + { + "subGenre": "Dark Alleys", + "scene": "Narrow passage that ends at a locked iron gate with scratches and fresh tape", + "sceneVariants": [ + "Narrow passage that ends at a locked iron gate with scratches and fresh tape", + "Lockbox bolted to a post", + "A handprint in wet paint at knee height", + "A discarded map with a circled X", + "A cigarette stub crushed with care" + ], + "actions": [ + "Gate rattles in a cadence matching distant footsteps", + "Fresh scratches steam faintly in cold air", + "Map page flutters to reveal a new circled mark", + "A cigarette ember glows then dies on the pavement" + ], + "camera": "Push to gate with tight metal and scratch macro", + "accents": [ + "iron micro-highlights on bolt faces", + "paper micro-highlights on map fibers" + ], + "mood": "blocked passage", + "lighting": "cold spill with small warm highlights", + "style": "threshold tension" + }, + { + "subGenre": "Dark Alleys", + "scene": "Service tunnel with vents and a distant fluorescent hum, wet with condensation", + "sceneVariants": [ + "Service tunnel with vents and a distant fluorescent hum, wet with condensation", + "Utility pipes with taped repairs", + "A ladder leading up to a manhole", + "A trail of shoe prints in wet dust", + "An abandoned toolbox leaking oil" + ], + "actions": [ + "Fluorescent hum fluctuates and causes lights to flicker in sequence", + "A vent grate briefly warms as if breathing", + "Footprints vanish halfway along the trail", + "Oil sheen rearranges into a faint map" + ], + "camera": "Narrow tunnel tracking with pipe-level macro", + "accents": [ + "pipe micro-highlights on condensate beads", + "oil micro-highlights on sheen patterns" + ], + "mood": "subterranean unease", + "lighting": "strobing fluorescent with dark periphery", + "style": "industrial claustrophobia" + }, + { + "subGenre": "Dark Alleys", + "scene": "Alley under an overpass where city hum becomes a low drone and pigeons cluster on rebar", + "sceneVariants": [ + "Alley under an overpass where city hum becomes a low drone and pigeons cluster on rebar", + "Concrete pillars stained with runoff", + "A spray-painted arrow pointing deeper", + "A puddle with oil rainbows", + "A discarded transit card half-buried" + ], + "actions": [ + "Pigeons startle as a low drone harmonizes with the overhead traffic", + "An arrow appears freshly painted though no hand seen", + "Puddle ripples announce a passing shadow", + "Transit card flips to show a new recent tap timestamp" + ], + "camera": "Low concrete-level with high-overpass pulls", + "accents": [ + "concrete micro-highlights on stained pillars", + "oil micro-highlights on puddle sheen" + ], + "mood": "underpass dread", + "lighting": "hard overhead with long vertical shadow", + "style": "structural noir" + }, + { + "subGenre": "Dark Alleys", + "scene": "Back-alley laundromat with a single working dryer and a row of abandoned baskets", + "sceneVariants": [ + "Back-alley laundromat with a single working dryer and a row of abandoned baskets", + "A cracked coin slot", + "A faded 'last wash' sign", + "A damp towel stuck on a line", + "A flickering change machine" + ], + "actions": [ + "Dryer drum winds a lonely rhythm that syncs to the building creak", + "A basket tips and a single sock falls and never retrieved", + "Change machine dispenses a single returned coin", + "A towel slaps as if someone just walked past" + ], + "camera": "Intimate laundromat inserts with drum-level macro", + "accents": [ + "metal micro-highlights on dryer rim", + "fabric micro-highlights on towel weave" + ], + "mood": "lonely domestic", + "lighting": "muted fluorescent with warm dryer glow", + "style": "small-place uncanny" + }, + { + "subGenre": "Dark Alleys", + "scene": "Alley with an open manhole and ladder down to a hidden rail maintenance corridor", + "sceneVariants": [ + "Alley with an open manhole and ladder down to a hidden rail maintenance corridor", + "A reflective cone and safety tape", + "A rusted ladder descending into black", + "A discarded radio with static", + "Fresh mud on the surrounding bricks" + ], + "actions": [ + "Static from the radio coalesces into a tone then resolves", + "Ladder creaks though no visible figure descends", + "Mud patterns show alternating boot and claw impressions", + "A faint light below pulses in time with distant rail hiss" + ], + "camera": "Top-down manhole push with descending ladder macro", + "accents": [ + "metal micro-highlights on ladder rungs", + "mud micro-highlights on print edges" + ], + "mood": "downward mystery", + "lighting": "top spill with dark well below", + "style": "subterranean transit noir" + }, + { + "subGenre": "Dark Alleys", + "scene": "Alley beside a shuttered arcade where prize machines glow in the dark", + "sceneVariants": [ + "Alley beside a shuttered arcade where prize machines glow in the dark", + "Stickers on the shutters from decades of visitors", + "A prize plush half-visible through stacked boxes", + "A cooling vent humming low", + "A poster advertising a faded tournament" + ], + "actions": [ + "Prize machines blink and reel though there's no power input", + "A vent hum changes pitch to form a minor chord", + "A poster's ink runs to form a new, illegible symbol", + "A plush shifts slightly as if breathed on" + ], + "camera": "Arcade-side glide with prize macro inserts", + "accents": [ + "plush micro-highlights on fur glints", + "glass micro-highlights on machine faces" + ], + "mood": "childhood-tinged creep", + "lighting": "neon glow with heavy shadow", + "style": "forgotten play noir" + }, + { + "subGenre": "Dark Alleys", + "scene": "Final hush: a narrow lane at dawn where alley doors close as the city exhales", + "sceneVariants": [ + "Final hush: a narrow lane at dawn where alley doors close as the city exhales", + "Morning paper knocked down in a small pile", + "A single bicycle leaning against a wall now empty", + "Steam rising from a sidewalk grate", + "A merchant switching a 'closed' sign to 'open'" + ], + "actions": [ + "Doors pull shut one by one in a quiet mechanical rhythm", + "The alley exhales a soft warmth and the last shadow resolves", + "A small paper flutters to the gutter aligning with a printed headline", + "First morning light reveals small details missed in night" + ], + "camera": "Slow pullback to reveal alley within waking city", + "accents": [ + "paper micro-highlights on inked newsprint", + "metal micro-highlights on shutter edges" + ], + "mood": "transition to day", + "lighting": "soft dawn with cool trailing shade", + "style": "poetic urban ending" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_demons.json b/src/data/horror_and_mystery_demons.json new file mode 100644 index 0000000..bf971e4 --- /dev/null +++ b/src/data/horror_and_mystery_demons.json @@ -0,0 +1,502 @@ +[ + { + "subGenre": "Demons", + "scene": "Burnt chapel where charred pews frame a sigil scorched into the altar", + "sceneVariants": [ + "Burnt chapel where charred pews frame a sigil scorched into the altar", + "Hanging chandeliers half-molten", + "Ash drifting in columned shafts of light", + "A bible singed at the corners", + "A blackened cross leaning against a wall" + ], + "actions": [ + "Ash swirls to form transient symbols above the altar", + "Candles reignite in a slow counter-clockwise sweep", + "A distant voice intones a name with increasing resonance", + "A charred page lifts and flips though no wind blows" + ], + "camera": "Low aisle crawl toward the altar with occasional tight rack-focus on ember details", + "accents": [ + "hot ember micro-highlights on singed surfaces", + "ashy rim micro-highlights defining char edges" + ], + "mood": "simmering dread", + "lighting": "muted daylight through smoke with ember pockets", + "style": "ritual aftermath" + }, + { + "subGenre": "Demons", + "scene": "Subway tunnel where graffiti shifts into faces and a train hums without arrival", + "sceneVariants": [ + "Subway tunnel where graffiti shifts into faces and a train hums without arrival", + "Flickering station lights and wet platform tiles", + "A discarded ticket between rails", + "An empty carriage reflected in a puddle", + "Tunnel vents breathing warm breath" + ], + "actions": [ + "Graffiti inks crawl to form mouths that whisper", + "Platform speakers hiss out syllables that trace names", + "A handprint appears on a glass screen from the inside", + "A subway map rearranges to show places that don't exist" + ], + "camera": "Steadicam lateral reveal with peephole-style inserts into reflective puddles", + "accents": [ + "neon micro-highlights on wet tiles", + "spray-paint micro-highlights catching brief glints" + ], + "mood": "urban intrusion", + "lighting": "cold artificial with deep tunnel shadow", + "style": "infrastructure uncanny" + }, + { + "subGenre": "Demons", + "scene": "Deserted carnival midway where calliope music plays backwards and mirrors breathe", + "sceneVariants": [ + "Deserted carnival midway where calliope music plays backwards and mirrors breathe", + "Tilted Ferris wheel casting long shadows", + "Torn banners snapping in still air", + "A game stall with a line of unclaimed prizes", + "An ornate mirror framed with tarnished bulbs" + ], + "actions": [ + "Prize dolls turn their heads in sequence", + "Calliope notes rewind in the air leaving visible echoes", + "Mirrors exhale fog that forms miniature shapes", + "A carousel horse slowly turns its head to look directly at camera" + ], + "camera": "Wide to intimate dolly with mirror-reversal inserts", + "accents": [ + "bulb micro-highlights with minor flicker variance", + "paint micro-highlights on carousel surfaces" + ], + "mood": "twisted nostalgia", + "lighting": "dim fairground glow with color aberration", + "style": "surreal nocturnal" + }, + { + "subGenre": "Demons", + "scene": "Rural barn where lurid symbols appear on hay bales and shadows crawl along beams", + "sceneVariants": [ + "Rural barn where lurid symbols appear on hay bales and shadows crawl along beams", + "Old farm tools arrayed against a wall", + "A broken lantern with sputtering flame", + "A child's drawing pinned to a post", + "A back door open to a black field" + ], + "actions": [ + "Symbols sear themselves into straw then smolder away", + "Shadows lengthen into hand-like shapes that deliberately point", + "A lantern's light warps to show another interior", + "Straw drifts into a pattern resembling a face" + ], + "camera": "Handheld low-angle between bales with ceiling-beam parallax", + "accents": [ + "straw micro-highlights on cut edges", + "metal micro-highlights on old tools" + ], + "mood": "rural menace", + "lighting": "warm lantern pockets within cool night", + "style": "rustic occult" + }, + { + "subGenre": "Demons", + "scene": "Corporate office after hours where monitors display static faces and elevators descend to nowhere", + "sceneVariants": [ + "Corporate office after hours where monitors display static faces and elevators descend to nowhere", + "A wall of muted screens showing empty desks", + "A coffee cup still warm on a keyboard", + "A row of ID badges left on a table", + "A ticker-screen looping names" + ], + "actions": [ + "Monitors stitch together a single moving visage", + "Elevator dings and its doors open onto blackness", + "A blinking cursor types a single phrase repeatedly", + "Phones vibrate though no notifications exist" + ], + "camera": "Clean linear push through cubicles with monitor-level inserts", + "accents": [ + "screen micro-highlights on pixel clusters", + "glass micro-highlights on office surfaces" + ], + "mood": "bureaucratic unease", + "lighting": "cool office fluorescents with monitor glow", + "style": "corporate uncanny" + }, + { + "subGenre": "Demons", + "scene": "A seaside pier at low tide where carved figures drip with black tide and call silently", + "sceneVariants": [ + "A seaside pier at low tide where carved figures drip with black tide and call silently", + "Barnacled railings and warped boards", + "A tipped fishing crate leaking oil-like film", + "Seagulls circling without sound", + "A lighthouse far off blinking erratically" + ], + "actions": [ + "Figures' carved mouths open to release a slow, viscous drip", + "Tide carries tiny shapes that rearrange into letters", + "Wooden boards creak into a sequence like a language", + "A distant lighthouse blink synchronizes with heartbeats" + ], + "camera": "Low pier-level tracking with telephoto compression on distant lighthouse", + "accents": [ + "wet wood micro-highlights", + "oil-sheen micro-highlights on tide pools" + ], + "mood": "coastal dread", + "lighting": "pale shoreline light with murky reflections", + "style": "marine uncanny" + }, + { + "subGenre": "Demons", + "scene": "Night school auditorium where the stage curtain moves to reveal empty seats full of shadows", + "sceneVariants": [ + "Night school auditorium where the stage curtain moves to reveal empty seats full of shadows", + "Rows of polished wooden seats", + "A score sheet pinned to a piano", + "A forgotten trophy cabinet dimly lit", + "A single stage light left on" + ], + "actions": [ + "Curtain pulls aside slowly though no one touches it", + "Shadows in seats shift to mimic applause without sound", + "A score page flips to a new arrangement by itself", + "Trophies fog with breath-like mist showing names" + ], + "camera": "Center-stage push with audience-level inserts and shallow depth", + "accents": [ + "polished wood micro-highlights", + "metallic micro-highlights on trophy surfaces" + ], + "mood": "performative haunting", + "lighting": "single spotlight with deep auditorium shadow", + "style": "theatrical uncanny" + }, + { + "subGenre": "Demons", + "scene": "Forest clearing where trees bleed a black sap and footprints invert reality", + "sceneVariants": [ + "Forest clearing where trees bleed a black sap and footprints invert reality", + "Sap-slick trunks and hanging lichen", + "A hollow stump housing tiny candles", + "An overturned pack near a clump of toadstools", + "A sky glimpsed through the canopy showing impossible stars" + ], + "actions": [ + "Sap droplets fall and grow into small crawling shapes", + "Footprints appear to sink into the air rather than the ground", + "Toadstools shift to orient toward an unseen center", + "Sky reflections in puddles show upside-down constellations" + ], + "camera": "Low natural tracking with macro inserts on sap and footprint inversion", + "accents": [ + "sap micro-highlights on viscous surfaces", + "fungus micro-highlights reflecting tiny detail" + ], + "mood": "ecological wrongness", + "lighting": "cool forest fill with alien highlights", + "style": "nature-corrupt vignette" + }, + { + "subGenre": "Demons", + "scene": "Suburban kitchen where a dinner table holds extra place settings for invisible guests", + "sceneVariants": [ + "Suburban kitchen where a dinner table holds extra place settings for invisible guests", + "A child's drawing taped to the fridge", + "A kettle steaming though no one tends it", + "A pair of shoes missing from their usual spot", + "A muted TV showing static with a single clear face" + ], + "actions": [ + "Utensils clink in rhythmic cadence like someone eating", + "Chairs rock in empty intervals", + "A napkin folds itself into a small origami shape", + "A faint scent of unfamiliar perfume wafts through" + ], + "camera": "Table-level static with slow rotating inserts on settings", + "accents": [ + "ceramic micro-highlights on plates", + "fabric micro-highlights on napkin folds" + ], + "mood": "domestic unease", + "lighting": "warm kitchen glow with peripheral chill", + "style": "home-invasion uncanny" + }, + { + "subGenre": "Demons", + "scene": "Highway rest stop at midnight where road signs point to impossible towns and smoke writes names", + "sceneVariants": [ + "Highway rest stop at midnight where road signs point to impossible towns and smoke writes names", + "A diner neon flickering off-schedule", + "A lone truck idling with its driver seat empty", + "A gas pump frozen mid-count", + "A map pinned with routes that loop impossibly" + ], + "actions": [ + "Smoke from an exhaust curls to spell out a single word and then disperses", + "Signs rotate to reveal new destinations tuned to the viewer's memory", + "Truck headlights flick on and off as if blinking", + "The map redraws itself in wet ink" + ], + "camera": "Wide roadside approach with long lens compression on signs", + "accents": [ + "neon micro-highlights on diner glass", + "metal micro-highlights on pump nozzles" + ], + "mood": "transient wrongness", + "lighting": "cold highway sodium with neon puncta", + "style": "liminal travel dread" + }, + { + "subGenre": "Demons", + "scene": "A cathedral bell tower where the bells toll but no ringer is found and shadows climb the rope", + "sceneVariants": [ + "A cathedral bell tower where the bells toll but no ringer is found and shadows climb the rope", + "Narrow stone stair winding up", + "Rotted rope coils on the floor", + "A view of the city from the belfry", + "A weathered ledger of past bell tolls" + ], + "actions": [ + "Bells toll in a non-linear cadence that causes floor dust to pattern itself", + "Shadows climb the ropes like living things", + "Ledger pages flip to mark a new name each toll", + "A pigeon silhouette pins itself to a distant roof then dissolves" + ], + "camera": "Vertical climb with rope-level closeups and bell-wide pulls", + "accents": [ + "stone micro-highlights on bell yokes", + "metal micro-highlights on bell rims" + ], + "mood": "sacred dread", + "lighting": "high contrast with sky backlight", + "style": "ecclesiastical uncanny" + }, + { + "subGenre": "Demons", + "scene": "An icebound research station where instruments record extra thermal signatures and whispers freeze in the air", + "sceneVariants": [ + "An icebound research station where instruments record extra thermal signatures and whispers freeze in the air", + "Frosted windows with interior frost calligraphy", + "A line of scientific logbooks on a desk", + "A half-broken hydrogen sensor blinking red", + "A sled left stalled in snow" + ], + "actions": [ + "Thermal images show shapes moving with no heat signature", + "Breath freezes into faint letters that linger", + "Instruments blink to spell out a warning", + "A logbook annotation appears in the margin in ink that wasn't there" + ], + "camera": "Clinical close on instruments shifting to wide station exterior", + "accents": [ + "frost micro-highlights on glass", + "metal micro-highlights on instrument panels" + ], + "mood": "polar wrongness", + "lighting": "cold blue with narrow warm instrument glows", + "style": "scientific uncanny" + }, + { + "subGenre": "Demons", + "scene": "A child's treehouse at dusk where lullabies play from within though windows are shuttered", + "sceneVariants": [ + "A child's treehouse at dusk where lullabies play from within though windows are shuttered", + "Hand-drawn flags hanging on a line", + "A rope ladder frayed at the bottom", + "A tin lunchbox with stickers", + "A carved initials heart in railing" + ], + "actions": [ + "Lullaby melody filters out in half-notes that seem to loop backwards", + "A stuffed toy turns its face slowly toward the camera", + "A child's handwriting appears on the underside of the table", + "A small door opens a fraction and then closes" + ], + "camera": "Exterior low-angle tree-level with tight toy/hand inserts", + "accents": [ + "fabric micro-highlights on toy fur", + "wood micro-highlights on carved initials" + ], + "mood": "childlike uncanny", + "lighting": "warm dusk spot with cooling background", + "style": "innocence-corrupt vignette" + }, + { + "subGenre": "Demons", + "scene": "An abandoned asylum ward where cell doors breathe and name plaques rearrange overnight", + "sceneVariants": [ + "An abandoned asylum ward where cell doors breathe and name plaques rearrange overnight", + "Rusty bedframes in long rows", + "A names board with small metal plates", + "A cracked administration window", + "A clock stopped at a specific hour" + ], + "actions": [ + "Cell doors flex as if inhaling and exhaling", + "Name plates slide to spell a single new surname", + "A faint chorus of recorded voices swells and fades", + "The clock ticks once and then halts" + ], + "camera": "Long hallway push with individual cell inserts", + "accents": [ + "rust micro-highlights on bedframes", + "metal micro-highlights on nameplate edges" + ], + "mood": "institutional terror", + "lighting": "cold corridor light with narrow spot accents", + "style": "asylum uncanny" + }, + { + "subGenre": "Demons", + "scene": "An old mill where water wheels whirl counter to the stream and grain flows uphill", + "sceneVariants": [ + "An old mill where water wheels whirl counter to the stream and grain flows uphill", + "Sacks of flour split and powdered trails", + "A millstone carved with odd runes", + "A sluice gate stuck open", + "A rat trail departing across a beam" + ], + "actions": [ + "Water runs opposite its channel for a few pendulous moments", + "Grain drifts uphill into sacks as if obeying a pull", + "A millstone pulses a faint glow over the rune", + "A rat halts mid-track and turns to stare, unblinking" + ], + "camera": "Mechanical tracking around wheel with slow reverse-speed inserts", + "accents": [ + "water micro-highlights on leak rivulets", + "grain micro-highlights catching tiny motion" + ], + "mood": "mechanical wrongness", + "lighting": "muted natural with deep mill shadow", + "style": "industrial occult" + }, + { + "subGenre": "Demons", + "scene": "An opera house empty after the premiere where costumes animate and applause echoes from walls", + "sceneVariants": [ + "An opera house empty after the premiere where costumes animate and applause echoes from walls", + "Rows of velvet seats and balustrades", + "A shattered chandelier polished but dim", + "Scores scattered on the stage", + "A dressing room mirror cracked in a star pattern" + ], + "actions": [ + "Costumes shift as if worn and then fold themselves back", + "Applause reverberates without source and causes dust motes to freeze then fall", + "A score's notes change to unfamiliar notation mid-page", + "A dressing-room mirror fogs to show a performer's face that isn't present" + ], + "camera": "Dolly from stage to balcony with dressing-room insert closeups", + "accents": [ + "velvet micro-highlights on seat edges", + "glass micro-highlights on cracked mirror fragments" + ], + "mood": "artistic haunting", + "lighting": "spotlight ghosts with warm backstage fills", + "style": "operatic uncanny" + }, + { + "subGenre": "Demons", + "scene": "A riverside slaughterhouse where meat hooks swing in slow arcs forming glyph patterns", + "sceneVariants": [ + "A riverside slaughterhouse where meat hooks swing in slow arcs forming glyph patterns", + "Stainless rails streaked with dark residue", + "A shallow pool with a reflective surface", + "A rusted scale frozen at an odd number", + "A stained cloth draped over a rail" + ], + "actions": [ + "Hooks swing in choreographed sequence to sketch glyphs in dripping residue", + "Pool reflections show faces that aren't above them", + "Scale digits rearrange to show a sequence of names", + "Cloth pulses as if breathing beneath" + ], + "camera": "Low industrial tracking with high-contrast metal macro", + "accents": [ + "stainless micro-highlights on hook edges", + "water micro-highlights in pool reflections" + ], + "mood": "visceral wrongness", + "lighting": "clinical cold with blood-warm pockets", + "style": "industrial grotesque" + }, + { + "subGenre": "Demons", + "scene": "A clockmaker's shop where gear teeth rearrange and hour hands point to faces in the room", + "sceneVariants": [ + "A clockmaker's shop where gear teeth rearrange and hour hands point to faces in the room", + "A wall of ticking clocks silent at once", + "A bench of tiny precision tools", + "A drawer scattered with watch hands", + "A magnifying lens on a stand" + ], + "actions": [ + "Gears slide to form a new mechanism that didn't fit before", + "Hour hands stop to point directly at a listener's eyes", + "Tiny screws roll into a pattern like a script", + "A pocket watch opens to show an impossible miniature scene" + ], + "camera": "Macro insert-heavy with clock-face wide pulls", + "accents": [ + "metal micro-highlights on gear teeth", + "glass micro-highlights on crystal faces" + ], + "mood": "precise unease", + "lighting": "warm bench lamp with cool shop shadow", + "style": "mechanical uncanny" + }, + { + "subGenre": "Demons", + "scene": "An orchard at harvest where fruit grows black centers and whispers names at night", + "sceneVariants": [ + "An orchard at harvest where fruit grows black centers and whispers names at night", + "Ladders propped and baskets overturned", + "A farmhouse silhouette against the moon", + "A scattering of crows perched in rows", + "A rusted pruning hook hanging" + ], + "actions": [ + "Fruit split shows a dark seed that pulses with tiny light", + "Branches bend to form small doorways between trunks", + "A whispering wind arranges fallen fruit into names", + "Crows take flight in a choreography that mirrors constellation lines" + ], + "camera": "Crane from canopy to ground with close fruit macro", + "accents": [ + "fruit micro-highlights on waxed skins", + "branch micro-highlights showing cut texture" + ], + "mood": "agricultural unease", + "lighting": "cool moonlight with warm farmhouse accents", + "style": "pastoral uncanny" + }, + { + "subGenre": "Demons", + "scene": "Final hush: a fog-carved clearing where a single figure bows and then dissolves into many footprints", + "sceneVariants": [ + "Final hush: a fog-carved clearing where a single figure bows and then dissolves into many footprints", + "A shallow crater ringed with salt", + "A cluster of small totems in the center", + "Wind-blown petals forming a spiral", + "A distant house light blinking three times" + ], + "actions": [ + "Figure bows and its shadow separates into multiple small steps", + "Salt crackles and reorders itself into a sigil", + "Totems hum in silent unison then go still", + "The clearing exhales a visible plume that drifts away" + ], + "camera": "Slow orbit with increasing pullback to reveal the empty landscape", + "accents": [ + "salt micro-highlights on crystalline edges", + "petal micro-highlights catching soft motion" + ], + "mood": "resigned closure", + "lighting": "diffuse fog with a single cool backlight", + "style": "poetic closing" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_foggy_forests.json b/src/data/horror_and_mystery_foggy_forests.json new file mode 100644 index 0000000..99d153e --- /dev/null +++ b/src/data/horror_and_mystery_foggy_forests.json @@ -0,0 +1,302 @@ +[ + { + "subGenre": "Foggy Forests", + "scene": "Dense beechwood at dawn with a low, rolling fog threading through trunks", + "sceneVariants": [ + "Dense beechwood at dawn with a low, rolling fog threading through trunks", + "Wet leaf litter swallowing footprints", + "A distant twig snap echoing oddly", + "Cobwebs beaded with dew between ferns", + "A pale sun disc barely visible above the canopy" + ], + "actions": [ + "Fog thickens and thins like breath around a single path", + "A solitary figure silhouette appears and dissolves", + "Drops fall from leaves in rhythmic patters", + "A distant bell-like sound seems to move with the fog" + ], + "camera": "Low dolly with shallow depth, slow push-ins between trunks", + "accents": [ + "soft diffused rim on wet bark", + "dewy micro-highlights on leaf edges" + ], + "mood": "mysterious hush", + "lighting": "muted dawn with dense fog fill", + "style": "ethereal forest vignette" + }, + { + "subGenre": "Foggy Forests", + "scene": "Moonlit pine grove where the fog glows cold and thin", + "sceneVariants": [ + "Moonlit pine grove where the fog glows cold and thin", + "Long, blade-like shadows from trunks", + "Crystalline frost on needles", + "A fox track crossing a narrow trail", + "A distant owl call answering the moon" + ], + "actions": [ + "Fog drifts in ribbons that reveal and conceal a carving on a tree", + "A faint shimmer moves across the ground like footprints", + "Branches sway though the air is still", + "A small animal freezes, then vanishes" + ], + "camera": "Steadicam low sweep with occasional slow zoom to carved marks", + "accents": [ + "cool moon rim on needle tips", + "frost micro-highlights catching glints" + ], + "mood": "nocturnal tension", + "lighting": "cool moonlight through thin fog", + "style": "minimal nocturne" + }, + { + "subGenre": "Foggy Forests", + "scene": "Swampy alder stand where fog hugs black water and reflections double trees", + "sceneVariants": [ + "Swampy alder stand where fog hugs black water and reflections double trees", + "Mottled reeds and soft ooze margins", + "Glowing fungus on submerged roots", + "A broken boardwalk leading into dark water", + "Dragonflies hovering in still air" + ], + "actions": [ + "Reflections move independently of the canopy above", + "A boot print fills with inky water and darkens", + "A low ripple travels upriver with no visible cause", + "A distant light seems to bob between trunks" + ], + "camera": "Floating platform low-angle tracking along waterline", + "accents": [ + "ink-surface micro-highlights on black water", + "soft biolight micro-highlights on fungus" + ], + "mood": "soggy unease", + "lighting": "dim diffuse with low wet reflections", + "style": "moody wetlands study" + }, + { + "subGenre": "Foggy Forests", + "scene": "Ancient oak circle where fog pools and a single bench faces a dark hollow", + "sceneVariants": [ + "Ancient oak circle where fog pools and a single bench faces a dark hollow", + "Gnarled roots forming natural cathedral", + "Leaf litter forming concentric rings", + "A rusted lantern hung on a branch", + "Mossy runes at the base of a trunk" + ], + "actions": [ + "Rings of fog roll outward as if exhaled", + "A lantern sparks briefly though unlit", + "Runes pulse with faint light then fade", + "Wind lifts a single fallen leaf that hovers" + ], + "camera": "Circular dolly that orbits the bench and moves to the hollow", + "accents": [ + "soft moss micro-highlights on root textures", + "lantern micro-highlights for small warm pockets" + ], + "mood": "ancient reverence", + "lighting": "soft moon/dawn mixed pockets", + "style": "sacred-natural vignette" + }, + { + "subGenre": "Foggy Forests", + "scene": "Railway cutting through a foggy stand where a disused track vanishes into white", + "sceneVariants": [ + "Railway cutting through a foggy stand where a disused track vanishes into white", + "Rusting rails and sleeper moss", + "A broken signal half-submerged in bracken", + "A stray carriage wheel half-buried", + "Metal signs reading faded distances" + ], + "actions": [ + "Fog rolls across the rails masking the vanishing point", + "A bell clangs at irregular intervals though no train appears", + "Footprints cross from one side to the other and vanish", + "A metal sign swings and points the wrong direction" + ], + "camera": "Long tracking down the rails with telephoto compression", + "accents": [ + "rust micro-highlights on rails", + "wet-grit micro-highlights on sleepers" + ], + "mood": "abandoned approach", + "lighting": "neutral foggy daylight with soft contrast", + "style": "industrial-nature liminal" + }, + { + "subGenre": "Foggy Forests", + "scene": "Campground clearing with smoldering embers and fog that smells faintly of smoke", + "sceneVariants": [ + "Campground clearing with smoldering embers and fog that smells faintly of smoke", + "Tattered tent flaps and a broken lantern pole", + "Scattered cooking pans cold on the ground", + "A rope swing over a muddy pool", + "A small stone circle where a fire burned" + ], + "actions": [ + "Embers flare occasionally though no flame is fed", + "Smoke curls into shapes that suggest faces and then disperse", + "A kettle whistles a single out-of-place note", + "Footprints circle the clearing and return to a tent" + ], + "camera": "Static wide to intimate ember closeups with subtle rack focus", + "accents": [ + "ember micro-highlights on coals", + "smoke micro-highlights to define ephemeral shapes" + ], + "mood": "abandoned ritual warmth", + "lighting": "smoky low ambient with ember pockets", + "style": "camp-liminal vignette" + }, + { + "subGenre": "Foggy Forests", + "scene": "Path of standing stones half-swallowed by fog with carved faces worn by rain", + "sceneVariants": [ + "Path of standing stones half-swallowed by fog with carved faces worn by rain", + "Lichen-slick insets and wet moss", + "A thin channel of water veining the path", + "A bell hung from a stone lintel", + "Faint glyphs worn nearly smooth" + ], + "actions": [ + "Glyphs glow faintly when crossed in a certain order", + "Stones exhale a cold breath when touched", + "A bell rings though no visible striker is present", + "Patterns of lichen rearrange imperceptibly" + ], + "camera": "Slow linear tracking down the stone path with reverent closeups", + "accents": [ + "stone micro-highlights on carved faces", + "lichen micro-highlights to show living change" + ], + "mood": "primordial riddle", + "lighting": "damp low-key fog light", + "style": "mystical natural archaeology" + }, + { + "subGenre": "Foggy Forests", + "scene": "A grove of birches where the fog descends in curtains and the trunks are mirrored", + "sceneVariants": [ + "A grove of birches where the fog descends in curtains and the trunks are mirrored", + "Pale vertical trunks like skeleton columns", + "Shallow pools reflecting inverted trees", + "A faint path lost between stems", + "A wind chime tangled in branches" + ], + "actions": [ + "Curtain-like fog sways to reveal a figure standing motionless", + "Reflections show different times of day", + "Leaves fall upward briefly against the fog", + "A chime tinkles though no breeze stirs" + ], + "camera": "Vertical pan emphasizing repetition and mirrored reflections", + "accents": [ + "pale bark micro-highlights", + "water micro-highlights on reflection surface" + ], + "mood": "repetitive uncanny", + "lighting": "soft neutral with vertical shafts", + "style": "graphic-liminal vignette" + }, + { + "subGenre": "Foggy Forests", + "scene": "Railside memorial in a fog hollow where flowers appear fresh each morning", + "sceneVariants": [ + "Railside memorial in a fog hollow where flowers appear fresh each morning", + "A plaque with names half-occluded by moss", + "A faded ribbon tied to a post", + "A lantern screwed into the ground", + "A child's drawing pegged to a post" + ], + "actions": [ + "New flowers bloom overnight then shiver away in daylight", + "A ribbon tightens as if someone recently tied it", + "A childlike whisper answers the camera if it speaks", + "A small puddle forms a perfect thumbnail portrait" + ], + "camera": "Intimate low approach with slow parallax reveals", + "accents": [ + "floral micro-highlights on petals", + "metal micro-highlights on plaque lettering" + ], + "mood": "tender persistence", + "lighting": "soft fog morning with localized warm lantern pockets", + "style": "memorial micro-story" + }, + { + "subGenre": "Foggy Forests", + "scene": "Clearing with a ruined gazebo shrouded in fog and trailing vines", + "sceneVariants": [ + "Clearing with a ruined gazebo shrouded in fog and trailing vines", + "Broken lattice and moss-covered steps", + "A rusted swing still hanging", + "A circle of flat stones half-buried", + "A porcelain teacup on a step" + ], + "actions": [ + "Vines creep across lattice as if writing a message", + "A porcelain teacup tips and refills with rainwater", + "Wind whistles through lattice in a tone like a voice", + "Steps show new faint prints every dawn" + ], + "camera": "Wide romantic reveal with slow close-ins on vine pattern", + "accents": [ + "vined micro-highlights on lattice edges", + "porcelain micro-highlights on teacup gloss" + ], + "mood": "romantic decay", + "lighting": "soft rain-muted daylight", + "style": "wistful ruin vignette" + }, + { + "subGenre": "Foggy Forests", + "scene": "Deep pine trench where fog hangs like canvas and whisper-lines appear between trees", + "sceneVariants": [ + "Deep pine trench where fog hangs like canvas and whisper-lines appear between trees", + "A trickle of cold water forming a tiny stream", + "A partially collapsed hunter's blind", + "Moss-struck boulders with faint chalk marks", + "A low canopy creating a dim tunnel" + ], + "actions": [ + "Whisper-lines form coherent phrases if leaned close", + "A hunter's cap drifts by though no breeze moves", + "Stream bubbles collect letters before releasing them downstream", + "A distant bell keeps slow time" + ], + "camera": "Narrow tunnel tracking with close whisper-line macro", + "accents": [ + "stream micro-highlights on flowing letters", + "moss micro-highlights on boulder texture" + ], + "mood": "secretive murmur", + "lighting": "dim filtered trench light", + "style": "textured whisper vignette" + }, + { + "subGenre": "Foggy Forests", + "scene": "Final hush: a path that dissolves into white and a single lantern left burning", + "sceneVariants": [ + "Final hush: a path that dissolves into white and a single lantern left burning", + "A distant ridge line barely visible", + "A small wooden sign with no text", + "A field of low heather shivering", + "A moth circling the lantern" + ], + "actions": [ + "Lantern light steadies as fog thickens then fades", + "Footsteps approach from beyond the white then stop", + "A moth alights and the flame flares and calms", + "The path behind slowly erases itself" + ], + "camera": "Slow pull back to reveal the lantern as the world softens to white", + "accents": [ + "warm lantern micro-highlights against cool white", + "soft heather micro-highlights for tactile foreground" + ], + "mood": "gentle closure", + "lighting": "isolated warm lantern light in whiteout", + "style": "poetic fade vignette" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_ghosts.json b/src/data/horror_and_mystery_ghosts.json new file mode 100644 index 0000000..7395e78 --- /dev/null +++ b/src/data/horror_and_mystery_ghosts.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Ghosts", + "scene": "Fog-filled graveyard at midnight with moonlight leaking through bare branches", + "sceneVariants": [ + "Fog-filled graveyard at midnight with moonlight leaking through bare branches", + "Moss-covered headstones tilting in the mist", + "A broken iron gate swinging slowly", + "Shadows pooling under an ancient yew", + "A faint lantern glow near a crypt" + ], + "actions": [ + "Mists coalesce into the vague suggestion of a figure", + "Cold gusts push whispers through the grass", + "A lantern guttering then brightening as if answered", + "A single mournful bell tolls with no visible source" + ], + "camera": "Low dolly between headstones with shallow depth and slow pull-outs", + "accents": [ + "cold rim mist to separate forms", + "soft silver micro-highlights on dew and stone" + ], + "mood": "quiet melancholy", + "lighting": "pale moon shafts with diffuse fog fill", + "style": "classic spectral vignette" + }, + { + "subGenre": "Ghosts", + "scene": "Empty train carriage at dusk where footprints appear on the dusty floor", + "sceneVariants": [ + "Empty train carriage at dusk where footprints appear on the dusty floor", + "Tattered upholstery and frosted windows", + "A single ticket fluttering down the aisle", + "Overhead lights flickering in sequence", + "A station platform seen blurred outside" + ], + "actions": [ + "Invisible footsteps mapping a path between seats", + "A pocket watch clangs softly then stops", + "Steam drifts from the old kettle though it's cold", + "Window reflections show someone sitting when none are present" + ], + "camera": "Steady lateral rack along the aisle with close seat inserts", + "accents": [ + "warm film-scrape micro-highlights to emphasize old metal", + "dust micro-highlights in shafted light" + ], + "mood": "transported unease", + "lighting": "dim sunset bleed with cold interior flashes", + "style": "transient haunt" + }, + { + "subGenre": "Ghosts", + "scene": "Seaside lighthouse keeper's room where a rocking chair moves though empty", + "sceneVariants": [ + "Seaside lighthouse keeper's room where a rocking chair moves though empty", + "Salt-streaked glass and maps pinned to plaster", + "A half-filled cup of tea cooling on a sill", + "Ragged curtains lashing in a distant gale", + "A brass oil lamp on a table" + ], + "actions": [ + "Chair swings with a slow, human rhythm", + "Pages of a logbook flip to an entry dated decades prior", + "A distant foghorn answers an inaudible call", + "A faint handprint briefly appears on the glass" + ], + "camera": "Close interior with wide reveal to the lamp-lit shore", + "accents": [ + "warm lamp micro-highlights contrasting salt-cold fills", + "textured micro-highlights on leather-bound logbook" + ], + "mood": "resigned longing", + "lighting": "warm interior lamplight vs cold stormy exterior", + "style": "maritime spectral" + }, + { + "subGenre": "Ghosts", + "scene": "Old hospital corridor with peeling paint and the distant echo of a child humming", + "sceneVariants": [ + "Old hospital corridor with peeling paint and the distant echo of a child humming", + "Wheelchairs lined unnaturally still", + "Faded signage and cracked tiles", + "Flicker of fluorescent panels", + "A nurse's cap lying solitary on a bench" + ], + "actions": [ + "Trolleys wheel themselves a few inches then stop", + "Paging system whispers fragments of names", + "A corridor light pulses in a heartbeat rhythm", + "A small shoe rolls slowly across the floor" + ], + "camera": "Tracking low with subtle handheld jitter and sudden tight inserts", + "accents": [ + "clinical speculars on metal surfaces", + "soft shadow micro-highlights to emphasize texture" + ], + "mood": "disturbed quiet", + "lighting": "cold fluorescent strobe with deep side shadow", + "style": "medical haunt" + }, + { + "subGenre": "Ghosts", + "scene": "Abandoned school at dusk where chalk drawings smear and reappear", + "sceneVariants": [ + "Abandoned school at dusk where chalk drawings smear and reappear", + "Broken classroom windows and a swinging clock", + "Desks arranged like silent witnesses", + "A faint school bell echoing intermittently", + "Lost backpacks tangled in hallway shadows" + ], + "actions": [ + "Chalk scrawl rearranges into names and dates", + "A desk drawer opens revealing an old note", + "A single page of the roll-call list flutters to the floor", + "A chalk handprint appears and slowly fades" + ], + "camera": "Wide establishing of classroom then close macro on chalk lines", + "accents": [ + "soft pastely micro-highlights on chalk dust", + "paper micro-highlights on aged notes" + ], + "mood": "nostalgic unease", + "lighting": "low evening amber with cool interior fills", + "style": "childhood-tinged haunt" + }, + { + "subGenre": "Ghosts", + "scene": "Suburban basement where a projector plays a looped silent home video of a family", + "sceneVariants": [ + "Suburban basement where a projector plays a looped silent home video of a family", + "Mismatched furniture and a tarp hanging", + "A string of retro holiday lights dimly glowing", + "A stack of old videotapes labeled in handwriting", + "A child's drawing taped to a wall" + ], + "actions": [ + "Projected images flicker to show a figure that wasn't in the original tape", + "A laugh track plays from nowhere and cuts", + "Tape rewinds by itself partway", + "Objects in the room subtly change between loops" + ], + "camera": "Low, grainy handheld to match lo-fi projection aesthetic", + "accents": [ + "projector-glow micro-highlights on dust motes", + "warm tape-speck micro-highlights" + ], + "mood": "uncanny replay", + "lighting": "projector amber glow against cool basement shadow", + "style": "analog spectral study" + }, + { + "subGenre": "Ghosts", + "scene": "Mountain cabin where snow piles up outside while footprints lead from inside to nowhere", + "sceneVariants": [ + "Mountain cabin where snow piles up outside while footprints lead from inside to nowhere", + "Icicles hanging like teeth from the eaves", + "A coal stove still warm though unused", + "A rope bridge creaking out the back", + "A child's mitten found in the snow" + ], + "actions": [ + "Footprints walk to the tree-line and dissolve in the snow", + "A lantern swings though there is no wind", + "Breath appears on cold glass in a fleeting script", + "Someone's scarf flutters past a window where no one stands" + ], + "camera": "Steady exterior to intimate interior transitions with slow reveal", + "accents": [ + "crisp snow micro-highlights on edges", + "warm ember micro-highlights inside" + ], + "mood": "lonely frost-bound sorrow", + "lighting": "cold blue exterior with warm interior pocket", + "style": "isolation ghost story" + }, + { + "subGenre": "Ghosts", + "scene": "Empty theatre where a phantom audience applauds at an unseen performance", + "sceneVariants": [ + "Empty theatre where a phantom audience applauds at an unseen performance", + "Velvet seats faded and dust-coated", + "A stage with a single spotlight and a toppled mic", + "Playbills scattered in aisles", + "Backstage ropes and a sagging curtain" + ], + "actions": [ + "Polite applause rises without visible hands", + "Stage lights flicker to life and dim in timed beats", + "A lone shoe glides across the stage and stops center", + "A whisper of lines drifts from the wings" + ], + "camera": "Crane down the aisle to stage with dramatic wide then close insert", + "accents": [ + "spot micro-highlights on dust motes", + "velvet micro-highlights on seat textures" + ], + "mood": "performative melancholy", + "lighting": "spotlight contrast with deep auditorium shadow", + "style": "theatrical haunt" + }, + { + "subGenre": "Ghosts", + "scene": "Riverbank at dawn where ghostly lanterns float upriver against the current", + "sceneVariants": [ + "Riverbank at dawn where ghostly lanterns float upriver against the current", + "Willow branches dipping into mist", + "Old rowboats moored and half-sunken", + "A distant, slow funeral procession silhouette", + "A single willow-wreath drifting past" + ], + "actions": [ + "Lanterns drift upstream as if following invisible hands", + "Soft chanting echoes from both banks", + "Ripples form ephemeral faces on the water", + "A wreath settles and slowly sinks without disturbance" + ], + "camera": "Aerial glide along the river with low waterline cutaways", + "accents": [ + "warm lantern micro-highlights on water", + "mist micro-highlights to shape faces" + ], + "mood": "ritualized mourning", + "lighting": "pale dawn with warm floating accents", + "style": "ceremonial spectral" + }, + { + "subGenre": "Ghosts", + "scene": "Deserted asylum courtyard where wind carries the echo of institutional hymns", + "sceneVariants": [ + "Deserted asylum courtyard where wind carries the echo of institutional hymns", + "High brick walls and barbed wire outline", + "Abandoned wheelchairs and empty bedsheets", + "A lone swing creaking slowly", + "Paint peeling from metal railings" + ], + "actions": [ + "Distant hymn fragments assemble into a full melody then dissolve", + "A door clacks and then remains ajar", + "Faint shadowy figures pace the perimeter for a breath", + "A child's drawing is pinned again and again to the fence" + ], + "camera": "Slow circular crane with tight cell-block close-ups", + "accents": [ + "cold institutional micro-highlights on metal", + "flaky paint micro-highlights on brick" + ], + "mood": "institutional sorrow", + "lighting": "muted gray with cold spot accents", + "style": "haunt of memory" + }, + { + "subGenre": "Ghosts", + "scene": "Old mill where the wheel turns though there's no water, and flour dust makes shapes", + "sceneVariants": [ + "Old mill where the wheel turns though there's no water, and flour dust makes shapes", + "Timbered beams and a millstone half-buried", + "Sacks of flour rippling though still", + "A suspended pulley gently oscillating", + "A boarded grain chute slightly ajar" + ], + "actions": [ + "Wheel rotates at a lazy pace with no apparent cause", + "Flour dust drifts into ghostly figures that then collapse", + "A grain chute coughs and releases a single kernel", + "A faint child's handprint appears in flour on the floor" + ], + "camera": "Mechanical steady with rhythmic cuts synced to wheel turns", + "accents": [ + "powder micro-highlights on moving parts", + "wood micro-highlights on beam textures" + ], + "mood": "man-made echo", + "lighting": "warm dust-laden shafts across dark interior", + "style": "industrial haunt" + }, + { + "subGenre": "Ghosts", + "scene": "Submerged village where windows glow beneath the lake surface", + "sceneVariants": [ + "Submerged village where windows glow beneath the lake surface", + "Bell tower ghosting under glassy water", + "Reeds swaying over rooftops", + "Placards half-exposed at the bank", + "Fish weaving through window frames" + ], + "actions": [ + "Lighted windows pulse as if people are moving within", + "Bubbles crest into faces then pop", + "A submerged door opens to reveal a dark hall", + "Ripples write words briefly on the water surface" + ], + "camera": "Underwater glide transitioning to exterior ripple reflections", + "accents": [ + "cool water micro-highlights on glass", + "soft glow micro-highlights from windows" + ], + "mood": "submerged memory", + "lighting": "deep cool underwater with warm interior glows", + "style": "ethereal aquatic haunt" + }, + { + "subGenre": "Ghosts", + "scene": "Market square at twilight where mannequins step slowly from shopfronts", + "sceneVariants": [ + "Market square at twilight where mannequins step slowly from shopfronts", + "Tattered awnings and empty stalls", + "A fountain with no water but echoing splashes", + "A clock tower chiming out of sync", + "Discarded scarves and gloves scattered" + ], + "actions": [ + "Mannequins tilt and walk a few hesitant paces", + "Shop windows fog with breath even when closed", + "A scarf wraps itself around a lamppost then unfurls", + "A vendor's cart rattles though no wind blows" + ], + "camera": "Wide city square with rapid shopfront cuts and slow-motion reveals", + "accents": [ + "shopglass micro-highlights to reflect figures", + "fabric micro-highlights on fluttering scarves" + ], + "mood": "urban uncanny", + "lighting": "twilight neon mixed with lamplight", + "style": "street-level spectral" + }, + { + "subGenre": "Ghosts", + "scene": "Church with pews full of translucent worshippers frozen mid-prayer", + "sceneVariants": [ + "Church with pews full of translucent worshippers frozen mid-prayer", + "Stained-glass windows throwing colored shards", + "A slow incense haze hovering", + "A cracked hymnal left open", + "A choir loft empty but for echoing voices" + ], + "actions": [ + "Prayer hands move in slow-motion then halt", + "Organ pipes breathe a single sustained tone", + "Candles flare and extinguish in sequence", + "A hymn is sung backwards faintly" + ], + "camera": "Long reverent push up the nave with close stained-glass detail", + "accents": [ + "colored glass micro-highlights on dust", + "wax micro-highlights on candle drips" + ], + "mood": "sacred unease", + "lighting": "filtered colored shafts with dim interior fill", + "style": "religious spectral" + }, + { + "subGenre": "Ghosts", + "scene": "Orphanage playroom at dusk where toys reposition themselves in small games", + "sceneVariants": [ + "Orphanage playroom at dusk where toys reposition themselves in small games", + "A faded hopscotch marking on the floor", + "Rows of small beds visible through a doorway", + "A vintage carousel horse tilted in a corner", + "A mobile of stars slowly turning" + ], + "actions": [ + "Toys form a circle then scatter into a pattern", + "A music box plays a single scratchy tune once and stops", + "A child's book opens to reveal a fresh scribble", + "Soft laughter bubbles at the edge of hearing" + ], + "camera": "Playful low-angle with panning to each toy's micro-interaction", + "accents": [ + "toy micro-highlights to emphasize plastic gloss", + "wood micro-highlights on carousel texture" + ], + "mood": "melancholic play", + "lighting": "dusk warm with cool corners", + "style": "innocent-turned-uncanny" + }, + { + "subGenre": "Ghosts", + "scene": "Castle battlement where spectral soldiers stand a hollow watch", + "sceneVariants": [ + "Castle battlement where spectral soldiers stand a hollow watch", + "Moonlit crenellations and banners in tatters", + "A distant siege-scarred field", + "Echoes of clanging armor", + "Ravens perching on arrow slits" + ], + "actions": [ + "Armored phantoms march in slow rotation then dissolve", + "A trumpet call echoes and fades into static", + "Footsteps pass over the parapet though no one is visible", + "Torches flare cold blue then return to embers" + ], + "camera": "Wide epic with tight soldier-profile inserts", + "accents": [ + "metal micro-highlights on armor edges", + "cold flame micro-highlights on torch tips" + ], + "mood": "honored sorrow", + "lighting": "cold moonlit contrast with embers", + "style": "historical spectral tableau" + }, + { + "subGenre": "Ghosts", + "scene": "Final corridor: a hallway of mirrors reflecting versions of you that move independently", + "sceneVariants": [ + "Final corridor: a hallway of mirrors reflecting versions of you that move independently", + "Long carpet runner and ornate sconces", + "Mirrored frames that age differently", + "A distant door at the end glowing faintly", + "A faint perfume that is not yours" + ], + "actions": [ + "Reflections gesture out of sync with the viewer", + "A mirror fogs to reveal a different room inside", + "A reflected self steps forward while you stand still", + "Mirrors subtly rearrange to form a path" + ], + "camera": "Tracking through reflections with uncanny angle shifts", + "accents": [ + "glass micro-highlights to accent reflection edges", + "warm sconce micro-highlights for depth" + ], + "mood": "self-uncertainty", + "lighting": "mixed warm sconces with cold reflective edges", + "style": "psychic closing tableau" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_graveyards.json b/src/data/horror_and_mystery_graveyards.json new file mode 100644 index 0000000..0adaa87 --- /dev/null +++ b/src/data/horror_and_mystery_graveyards.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Graveyards", + "scene": "Moonlit churchyard with leaning headstones and a low fog drifting between rows", + "sceneVariants": [ + "Moonlit churchyard with leaning headstones and a low fog drifting between rows", + "Ancient yew tree casting skeletal shadows", + "A cracked angel statue with one missing wing", + "A narrow cobblestone path winding past mossy graves", + "Silver moonlight catching carved names" + ], + "actions": [ + "Fog curls to reveal and then conceal a footprint", + "A distant dog howls and the sound fades into a whisper", + "A loose scroll unrolls itself exposing an old epitaph", + "Shadowed shapes seem to move between headstones" + ], + "camera": "Slow lateral glide between graves with low-angle portrait inserts", + "accents": [ + "cold moon rim on carved stone edges", + "dewy micro-highlights on moss and lichen" + ], + "mood": "solemn unease", + "lighting": "pale moonlight with diffuse ground fog", + "style": "classic nocturnal vignette" + }, + { + "subGenre": "Graveyards", + "scene": "Sunrise cemetery on a hill where mist lifts and scattered bells toll", + "sceneVariants": [ + "Sunrise cemetery on a hill where mist lifts and scattered bells toll", + "Soft pastel sky over rows of neat headstones", + "A lone mourner at a recent grave", + "Fresh flowers tied with faded ribbon", + "A stone bench with carved initials" + ], + "actions": [ + "Bells toll irregularly as light grows", + "A ribbon flutters though no wind moves", + "A bee lands on a floral arrangement then lifts away", + "Mourner stands and leaves, footsteps soft on damp grass" + ], + "camera": "Wide establishing to intimate memorial close-ups", + "accents": [ + "warm rim on fresh flowers to heighten poignancy", + "soft grass micro-highlights in dew" + ], + "mood": "quiet remembrance", + "lighting": "soft sunrise glow with cool shadow pockets", + "style": "meditative pastoral" + }, + { + "subGenre": "Graveyards", + "scene": "Overgrown rural graveyard where ivy and brambles reclaim old family plots", + "sceneVariants": [ + "Overgrown rural graveyard where ivy and brambles reclaim old family plots", + "Tumbled fenceposts and leaning crosses", + "Broken pottery half-buried in roots", + "A narrow goat path cutting through graves", + "A hollow oak with initials carved long ago" + ], + "actions": [ + "Vines slowly inch across a headstone inscription", + "A bird drops a twig that uncovers an old medal", + "Rabbits dart through a ruined plot creating brief disturbance", + "A sun-bleached marker tips and settles" + ], + "camera": "Handheld close texture work moving outward to landscape reveal", + "accents": [ + "green rim micro-highlights on vine edges", + "earth micro-highlights on exposed roots" + ], + "mood": "forgotten sorrow", + "lighting": "muted midday in dappled shade", + "style": "decay-beauty nature piece" + }, + { + "subGenre": "Graveyards", + "scene": "City crypt beneath a cathedral where dripping water echoes and candles gutter", + "sceneVariants": [ + "City crypt beneath a cathedral where dripping water echoes and candles gutter", + "Stone sarcophagi and iron railings", + "Names in foreign script on marble", + "A solitary watcher kneeling in the gloom", + "Cobweb-laced niches with rusted plaques" + ], + "actions": [ + "Drip patterns trace new trails on stone", + "A candle flares then leaves an ashen tear", + "A hand traces a forgotten name and trembles", + "A muffled chant drifts from above stairs" + ], + "camera": "Low, reverent dolly with slow rack-focus from candle to inscription", + "accents": [ + "warm candle micro-highlights against cool stone", + "wet-stone specular micro-highlights" + ], + "mood": "sacred chill", + "lighting": "warm point candles within cool vaulted shade", + "style": "cathedral subterranean study" + }, + { + "subGenre": "Graveyards", + "scene": "War memorial ground at dusk where poppies and wreaths catch last light", + "sceneVariants": [ + "War memorial ground at dusk where poppies and wreaths catch last light", + "Rows of uniform markers stretching down a slope", + "A folded flag on a pedestal", + "A veteran slowly saluting", + "A field of planted crosses with names" + ], + "actions": [ + "A bugle plays a single haunting note", + "Wind flips a page of a weathered memorial book", + "A wreath is placed silently by unseen hands", + "A momentary shimmer passes across the markers" + ], + "camera": "Cinematic wide with poignant close on a single marker then pull back", + "accents": [ + "warm poppy rim micro-highlights", + "textured stone micro-highlights to honor detail" + ], + "mood": "solemn tribute", + "lighting": "rich dusk warmth with cool shadows", + "style": "respectful monumental vignette" + }, + { + "subGenre": "Graveyards", + "scene": "Cemetery maze at midnight where lanterns guide deeper into the grounds", + "sceneVariants": [ + "Cemetery maze at midnight where lanterns guide deeper into the grounds", + "Low hedges forming cryptic paths", + "Lanterns hung on shepherd hooks", + "A map carved into a central memorial stone", + "A bench etched with lovers' names" + ], + "actions": [ + "Lantern light bobbing as if carried by invisible processions", + "A distant voice reciting names in sequence", + "Fog pockets flaring around certain markers", + "Stone inscriptions briefly glow then dim" + ], + "camera": "Dolly tracking between lanterns with creeping parallax", + "accents": [ + "warm lantern micro-highlights on leaf edges", + "stone micro-highlights on carved maps" + ], + "mood": "ritual curiosity", + "lighting": "pocketed warm lantern light with broad darkness", + "style": "processional nocturne" + }, + { + "subGenre": "Graveyards", + "scene": "Victorian cemetery with ornate mausoleums and iron gates ajar in a fog bank", + "sceneVariants": [ + "Victorian cemetery with ornate mausoleums and iron gates ajar in a fog bank", + "Carved cherubs with stained fingers", + "Elaborate family crypt doors with rusted locks", + "Tiled walkways half-swallowed by fog", + "Crows circling slow above" + ], + "actions": [ + "Crypt doors sigh open to reveal velvet-draped coffins", + "Cherub statues weep a dark resin that beads under moonlight", + "Gates close softly behind a passing shadow", + "A single candelabra lights without touch" + ], + "camera": "Elegant crane with gothic architecture framing", + "accents": [ + "cold metal micro-highlights on ironwork", + "patina micro-highlights on carved stone" + ], + "mood": "gothic grandeur", + "lighting": "cool moon with diffuse grave fog", + "style": "period atmospheric" + }, + { + "subGenre": "Graveyards", + "scene": "Children's plot with tiny markers and toys in a secluded corner at dawn", + "sceneVariants": [ + "Children's plot with tiny markers and toys in a secluded corner at dawn", + "Small teddy bears propped on stones", + "Hand-drawn hearts etched into rock", + "A single balloon tethered to a stake", + "Daisies poking through worn soil" + ], + "actions": [ + "Toys twitch slightly as if touched", + "A balloon drifts and then returns to its tether", + "A child's whisper briefly caught on the wind", + "A tiny shoe is moved to a new spot overnight" + ], + "camera": "Tender close with soft bokeh and intimate focus on gestures", + "accents": [ + "warm toy micro-highlights to emphasize smallness", + "soft floral micro-highlights on daisies" + ], + "mood": "fragile sorrow", + "lighting": "gentle dawn with pastel fills", + "style": "poignant micro-vignette" + }, + { + "subGenre": "Graveyards", + "scene": "Abandoned urban graveyard where graffiti and modern detritus collide with old stones", + "sceneVariants": [ + "Abandoned urban graveyard where graffiti and modern detritus collide with old stones", + "Spray-painted markers and broken glass", + "Discarded shopping trolleys near old crypts", + "Neon reflections from nearby buildings", + "Tagging that forms strange patterns" + ], + "actions": [ + "Neon light pulses across names etched long ago", + "A skateboard rolls past and stops at a crypt", + "Spray paint seems to rearrange into words and then fade", + "A modern billboard's glow briefly silhouettes an angel" + ], + "camera": "Handheld urban grit with wide-to-tight graffiti inserts", + "accents": [ + "neon micro-highlights on wet glass", + "spray-paint micro-highlights on stone" + ], + "mood": "urban decay unease", + "lighting": "mixed artificial neon and cold ambient", + "style": "street-contrast spectral" + }, + { + "subGenre": "Graveyards", + "scene": "Forest grave clearing where simple wooden crosses mark anonymous graves", + "sceneVariants": [ + "Forest grave clearing where simple wooden crosses mark anonymous graves", + "Pine needles carpeting the ground", + "A rough-hewn wooden bench nearby", + "A small cairn of stones and sticks", + "A trail of mushrooms forming a ring" + ], + "actions": [ + "Crosses lean as if bowing to an unseen wind", + "Moss etches new runes across wood", + "Small forest creatures pause respectfully before passing", + "A ring of mushrooms glows faintly at night" + ], + "camera": "Low naturalistic tracking with moss and lichen macro inserts", + "accents": [ + "earthy rim micro-highlights on wood grain", + "soft fungus micro-highlights on mushroom caps" + ], + "mood": "earthbound quiet", + "lighting": "filtered green wood light", + "style": "natural memorial portrait" + }, + { + "subGenre": "Graveyards", + "scene": "Railway burial site where sleepers become markers and rusted rails hum with past passage", + "sceneVariants": [ + "Railway burial site where sleepers become markers and rusted rails hum with past passage", + "Old lanterns and scattered telegraph poles", + "An overgrown platform where mourners once waited", + "A faded memorial plaque near the track", + "Weeds curling through sleepers" + ], + "actions": [ + "Rails vibrate with phantom trains that cause dust to settle in patterns", + "An old railway whistle echoes from no known direction", + "A forgotten ticket falls from under a sleeper", + "Footprints cross tracks and vanish" + ], + "camera": "Tracking along rusted rails with low-angle sleeper close-ups", + "accents": [ + "rust micro-highlights on metal surfaces", + "grainy dust micro-highlights along sleepers" + ], + "mood": "haunted transit", + "lighting": "muted late-afternoon with strong rim on metal", + "style": "industrial memorial" + }, + { + "subGenre": "Graveyards", + "scene": "Moon-blanched hilltop where a single obelisk casts a needle shadow across graves", + "sceneVariants": [ + "Moon-blanched hilltop where a single obelisk casts a needle shadow across graves", + "Sparse grass and scattered stones", + "A ring of low cairns at the base", + "A clear horizon revealing distant lights", + "A cold wind that carries distant voices" + ], + "actions": [ + "Obelisk shadow stretches and retracts unnaturally", + "Small stones vibrate into new patterns", + "A low hum resonates from the obelisk at intervals", + "A distant light blinks in sequence across the skyline" + ], + "camera": "Wide panoramic with slow dolly toward the obelisk", + "accents": [ + "hard moon rim on obelisk edges", + "stone micro-highlights on cairn faces" + ], + "mood": "monolithic hush", + "lighting": "sharp moon with contrast shadows", + "style": "minimalist spectral" + }, + { + "subGenre": "Graveyards", + "scene": "Rain-soaked local cemetery where name plates run and reflections pool", + "sceneVariants": [ + "Rain-soaked local cemetery where name plates run and reflections pool", + "Umbrellas abandoned on a path", + "Name plates blurring in the rain", + "A puddle reflecting a bent cross", + "A caretaker's hat left on a bench" + ], + "actions": [ + "Rain collects in letters and forms transient messages", + "Reflections ripple to reveal different skies", + "A hat lifts and steps away then falls again", + "A flower bouquet sinks slowly into a puddle and resurfaces pristine" + ], + "camera": "Low wet-angle with reflective closeups and slow pan outs", + "accents": [ + "wet metal micro-highlights on plaques", + "water micro-highlights on pooling surfaces" + ], + "mood": "weary cleansing", + "lighting": "overcast rainy diffuse light with reflective accents", + "style": "moody reflective piece" + }, + { + "subGenre": "Graveyards", + "scene": "Ancestral vaults with small family portraits whose eyes seem to track visitors", + "sceneVariants": [ + "Ancestral vaults with small family portraits whose eyes seem to track visitors", + "Velvet-lined caskets glimpsed behind iron grills", + "Names in ornate calligraphy", + "A ledger book with recent entries", + "A faint perfume clinging to an old collar" + ], + "actions": [ + "Portrait eyes shift subtly as visitors pass", + "Ledger pages flip to an empty new entry", + "A ribbon drifts across a family crest though no wind blows", + "A delicate smell of perfume intensifies then dissipates" + ], + "camera": "Steady reverent inserts focusing on portraits and ledger details", + "accents": [ + "warm portrait micro-highlights on glints of varnish", + "velvet micro-highlights on casket linings" + ], + "mood": "intimate familial echo", + "lighting": "soft interior with warm memory pockets", + "style": "ancestral spectral portrait" + }, + { + "subGenre": "Graveyards", + "scene": "Children's burial garden in spring where blossom petals drift over markers", + "sceneVariants": [ + "Children's burial garden in spring where blossom petals drift over markers", + "Cherry trees in bloom and petals carpeting the ground", + "Small hand-painted stones", + "A carved bench with initials", + "A tiny flag fluttering in a breeze" + ], + "actions": [ + "Petals swirl into patterns that suggest tiny footprints", + "A wind carries a faint lullaby across the garden", + "A painted stone slowly turns to face a newly-arrived visitor", + "A small bell chimes softly though no one rings it" + ], + "camera": "Soft crane with delicate slow motion on falling petals", + "accents": [ + "petal micro-highlights to capture delicate motion", + "soft blossom rim on stone edges" + ], + "mood": "tender ache", + "lighting": "soft spring morning with warm fill", + "style": "gently emotional vignette" + }, + { + "subGenre": "Graveyards", + "scene": "Crypt-side candle vigil that continues each night though participants vanish by dawn", + "sceneVariants": [ + "Crypt-side candle vigil that continues each night though participants vanish by dawn", + "Rows of small votive candles burning in a circle", + "A prayer cloth draped over a ledge", + "Names whispered into a recorder left running", + "Ashes collected in small jars" + ], + "actions": [ + "Candles are lit at night by unseen hands", + "Recordings capture faint replies not present in the room", + "A prayer cloth drifts to the ground and folds itself", + "Jars of ash subtly warm though cold air remains" + ], + "camera": "Intimate candle-lit close with slow pan around the vigil", + "accents": [ + "flicker micro-highlights on wax edges", + "soft fabric micro-highlights on prayer cloth" + ], + "mood": "devotional solace with unease", + "lighting": "candle-lit warmth in cool night", + "style": "ritual nocturne" + }, + { + "subGenre": "Graveyards", + "scene": "Final quiet: small hill with a single unmarked stone under a star-swept sky", + "sceneVariants": [ + "Final quiet: small hill with a single unmarked stone under a star-swept sky", + "Distant breathing of the land", + "A thin mist curling low to the ground", + "A lone fox passing silently", + "The Milky Way arcing overhead" + ], + "actions": [ + "A slow exhale of ground mist rises and settles", + "A single star seems to wink in time with a soft chime", + "Footsteps approach then stop a respectful distance away", + "Night insects fall silent for a long beat" + ], + "camera": "Wide contemplative pull out into starlit sky", + "accents": [ + "stellar micro-highlights above and soft ground rim below", + "small stone micro-highlights to make the marker tactile" + ], + "mood": "peaceful closure", + "lighting": "clear starlit night with cool fills", + "style": "poetic ending vignette" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_haunted_houses.json b/src/data/horror_and_mystery_haunted_houses.json new file mode 100644 index 0000000..d3a9f63 --- /dev/null +++ b/src/data/horror_and_mystery_haunted_houses.json @@ -0,0 +1,552 @@ +[ + { + "subGenre": "Haunted Houses", + "scene": "Victorian manor on a hill with boarded windows and creeping ivy at twilight", + "sceneVariants": [ + "Victorian manor on a hill with boarded windows and creeping ivy at twilight", + "Long gravel drive leading to a sagging porch", + "Wind-blown curtains visible through cracks", + "A solitary raven perched on a finial", + "Faint outline of furniture through fogged glass" + ], + "actions": [ + "Front door slowly creaks open by unseen force", + "Shadows pooling in corners like spilled ink", + "Loose shutters banging in intermittent gusts", + "A single window suddenly brightens then goes dark" + ], + "camera": "Slow crane from drive to porch with a jittering handheld approach at threshold", + "accents": [ + "cold rim-lit mist around eaves to enhance silhouette", + "moisture micro-highlights on peeling paint" + ], + "mood": "brooding suspense", + "lighting": "cool twilight with a single warm interior flash", + "style": "classic gothic tableau" + }, + { + "subGenre": "Haunted Houses", + "scene": "Boarded suburban bungalow with children's toys scattered and lawn overgrown", + "sceneVariants": [ + "Boarded suburban bungalow with children's toys scattered and lawn overgrown", + "Swing slowly moving in the wind", + "Faint chalk drawings half-faded on a cracked path", + "Mailbox overflowed with yellowed letters", + "A streetlamp flickering nearby" + ], + "actions": [ + "A distant child's laugh echoes and then stops", + "Toys twitch as if recently used", + "Porchlight pulses in rhythm with an unseen heartbeat", + "Curtain twitches revealing a staring silhouette" + ], + "camera": "Neighborhood steady cam with unsettling low-angle inserts into the windows", + "accents": [ + "sickly amber rim on child's toy plastic to raise uncanny effect", + "dust micro-highlights catching in porchlight" + ], + "mood": "domestic unease", + "lighting": "flickering sodium lamp with cold fill", + "style": "suburban psychological horror" + }, + { + "subGenre": "Haunted Houses", + "scene": "Derelict coastal cottage with storm-tossed curtains and salt-scarred walls", + "sceneVariants": [ + "Derelict coastal cottage with storm-tossed curtains and salt-scarred walls", + "Tide-streaked stones at the base", + "A rope-anchored rowboat half submerged", + "Seagull bones picked clean near the foundation", + "An old lantern swinging with no wind" + ], + "actions": [ + "Waves briefly illuminate a shadow at the window", + "A child's drawing washed onto the floor in the surf's spray", + "Salt flakes drifting down in an impossible interior current", + "Footprints appear in wet sand leading to the cellar hatch" + ], + "camera": "Handheld shoreline approach with tight wet-glass inserts into rooms", + "accents": [ + "cold specular on salt crusts to intensify decay", + "wet-surface micro-highlights in puddles reflecting lantern light" + ], + "mood": "melancholic dread", + "lighting": "strobe-like flash of lightning and deep shadow", + "style": "coastal ghost vignette" + }, + { + "subGenre": "Haunted Houses", + "scene": "Grand manor ballroom frozen in time with dust motes and a toppled chandelier", + "sceneVariants": [ + "Grand manor ballroom frozen in time with dust motes and a toppled chandelier", + "Tattered drapes framing cracked mirrors", + "Faded ballroom floor patterned with old scuffs", + "A rusted gramophone with a single warped record", + "Portraits whose eyes seem to align as you move" + ], + "actions": [ + "Phantom music briefly plays from the gramophone then scratches out", + "Chandelier sways though there is no draft", + "A pair of dancing shadows slide across the floor alone", + "A portrait's painted face weeps a dark streak" + ], + "camera": "Slow dolly through ballroom with periodic push-ins on portraits", + "accents": [ + "thin warm rim on chandelier crystals to catch dust", + "high-detail micro-highlights on cracked varnish and fabric weave" + ], + "mood": "elegant decay", + "lighting": "pale moon shafts through dust-laden air", + "style": "period-jump scare aesthetic" + }, + { + "subGenre": "Haunted Houses", + "scene": "Basement laundry room with humming machines and unexplained wet footprints", + "sceneVariants": [ + "Basement laundry room with humming machines and unexplained wet footprints", + "Flickering fluorescent strip above stained tile", + "Stacked baskets with moth-eaten linens", + "A water-stained calendar page stuck to the wall", + "A child's small shoe behind the dryer" + ], + "actions": [ + "Washer cycles start with no power connected", + "A slow smear appears on the dusty cement floor", + "Steam forms an outline of a face on the cold wall", + "The dryer door bangs open and closed by itself" + ], + "camera": "Low, tight steady with rhythmic cuts matching the hum of machines", + "accents": [ + "cool wet micro-highlights on footprints", + "greasy speculars on old metallic surfaces" + ], + "mood": "claustrophobic unease", + "lighting": "stuttering fluorescent with deep side shadow", + "style": "intimate domestic horror" + }, + { + "subGenre": "Haunted Houses", + "scene": "Hallway lined with childhood drawings that slowly transform as you walk past", + "sceneVariants": [ + "Hallway lined with childhood drawings that slowly transform as you walk past", + "Faded fingerprints on the paint", + "Scattered crayons gone cold", + "A low hum of a distant toy music box", + "A door at the end slightly ajar" + ], + "actions": [ + "Crayon faces subtly shifting expression to watch you", + "Floorboard squeaks syncing with heartbeats", + "The music box melody plays one more verse then rewinds", + "A drawing on the wall bleeds a dark stain" + ], + "camera": "Tracking close with slow parallax to emphasize the shifting art", + "accents": [ + "soft warm rim on colored wax to make colors lurch", + "tiny texture micro-highlights on paper fibers" + ], + "mood": "creeping childlike terror", + "lighting": "dim hallway glow with strong end-of-hall contrast", + "style": "psychological supernatural" + }, + { + "subGenre": "Haunted Houses", + "scene": "Attic filled with trunks and a cracked dollhouse mirroring the house layout", + "sceneVariants": [ + "Attic filled with trunks and a cracked dollhouse mirroring the house layout", + "Beetle-eaten beams and dust-sunken trunks", + "A small hand-shaped imprint on an old trunk", + "Moth wings glittering like sequins", + "Creaking ladder leading down" + ], + "actions": [ + "Miniature lamps inside the dollhouse flicker on matching the main house", + "A tiny chair in the dollhouse moves as though occupied", + "Dust motes reform into the shape of tiny footsteps", + "A whisper comes through the attic slats like child's voice" + ], + "camera": "Macro-to-wide dollhouse reveal with synchronized cuts between scales", + "accents": [ + "tiny warm micro-highlights in dollhouse windows to enhance uncanny mirror", + "textured wood grain micro-highlights on trunks and beams" + ], + "mood": "miniature uncanny valley", + "lighting": "soft attic shafts contrasted with dollhouse warm lights", + "style": "metaphysical object horror" + }, + { + "subGenre": "Haunted Houses", + "scene": "Kitchen with an antique stove where pots boil though nothing is on the burner", + "sceneVariants": [ + "Kitchen with an antique stove where pots boil though nothing is on the burner", + "Yellowed recipe cards pinned to a corkboard", + "A clock stuck at midnight", + "Cupboards partially ajar revealing empty plates", + "A smear of jam on the counter with no jar" + ], + "actions": [ + "Steam curls forming ephemeral handprints above the pot", + "Utensils clatter in a gentle rhythm like a lullaby", + "A tea towel drops from a hook though no one touched it", + "Oven door slowly creaks open to reveal a shadowed interior" + ], + "camera": "Close steady on stove with wider reveals to the rest of the kitchen", + "accents": [ + "warm speculars on boiling droplets for ominous life", + "gloss micro-highlights on cracked enamel" + ], + "mood": "domestic spectral presence", + "lighting": "single warm lamp over stove inside cold kitchen", + "style": "homely haunt" + }, + { + "subGenre": "Haunted Houses", + "scene": "Sunroom overtaken by vines that creep in patterns like writing", + "sceneVariants": [ + "Sunroom overtaken by vines that creep in patterns like writing", + "Broken glass panes and warped wicker furniture", + "A deck where leaves swirl despite no wind", + "A faded tea set half-buried in moss", + "A faded photograph propped on a table" + ], + "actions": [ + "Vines subtly reconfigure to form new symbols over time", + "A teacup tilts and fills with dark rainwater though outside is dry", + "Shadows of hands trail across the glass from inside", + "A bird trapped and then freed in a quick, inexplicable movement" + ], + "camera": "Slow 360 of the sunroom with close-ups on vine-lettering", + "accents": [ + "green rim micro-highlights to emphasize organic intrusion", + "wet moss micro-highlights on wicker and china" + ], + "mood": "nature turned intimate threat", + "lighting": "soft filtered daylight with unnatural green tint", + "style": "eco-supernatural" + }, + { + "subGenre": "Haunted Houses", + "scene": "Study with a fireplace where the letters of books rearrange into names", + "sceneVariants": [ + "Study with a fireplace where the letters of books rearrange into names", + "Leather-bound tomes and an overturned inkwell", + "A map pinned with unreadable pins", + "A grandfather clock ticking unevenly", + "A single chair facing the empty hearth" + ], + "actions": [ + "Book spines shift to show new letters as if rewritten", + "A pen scratches across paper though no hand moves it", + "Ash in the hearth forms symbols then disperses", + "The clock ticks backward for a breath then returns" + ], + "camera": "Medium slow pan with macro cuts on changing book titles", + "accents": [ + "soft ember rim on page edges to highlight alteration", + "ink micro-highlights catching the light" + ], + "mood": "intellectual unease", + "lighting": "warm hearth contrast with cool room fill", + "style": "occult library vignette" + }, + { + "subGenre": "Haunted Houses", + "scene": "Nursery where lullaby plays faintly and a mobile turns without a breeze", + "sceneVariants": [ + "Nursery where lullaby plays faintly and a mobile turns without a breeze", + "Small bed with rumpled sheets", + "Mobile shadows spinning on the ceiling", + "A faded nameplate on the wall", + "A rocking chair with a slow, empty sway" + ], + "actions": [ + "Music box winds with no visible mechanism", + "Tiny blankets fold themselves neatly", + "A soft tiny handprint appears on the window", + "The rocking chair rocks once then stops suddenly" + ], + "camera": "Low intimate close-ups paired with a slow orbit of the room", + "accents": [ + "warm nursery micro-highlights on soft fabric fibers", + "subtle mist rim on window to suggest breath" + ], + "mood": "haunting lullaby", + "lighting": "soft moonlit glow with internal amber lamp", + "style": "melancholic spectral" + }, + { + "subGenre": "Haunted Houses", + "scene": "Porch with peeling paint where phantom footprints lead into a nearby cornfield", + "sceneVariants": [ + "Porch with peeling paint where phantom footprints lead into a nearby cornfield", + "A wind-chime stuck mid-tinkle", + "Tall corn rustling although no wind", + "A child's kite snagged on a post", + "An abandoned bicycle half-buried in leaves" + ], + "actions": [ + "Footprints appear wet then quickly dry but continue deeper", + "A distant humming draws the camera toward the field", + "Kite flutters in a direction that guides the viewer", + "Corn stalks fold to reveal a small, empty space in a spiral" + ], + "camera": "Slow push from porch down into field with low-angle perspective", + "accents": [ + "golden rim on dry stalks to contrast with dark path", + "soil micro-highlights to accent footprints" + ], + "mood": "rural uncanny", + "lighting": "late-evening amber with creeping shadow", + "style": "folk-horror vignette" + }, + { + "subGenre": "Haunted Houses", + "scene": "Glass-enclosed conservatory where faces press against fogged panes from the outside", + "sceneVariants": [ + "Glass-enclosed conservatory where faces press against fogged panes from the outside", + "Exotic plants wilting in unnatural patterns", + "Damp glass with dozens of handprints", + "Broken potted plants left to rot", + "A pair of shoes left by the fern stand" + ], + "actions": [ + "Faces form then melt away on the fogged glass", + "Potted soil shifts as if grown from within", + "A single leaf falls upward toward the ceiling", + "Condensation writes a slowly spelled single word before dripping away" + ], + "camera": "Tight glass insert with wide reveal of the plant interiors", + "accents": [ + "moisture micro-highlights on glass to emphasize faces", + "soft green rim on leaf veins" + ], + "mood": "suffocating otherness", + "lighting": "damp overcast with green-filtered highlights", + "style": "botanical uncanny" + }, + { + "subGenre": "Haunted Houses", + "scene": "Guest bedroom where the bed is perfectly made though signs of recent use exist", + "sceneVariants": [ + "Guest bedroom where the bed is perfectly made though signs of recent use exist", + "A hot cup cooling on the bedside table", + "A single shoe tucked under the bed", + "A perfume scent hanging in the air", + "A diary left open to an empty entry" + ], + "actions": [ + "Blanket creases form as if someone rose and sat again", + "A page turns in the diary though the wind is still", + "A faint silhouette crosses the doorway and dissipates", + "A clock rewinds a few minutes and then continues" + ], + "camera": "Soft dolly with intimate POV from the bedside", + "accents": [ + "warm textile micro-highlights to make bed seem freshly used", + "perfume micro-glints in air particles" + ], + "mood": "unsettling hospitality", + "lighting": "soft bedside lamp glow contrasted with deep window shadow", + "style": "quiet domestic spectral" + }, + { + "subGenre": "Haunted Houses", + "scene": "Staircase that extends further than the house allows, vanishing into a darkness that hums", + "sceneVariants": [ + "Staircase that extends further than the house allows, vanishing into a darkness that hums", + "Polished banister reflecting impossible angles", + "A runner rug frayed at the edges", + "Small scuffs on alternating steps", + "A portrait halfway up turned to watch" + ], + "actions": [ + "Steps creak in sequence though no one climbs", + "A low humming resonates from the dark upper landing", + "The length of the staircase seems to subtly shift when not looked at", + "A hand briefly grasps the banister and then disappears" + ], + "camera": "Slow track up stairs with a lengthening lens to distort perspective", + "accents": [ + "soft gloss micro-highlights on banister", + "textured runner micro-highlights for tactile unease" + ], + "mood": "spatial disorientation", + "lighting": "narrow directional shaft from unseen source", + "style": "escher-like paranormal" + }, + { + "subGenre": "Haunted Houses", + "scene": "Garden maze outside a manor where hedges whisper and paths rearrange at night", + "sceneVariants": [ + "Garden maze outside a manor where hedges whisper and paths rearrange at night", + "Stone statues half-hidden in leaves", + "A moonlit reflecting pool at center", + "Lanterns at the path's edge slowly extinguishing", + "An echoing distant bell" + ], + "actions": [ + "Paths subtly shift, leading to different exits", + "Hedges whisper names when a listener passes", + "Statues turn their heads incrementally", + "Waters in the pool ripple though no breeze stirs" + ], + "camera": "Aerial to ground transition with handheld in-maze wandering", + "accents": [ + "moonlit micro-highlights on leaf edges to map paths", + "stone micro-highlights to show statue detail" + ], + "mood": "labyrinthine dread", + "lighting": "sharp moon contrast with soft pool glow", + "style": "surreal garden horror" + }, + { + "subGenre": "Haunted Houses", + "scene": "Telephone room where old rotary phones ring and split voices whisper through receivers", + "sceneVariants": [ + "Telephone room where old rotary phones ring and split voices whisper through receivers", + "Stacks of answering machine tapes scattered", + "Dusty switchboard panels with loose cables", + "A single red light blinking slowly", + "A wall of framed outdated phone directories" + ], + "actions": [ + "Phones ring in impossible sequences then cut to static", + "Voices overlap speaking names and dates not yet occurred", + "A cord wraps slowly around a chair leg as if guided", + "A dial rotates on its own and lands on a blank number" + ], + "camera": "Tight low-light with intrusive close-ins on receiver cords", + "accents": [ + "cold plastic micro-highlights on handset curves", + "tiny LED micro-highlights on blinking lights" + ], + "mood": "technological haunt", + "lighting": "strobe-like telephone flashes in shadow", + "style": "analog paranormal piece" + }, + { + "subGenre": "Haunted Houses", + "scene": "Parlor with a wall of clocks that all stop at different minutes corresponding to past tragedies", + "sceneVariants": [ + "Parlor with a wall of clocks that all stop at different minutes corresponding to past tragedies", + "Mantel with stacked family photos", + "A faint scent of old perfume", + "A single chair facing the wall like a shrine", + "Cracked glass faces on some clocks" + ], + "actions": [ + "Clocks tick-sync in unnatural rhythm before freezing again", + "A mourner's portrait seems to tilt slightly toward you", + "A slow wind blows pages of a memorial book", + "Time on a single clock advances a full hour in a blink" + ], + "camera": "Medium pan across clocks with clock-face close-ups", + "accents": [ + "glass micro-highlights reflecting fractured time", + "paper micro-highlights on memorial pages" + ], + "mood": "temporal melancholy", + "lighting": "muted ambient with spotlit clock faces", + "style": "time-themed gothic" + }, + { + "subGenre": "Haunted Houses", + "scene": "Laundry chute where small objects slide up instead of down and faint giggles echo", + "sceneVariants": [ + "Laundry chute where small objects slide up instead of down and faint giggles echo", + "Basement mouth with a cold steel ring", + "A sock stuck halfway up covered in soot", + "A small child's hat wedged near a seam", + "Damp odor and iron tang" + ], + "actions": [ + "Items reverse direction and return to upper floors", + "A muffled giggle loops in echo with each reversal", + "Lint patterns coagulate into a face", + "The chute briefly exhales a cold breath" + ], + "camera": "Low downward insert with sudden upward whip to show reversal", + "accents": [ + "metal micro-highlights on chute rims", + "lint micro-highlights forming patterns" + ], + "mood": "playful menace", + "lighting": "deep basement shadow with singular cold rim", + "style": "domestic uncanny" + }, + { + "subGenre": "Haunted Houses", + "scene": "Pantry where jars rattle in Morse-like code and the spice labels read names", + "sceneVariants": [ + "Pantry where jars rattle in Morse-like code and the spice labels read names", + "Wooden shelves sagging with tins", + "A moth-eaten burlap sack with a stitched date", + "A sticky footprint halfway up a shelf", + "A small drawer filled with folded, old theater tickets" + ], + "actions": [ + "Jars rattle in patterned sequences that seem meaningful", + "Spice labels rearrange to spell out a warning", + "A drawer opens exposing a child's folded note", + "A single spice cloud erupts and smells like the past" + ], + "camera": "Macro close with rhythmic cuts synced to jar rattles", + "accents": [ + "glass micro-highlights on jars for tactile sound emphasis", + "paper micro-highlights on the folded note" + ], + "mood": "coded intimacy", + "lighting": "narrow warm pantry lamp against cool ambient", + "style": "whispered horror vignette" + }, + { + "subGenre": "Haunted Houses", + "scene": "Window seat where frost draws patterns of faces and sometimes weeps", + "sceneVariants": [ + "Window seat where frost draws patterns of faces and sometimes weeps", + "A stack of yellowing letters on the sill", + "A teacup with a lipstick ring that fades", + "A doll perched beside the pillow", + "A small name embroidered on the cushion" + ], + "actions": [ + "Frost slowly forms eyes and mouths then melts into tears", + "A letter lifts slightly as if read by invisible hand", + "The doll turns its head a fraction when unobserved", + "A teacup refills with cold replenishing condensation" + ], + "camera": "Tender close with delicate macro on frost patterns", + "accents": [ + "crystal micro-highlights on frost edges", + "fabric micro-highlights on embroidered name" + ], + "mood": "melancholy haunt", + "lighting": "soft cold window glow with interior lamp warmth", + "style": "poignant supernatural vignette" + }, + { + "subGenre": "Haunted Houses", + "scene": "Final reveal: cellar door opens to a corridor lined with hundreds of tiny doors", + "sceneVariants": [ + "Final reveal: cellar door opens to a corridor lined with hundreds of tiny doors", + "Low ceiling dripping with damp", + "Little brass knobs tarnished with age", + "A single key on a chain hanging in the center", + "A scent of old lavender and iron" + ], + "actions": [ + "Tiny doors creak open one by one revealing whispered scenes", + "A key floats and turns several locks simultaneously", + "A distant, layered chorus of voices answers the key turn", + "Corridor seems to lengthen as you walk, doors multiplying" + ], + "camera": "Long corridor dolly with micro close-ups on each tiny door", + "accents": [ + "soft brass micro-highlights on knobs", + "moisture micro-highlights on corridor walls" + ], + "mood": "resolute uncanny closure", + "lighting": "deep cellar shadow pierced by pinpoint warm lights", + "style": "final mystery tableau" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_occult_rituals.json b/src/data/horror_and_mystery_occult_rituals.json new file mode 100644 index 0000000..098bda8 --- /dev/null +++ b/src/data/horror_and_mystery_occult_rituals.json @@ -0,0 +1,527 @@ +[ + { + "subGenre": "Occult Rituals", + "scene": "Midnight basement circle lit by ringed candles and sigils drawn in chalk", + "sceneVariants": [ + "Midnight basement circle lit by ringed candles and sigils drawn in chalk", + "A dusty wooden table stacked with bone artifacts", + "A hanging mirror clouded with handprints", + "A tarpaulin with strange stains", + "A single chair left empty at the circle's edge" + ], + "actions": [ + "Participants chant softly in overlapping rhythms", + "A sigil faintly emits a pulse of light in time with a whispered name", + "Candles flicker outward from the center as if repelled", + "A single match ignites a line of dust that trails toward a crack in the floor" + ], + "camera": "Low circular dolly around the ring with intercut medium close-ups on hands", + "accents": [ + "candle micro-highlights on wax drips", + "chalk micro-highlights to emphasize line texture" + ], + "mood": "tense concentration", + "lighting": "warm candle cores with cool peripheral gloom", + "style": "intimate ritual study" + }, + { + "subGenre": "Occult Rituals", + "scene": "Rooftop pentagram drawn in tar and ash with city lights far below", + "sceneVariants": [ + "Rooftop pentagram drawn in tar and ash with city lights far below", + "A coil of rope laid precisely by a railing", + "A radio transmitting a low, barely audible tone", + "A crow perched on a lamp post watching", + "A gas lamp sputtering on a nearby terrace" + ], + "actions": [ + "Ash motes swirl into columned forms above each point", + "A radio tone aligns to form a harmonic with a chant", + "A crow cocks its head then takes flight scattering embers", + "The city's distant din briefly synchronizes with the ritual cadence" + ], + "camera": "Wide establishing to intimate low-angle inserts on pentagram points", + "accents": [ + "tar micro-highlights on glossy wet lines", + "city micro-highlights as distant bokeh" + ], + "mood": "public secrecy", + "lighting": "urban glow with isolated warm ritual pools", + "style": "liminal urban occult" + }, + { + "subGenre": "Occult Rituals", + "scene": "Forest clearing altar of stacked stones and offerings under a waxing moon", + "sceneVariants": [ + "Forest clearing altar of stacked stones and offerings under a waxing moon", + "Feathers and coins hung from low branches", + "A braided cord encircling a stump", + "A small bowl filled with ink-dark water", + "A pair of worn boots left neatly at the edge" + ], + "actions": [ + "Offerings tremble then reassemble into a new shape", + "A bowl fogs to reveal a short vision then clears", + "A stone stack shifts one by one to form a miniature doorway", + "Feathers tilt to point an invisible direction" + ], + "camera": "Slow crane into the altar with close inserts on offerings", + "accents": [ + "stone micro-highlights on wet surfaces", + "feather micro-highlights catching moon glow" + ], + "mood": "folk solemnity", + "lighting": "soft moon with cool canopy shadows", + "style": "natural incantation vignette" + }, + { + "subGenre": "Occult Rituals", + "scene": "Antique study where arcane diagrams cover the floor and a globe spins counterclockwise", + "sceneVariants": [ + "Antique study where arcane diagrams cover the floor and a globe spins counterclockwise", + "A brass astrolabe on a stand", + "A stool with an ink-stained robe draped", + "A fireplace extinguished though the embers still warm", + "Shelves of oddities in glass jars" + ], + "actions": [ + "Diagrams glow in sequence producing a map of constellations", + "The globe rotates then pauses pointing to an empty ocean", + "A robe stirs as though worn for an instant", + "Pins in a corkboard twitch as if rearranged by thought" + ], + "camera": "Steady overhead with micro tilts to instrument faces", + "accents": [ + "brass micro-highlights on astrolabe arms", + "paper micro-highlights on inked lines" + ], + "mood": "erudite invocation", + "lighting": "lamplight core with cool shelf shadows", + "style": "scholarly occult tableau" + }, + { + "subGenre": "Occult Rituals", + "scene": "Seaside cliff shrine where tide-washed bones are arranged in a spiral", + "sceneVariants": [ + "Seaside cliff shrine where tide-washed bones are arranged in a spiral", + "A driftwood cross staked into the sand", + "Tangles of kelp threaded with shells", + "A cairn with tied ribbons", + "A small weathered bell hung from a post" + ], + "actions": [ + "Waves carry fragments that slot into the spiral perfectly", + "Bones faintly hum when the bell is struck though the bell remains still", + "Kelp threads draw themselves taut and form new knots", + "A shell opens and closes in slow time revealing a micro-glyph" + ], + "camera": "Aerial sweep into low tideline with close hand-held shell inserts", + "accents": [ + "bone micro-highlights on worn edges", + "water micro-highlights on tidal beads" + ], + "mood": "salted reverence", + "lighting": "pale dawn with cool ocean sheen", + "style": "maritime ritual portrait" + }, + { + "subGenre": "Occult Rituals", + "scene": "Underground catacomb where candles are placed in alcoves and whispers echo back", + "sceneVariants": [ + "Underground catacomb where candles are placed in alcoves and whispers echo back", + "Carved nameplates with tiny offerings", + "Rusty chains draped along walls", + "A single carved mask mounted to a niche", + "Mottled limestone floor" + ], + "actions": [ + "Candles flare as footsteps pass then settle", + "Whispers return the exact names uttered earlier", + "Chains clink in a sequence that marks out a message", + "A mask's mouth moves to form a vowel and then is still" + ], + "camera": "Low dolly with long reverent pulls into deeper alcoves", + "accents": [ + "candle micro-highlights on carved rim", + "stone micro-highlights on incision scars" + ], + "mood": "ancestral echo", + "lighting": "candle pockets with cathedral shadow", + "style": "subterranean rite" + }, + { + "subGenre": "Occult Rituals", + "scene": "Abandoned greenhouse where sigils are drawn on fogged panes and plants lean inward", + "sceneVariants": [ + "Abandoned greenhouse where sigils are drawn on fogged panes and plants lean inward", + "Motes of pollen caught in beamed light", + "Broken pots and trailing vines", + "A rusted watering can with a braided cord", + "Window panes wet with condensation" + ], + "actions": [ + "Fogged panes clear to show different seasons behind them", + "Vines twist into letters then relax", + "Pollen drifts into a perfect spiral above a soil patch", + "A watering can drips in a rhythm like a slow code" + ], + "camera": "Macro botanical inserts with slow rotational reveals", + "accents": [ + "leaf micro-highlights on vein patterns", + "glass micro-highlights catching condensation beads" + ], + "mood": "botanical mystery", + "lighting": "soft greenhouse shafts with warm humidity glow", + "style": "horticultural occult" + }, + { + "subGenre": "Occult Rituals", + "scene": "Desert circle of painted stones where heat shimmers and the ground hums", + "sceneVariants": [ + "Desert circle of painted stones where heat shimmers and the ground hums", + "A scrim of mica and glass shards", + "A low carved basin half-filled with dusty sand", + "A line of small fires long-since smoldered", + "Wind-drifted paper talismans pinned between rocks" + ], + "actions": [ + "Heat shimmer coalesces into a transient outline of a face", + "Basin sand arranges into a map when a talisman is placed", + "Paper talismans unroll to reveal single words then curl back", + "Small embers glow in sequence following an invisible hand" + ], + "camera": "Low desert sweep with telephoto compression and close basin macro", + "accents": [ + "sand micro-highlights on grain edges", + "ember micro-highlights for small warmth dots" + ], + "mood": "arid awe", + "lighting": "harsh daylight with hot shimmer", + "style": "desert mystic vignette" + }, + { + "subGenre": "Occult Rituals", + "scene": "Warehouse floor covered with maps, candles, and pins marking a network of lines", + "sceneVariants": [ + "Warehouse floor covered with maps, candles, and pins marking a network of lines", + "A spool of string trailing between pinned points", + "A projector casting a constant starfield", + "A metal folding chair with a coat draped", + "A large chalkboard with tally marks" + ], + "actions": [ + "Pins glow when the string touches them, sending a ripple across the map", + "The projector image distorts to reveal a hidden route", + "A tally mark erases itself and rewrites in a different corner", + "A chair creaks as if recently vacated" + ], + "camera": "Top-down map glide with close pin-to-string inserts", + "accents": [ + "paper micro-highlights on map folds", + "string micro-highlights on taut segments" + ], + "mood": "strategic invocation", + "lighting": "cool warehouse spill with warm candle hotspots", + "style": "operational occult" + }, + { + "subGenre": "Occult Rituals", + "scene": "Cliffside monolith with rubbed glyphs that release faint wind-songs at dusk", + "sceneVariants": [ + "Cliffside monolith with rubbed glyphs that release faint wind-songs at dusk", + "A narrow path of worn rock", + "A cluster of small prayer stones", + "A braided rope barrier", + "A distant gull cry lowered to a song" + ], + "actions": [ + "Glyphs sing when rubbed in a sequence creating harmonic resonances", + "Prayer stones vibrate and shift orientation slightly", + "Wind carries a stanza of a forgotten verse then falls", + "Rope hums as if strummed" + ], + "camera": "Wide cliff pull to intimate glyph macro with sound-aware cuts", + "accents": [ + "rock micro-highlights on rubbed edges", + "wind micro-highlights as visible salt spray" + ], + "mood": "aerial liturgy", + "lighting": "dusk with long horizon glow", + "style": "sung ritual" + }, + { + "subGenre": "Occult Rituals", + "scene": "Subterranean subway car converted into a shrine with talismans hanging from straps", + "sceneVariants": [ + "Subterranean subway car converted into a shrine with talismans hanging from straps", + "Graffiti sigils under seats", + "A floor mosaic of tiny coins", + "A dangling radio set on low static", + "A lantern in place of an overhead light" + ], + "actions": [ + "Talisman straps sway though no train moves", + "Coins tremble into a face-like pattern", + "Static resolves into a single whispered phrase", + "Mosaic tiles shift hue momentarily under feet" + ], + "camera": "Handheld through aisles with strap-level closeups and mosaic macro", + "accents": [ + "metal micro-highlights on coin rims", + "fabric micro-highlights on talisman threads" + ], + "mood": "urban sanctum", + "lighting": "low lantern pools amid subway dark", + "style": "commuter-ritual vignette" + }, + { + "subGenre": "Occult Rituals", + "scene": "A bell tower repurposed with hanging charms and a ladder leading to an oculus", + "sceneVariants": [ + "A bell tower repurposed with hanging charms and a ladder leading to an oculus", + "A coil of rope and frayed sisal", + "A ledger nailed to a beam", + "A sequence of small mirrors hung at intervals", + "A weather vane spinning too slowly" + ], + "actions": [ + "Mirrors align reflections to show a different horizon", + "A ledger page turns to highlight a single line in red ink", + "Charms twitch as the oculus opens to a patch of sky", + "Rope hums in a low tone that harmonizes with distant bells" + ], + "camera": "Vertical ladder climb with oculus reveal and mirror inserts", + "accents": [ + "glass micro-highlights on mirror rims", + "rope micro-highlights on fray ends" + ], + "mood": "elevated ritual", + "lighting": "high skylight contrast with warm beam accents", + "style": "towered incantation" + }, + { + "subGenre": "Occult Rituals", + "scene": "A winter solstice circle on frozen marsh where the ice holds trapped embers", + "sceneVariants": [ + "A winter solstice circle on frozen marsh where the ice holds trapped embers", + "Frosted reeds bowed low", + "A ring of carved wooden figures half-submerged", + "A smoke plume curling into a single glyph", + "Boot prints trailing to the circle" + ], + "actions": [ + "Embers beneath the ice pulse in time with a low chant", + "Wooden figures steam then settle into new poses", + "Smoke curls into letters which sink into frost", + "Boot prints fill with a luminous slurry briefly" + ], + "camera": "Cold wide into intimate ice macro with slow rhythm edits", + "accents": [ + "ice micro-highlights on embers", + "wood micro-highlights on carved grain" + ], + "mood": "cold ritual warmth", + "lighting": "pale winter dawn with warm inner glows", + "style": "solstice invocation" + }, + { + "subGenre": "Occult Rituals", + "scene": "A hidden speakeasy sanctum where runic cocktails are served from a back bar", + "sceneVariants": [ + "A hidden speakeasy sanctum where runic cocktails are served from a back bar", + "Velvet banquettes and low glassware", + "A bartender mixing with a bone-handled spoon", + "A chalkboard menu listing lunar phases", + "A neon sigil above the back door" + ], + "actions": [ + "Cocktails smoke and show transient images of distant places", + "Glassware hums with a note matching the drink's rune", + "A patron lifts a glass and the room reorders around the sip", + "A neon bar sign pulses when a new guest crosses the threshold" + ], + "camera": "Low bar-level dolly with close glass micro-inserts", + "accents": [ + "glass micro-highlights on rim reflections", + "velvet micro-highlights catching small motion" + ], + "mood": "cocktail occult allure", + "lighting": "warm low bar pools with neon pinpoints", + "style": "noir occult lounge" + }, + { + "subGenre": "Occult Rituals", + "scene": "A railway platform where markings on sleepers outline a ritual map at dawn", + "sceneVariants": [ + "A railway platform where markings on sleepers outline a ritual map at dawn", + "A broken timetable pinned to a post", + "A ticket stub with a strange stamp", + "A single suitcase left on the bench", + "A distant train whistle" + ], + "actions": [ + "Markings glow when the first commuter steps across them", + "Timetable numbers rearrange to spell a name", + "Suitcase lid opens to release a soft bell sound", + "A ticket stub flutters and returns to the bench" + ], + "camera": "Long platform tracking with sleeper-level macro inserts", + "accents": [ + "wood micro-highlights on sleeper grain", + "metal micro-highlights on rail edges" + ], + "mood": "transient rite", + "lighting": "early dawn with cool platform shadow", + "style": "commuter liminal ritual" + }, + { + "subGenre": "Occult Rituals", + "scene": "A suburban basement where old televisions display looping sigils and static hums in rhythm", + "sceneVariants": [ + "A suburban basement where old televisions display looping sigils and static hums in rhythm", + "A couch covered in a tarp", + "A stack of VHS tapes labeled with dates", + "A fluorescent tube that flickers like a strobe", + "A child's poster half-peeling" + ], + "actions": [ + "TV screens fold live faces into sigils then return to snow", + "Static pulses in wave patterns that sync with a chant", + "A VHS tape rewinds and inserts a different shot than expected", + "A tarp twitches as if covering a figure that breathes" + ], + "camera": "Low domestic inserts with TV-screen reflection shots", + "accents": [ + "screen micro-highlights on pixel noise", + "tape micro-highlights on edge reels" + ], + "mood": "household uncanny", + "lighting": "cold fluorescent with warm TV glow", + "style": "retro occult vignette" + }, + { + "subGenre": "Occult Rituals", + "scene": "A temple ruin overtaken by vines where carved masks are set in ceremonial rows", + "sceneVariants": [ + "A temple ruin overtaken by vines where carved masks are set in ceremonial rows", + "Broken columns half-submerged in earth", + "A shallow reflecting basin edged with lichen", + "Stone benches arranged for an audience", + "A central plinth with a single relic" + ], + "actions": [ + "Masks tilt to track a lone visitor", + "Vines retreat to reveal fresh carving beneath", + "The basin shows a different sky for a brief beat", + "The relic emits a soft chiming that harmonizes with wind" + ], + "camera": "Slow archaeological pan with mask-level closeups", + "accents": [ + "stone micro-highlights on carved detail", + "vine micro-highlights on vein texture" + ], + "mood": "ruined sanctity", + "lighting": "dappled ruin light with cool shade", + "style": "archaeological ritual study" + }, + { + "subGenre": "Occult Rituals", + "scene": "An observatory dome where an augury uses star-charts around a central telescope", + "sceneVariants": [ + "An observatory dome where an augury uses star-charts around a central telescope", + "A brass equatorial mount polished to a shine", + "Stacks of annotated star charts", + "A hanging brass lamp with occult notches", + "A skylight aperture bleeding moonlight" + ], + "actions": [ + "Charts reorient as if guided to a new constellation", + "The telescope lens fogs revealing a tiny scene within", + "Brass lamp markings glow to indicate a date", + "A star's position on a chart shifts a single degree" + ], + "camera": "Rotational dome sweep with lens macro and chart inserts", + "accents": [ + "brass micro-highlights on mount edges", + "paper micro-highlights on chart fibers" + ], + "mood": "cosmic divination", + "lighting": "cool moon with warm instrument cores", + "style": "astral ritual vignette" + }, + { + "subGenre": "Occult Rituals", + "scene": "A crossroads grave where votive candles and carved stakes mark a pact-site", + "sceneVariants": [ + "A crossroads grave where votive candles and carved stakes mark a pact-site", + "A faded wooden placard nailed to a post", + "A small glass bottle sealed with wax", + "A charcoal circle roughly traced", + "A child's shoe nailed as an offering" + ], + "actions": [ + "Candles flare in a clockwise wave across stakes", + "Wax seals rearrange to form a new sigil", + "The placard briefly reads a new name then fades", + "A bottle hums faintly and condenses water on its interior" + ], + "camera": "Intimate stake-level push with votive macro and placard pulls", + "accents": [ + "wax micro-highlights on drips", + "wood micro-highlights on grain texture" + ], + "mood": "pactful unease", + "lighting": "sombre twilight with small candle warmth", + "style": "field pact tableau" + }, + { + "subGenre": "Occult Rituals", + "scene": "A moonlit orchard where ritual ropes hang between trees and small bells mark nodes", + "sceneVariants": [ + "A moonlit orchard where ritual ropes hang between trees and small bells mark nodes", + "Hanging apples dark with dew", + "A stone bench with carved initials", + "A lantern hung from a low branch", + "A line of footmarks leading to a root hollow" + ], + "actions": [ + "Bells chime without wind forming a deliberate sequence", + "Apples tremble and drop in an ordered pattern", + "Ropes tighten then slacken like drawn breath", + "A root hollow exhales a faint green mote" + ], + "camera": "Low orchard tracking with bell micro-inserts and root hollow macro", + "accents": [ + "fruit micro-highlights on wet skin", + "rope micro-highlights on fiber twist" + ], + "mood": "pastoral enchantment", + "lighting": "soft moon with lantern accents", + "style": "orchard rite vignette" + }, + { + "subGenre": "Occult Rituals", + "scene": "Final hush: a stone circle at dawn where the last offering dissolves and the ground exhales", + "sceneVariants": [ + "Final hush: a stone circle at dawn where the last offering dissolves and the ground exhales", + "Mist lifting in thin bands", + "A single token half-submerged in dew", + "A ring of crushed herbs arranged like a spine", + "A horizon burning faintly gold" + ], + "actions": [ + "Offering dissolves into a fine luminous dust that drifts upward", + "The ground exhales a visible breath that ripples outward", + "Herbs settle into a new, unreadable pattern", + "Mist gathers briefly to form a small door then fades" + ], + "camera": "Wide contemplative pull back ending on a small detail macro", + "accents": [ + "dew micro-highlights on token edges", + "herb micro-highlights to show texture" + ], + "mood": "resigned closure", + "lighting": "first pale sunrise with cool residual shade", + "style": "poetic conclusion" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_possessions.json b/src/data/horror_and_mystery_possessions.json new file mode 100644 index 0000000..9340d32 --- /dev/null +++ b/src/data/horror_and_mystery_possessions.json @@ -0,0 +1,302 @@ +[ + { + "subGenre": "Possessions", + "scene": "Family living room where a child's toy changes position overnight and whispers answers", + "sceneVariants": [ + "Family living room where a child's toy changes position overnight and whispers answers", + "A rocking chair that creaks by itself", + "A framed family photo with one face blurred", + "A TV remote that vanishes and reappears", + "A faint smell of lilies in the air" + ], + "actions": [ + "Toy turns its head to follow movement in the room", + "The rocking chair completes a slow, precise arc then stops", + "A whisper answers a question before it is finished", + "Photos shift subtly so an arm points to a new object" + ], + "camera": "Tender close-ups on toy and photo with slow room reveal", + "accents": [ + "soft rim on toy gloss to emphasize motion", + "warm fabric micro-highlights to draw intimacy" + ], + "mood": "domestic uncanny", + "lighting": "soft evening with pocketed warm lamp", + "style": "intimate haunting" + }, + { + "subGenre": "Possessions", + "scene": "Old farmhouse bedroom where a mirror shows someone else in the reflection at midnight", + "sceneVariants": [ + "Old farmhouse bedroom where a mirror shows someone else in the reflection at midnight", + "A narrow bed with quilt folded at the foot", + "A wardrobe door slightly ajar", + "A moth-eaten curtain stirring though window closed", + "An oil lamp sputtering" + ], + "actions": [ + "Mirror reflection performs small acts not matched by reality", + "A hand appears in the glass and withdraws leaving droplets", + "Wardrobe creaks in time with the reflected actor", + "Oil lamp dims when the mirror image looks directly at it" + ], + "camera": "Slow push into mirror with over-shoulder cuts", + "accents": [ + "glass micro-highlights on reflection distortions", + "fabric micro-highlights on quilt stitches" + ], + "mood": "personal dread", + "lighting": "pocketed lamp glow with deep periphery", + "style": "psychological domestic" + }, + { + "subGenre": "Possessions", + "scene": "Hospital room where an empty chair suddenly carries marks of someone who just sat", + "sceneVariants": [ + "Hospital room where an empty chair suddenly carries marks of someone who just sat", + "A bed with rails up and IV line still attached", + "A nurse's clipboard left open", + "A window with rain tracks", + "A bouquet of wilted flowers" + ], + "actions": [ + "Chair cushion dents and rebounds though unseen", + "Clipboard shows new handwriting that wasn't there before", + "Curtains twitch as if someone passed between bed and window", + "Flowers tilt toward the chair as if offering comfort" + ], + "camera": "Clinical steady with close evidence inserts", + "accents": [ + "metal micro-highlights on rails", + "paper micro-highlights on clipboard edges" + ], + "mood": "clinical unease", + "lighting": "cool fluorescents with single warm monitor", + "style": "procedural haunt" + }, + { + "subGenre": "Possessions", + "scene": "City apartment where a smart speaker begins singing lullabies and answering questions in a stranger's voice", + "sceneVariants": [ + "City apartment where a smart speaker begins singing lullabies and answering questions in a stranger's voice", + "Minimalist shelf with tech devices", + "A half-packed suitcase near the door", + "A coffee mug cooling on a table", + "A rooftop view of distant windows" + ], + "actions": [ + "Device mimics voices of lost relatives", + "Playlists shuffle to songs that trigger memory flashes", + "Notifications appear with names that shouldn't be present", + "Smart lights dim to a heartbeat rhythm" + ], + "camera": "Intimate apartment inserts with device-level POV", + "accents": [ + "LED micro-highlights on device rim", + "glass micro-highlights on window reflections" + ], + "mood": "modern intrusion", + "lighting": "ambient city glow with device pinpoints", + "style": "techno-uncanny" + }, + { + "subGenre": "Possessions", + "scene": "Antique shop where a music box winds itself and a shopkeeper refuses to speak of its origin", + "sceneVariants": [ + "Antique shop where a music box winds itself and a shopkeeper refuses to speak of its origin", + "Stacks of brass and porcelain", + "A ledger with old purchase dates", + "A dusty bell above the door", + "A cat sleeping on velvet" + ], + "actions": [ + "Music box plays a lullaby associated with a long-ago family", + "Ledger ink darkens to add a new buyer's name overnight", + "An object tilts on its own to face a newcomer", + "The cat lifts its head and hisses at empty air" + ], + "camera": "Cramped shop-level with tight object macros", + "accents": [ + "porcelain micro-highlights on crazed glaze", + "metal micro-highlights on brass patina" + ], + "mood": "antiquarian dread", + "lighting": "warm shop-lamp glow with dusty beams", + "style": "found-object haunt" + }, + { + "subGenre": "Possessions", + "scene": "School classroom after hours where chalk letters rearrange to spell warnings", + "sceneVariants": [ + "School classroom after hours where chalk letters rearrange to spell warnings", + "Rows of desks and a teacher's desk with an apple", + "A globe turned to a forgotten continent", + "A blackboard half-wiped", + "A poster on manners peeling at the corners" + ], + "actions": [ + "Chalk moves to form names and dates", + "Desks show impressions of an unseen group meeting", + "The globe shifts a single degree each midnight", + "A ruler snaps to point at an empty doorway" + ], + "camera": "Wide classroom pan to tight chalk macro", + "accents": [ + "chalk micro-highlights on stroke edges", + "wood micro-highlights on desk grain" + ], + "mood": "institutional upset", + "lighting": "cool after-hours with single emergency lighting", + "style": "youth haunt" + }, + { + "subGenre": "Possessions", + "scene": "Small town bakery where a loaf rises to form a message in the crust", + "sceneVariants": [ + "Small town bakery where a loaf rises to form a message in the crust", + "Flour dusting on counter", + "A baker's apron hung on a peg", + "A display of hand-scrawled specials", + "A clock above the oven" + ], + "actions": [ + "Crust cracks to reveal letters that mean something personal", + "Oven timer rings though no heat is present", + "A rolling pin rolls a fraction across the counter on its own", + "A window fogs with the shape of a message" + ], + "camera": "Warm close bakery inserts with tactile food macros", + "accents": [ + "flour micro-highlights on counter dust", + "crust micro-highlights on loaf texture" + ], + "mood": "small-town uncanny", + "lighting": "warm morning with soft shop shadow", + "style": "culinary apparition" + }, + { + "subGenre": "Possessions", + "scene": "Car parked under a streetlight where the radio plays a voice that only the driver can hear", + "sceneVariants": [ + "Car parked under a streetlight where the radio plays a voice that only the driver can hear", + "Rain-slick road and a wet hood", + "A rear-view mirror with a hanging charm", + "A passenger seat with a scarf draped", + "A ticket stub wedged under a wiper" + ], + "actions": [ + "Radio plays a private memory tailored to the listener", + "Windshield fogs to show fleeting words", + "A charm on the mirror turns to face a direction", + "Wipers move once though the car is still" + ], + "camera": "Interior car-level with tight rear-view and dashboard inserts", + "accents": [ + "glass micro-highlights on wet windshield", + "metal micro-highlights on dashboard knobs" + ], + "mood": "isolated whisper", + "lighting": "streetlight pool with cool periphery", + "style": "noir possession" + }, + { + "subGenre": "Possessions", + "scene": "Church vestry where a stole wraps itself around a pew and a hymnbook opens to forbidden pages", + "sceneVariants": [ + "Church vestry where a stole wraps itself around a pew and a hymnbook opens to forbidden pages", + "Candles in brass candelabra", + "A ledger of baptisms", + "A brass censer clouding slowly", + "A stained-glass fragment stored on a shelf" + ], + "actions": [ + "Stole moves as if worn but no one stands", + "Hymnbook pages turn to show lines that predict names", + "Censer smoke traces a path to the door", + "Ledger entries appear in a different hand" + ], + "camera": "Reverent inserts on fabric and book micro-details", + "accents": [ + "brass micro-highlights on candelabra", + "paper micro-highlights on hymn pages" + ], + "mood": "sacred corruption", + "lighting": "warm interior with cool stained glass fill", + "style": "ritual possession" + }, + { + "subGenre": "Possessions", + "scene": "A teenager's bedroom where scribbles on a wall become coherent overnight", + "sceneVariants": [ + "A teenager's bedroom where scribbles on a wall become coherent overnight", + "Posters half-torn and taped", + "A desk littered with notebooks", + "A gaming headset with one ear lifted", + "A window with sticky notes" + ], + "actions": [ + "Crude doodles align into a message directed at the occupant", + "Notes rearrange on the window to form a pattern", + "Headset emits a static whisper of a phrase already heard", + "A closet light flicks as if someone entered and left" + ], + "camera": "Youth POV with intimate wall and desk macro", + "accents": [ + "ink micro-highlights on pen strokes", + "paper micro-highlights on sticky notes" + ], + "mood": "adolescent paranoia", + "lighting": "cool bedroom night with single desk lamp", + "style": "personal uncanny" + }, + { + "subGenre": "Possessions", + "scene": "Boat cabin where the sextant points to a star that doesn't exist and a voice calls a name across the waves", + "sceneVariants": [ + "Boat cabin where the sextant points to a star that doesn't exist and a voice calls a name across the waves", + "A soaked chart pinned to a bulkhead", + "Salt-stiff ropes coiled", + "A faded cap hanging on a peg", + "A pocket watch with a stopped second hand" + ], + "actions": [ + "Sextant needle quivers and locks on a new, impossible coordinate", + "Voice over the hull calls a name familiar to the listener", + "Chart ink rearranges to note a date", + "Watch hands twitch then settle" + ], + "camera": "Low cabin inserts with horizon peek pulls", + "accents": [ + "brass micro-highlights on sextant edges", + "paper micro-highlights on wet chart fibers" + ], + "mood": "nautical unease", + "lighting": "lamp pool with cold ocean backlight", + "style": "maritime haunt" + }, + { + "subGenre": "Possessions", + "scene": "Final hush: a quiet house at dawn where everyday objects return to place and a single chair remains turned toward the door", + "sceneVariants": [ + "Final hush: a quiet house at dawn where everyday objects return to place and a single chair remains turned toward the door", + "Sunrise through lace curtains", + "A tea cup steaming faintly", + "A hallway runner with a single fresh scuff", + "A front door left ajar a crack" + ], + "actions": [ + "Objects settle into normal positions as if apologizing", + "The chair remains turned as if listening for footsteps that won't come", + "A whisper dissipates into the warm morning air", + "A single framed photo tilts back into perfect alignment" + ], + "camera": "Wide home pullback ending on the turned chair", + "accents": [ + "soft morning micro-highlights on cup rim", + "fabric micro-highlights on runner weave" + ], + "mood": "tentative closure", + "lighting": "gentle sunrise with warm interior fills", + "style": "quiet resolution" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_vampires.json b/src/data/horror_and_mystery_vampires.json new file mode 100644 index 0000000..54a5a06 --- /dev/null +++ b/src/data/horror_and_mystery_vampires.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Vampires", + "scene": "Gothic manor at midnight with stained glass casting crimson highlights into a long hall", + "sceneVariants": [ + "Gothic manor at midnight with stained glass casting crimson highlights into a long hall", + "A grand staircase lined with silent portraits", + "Heavy drapes parted revealing a sliver of moon", + "A silver candelabrum with partly melted candles", + "A chessboard mid-game on a walnut table" + ], + "actions": [ + "Portrait eyes subtly shift as footsteps echo", + "A candle gutter flares then steadies at the scent of blood", + "A chess piece slides into place by unseen hand", + "A velvet glove drops and is picked up by an invisible presence" + ], + "camera": "Slow descending crane into the hall with occasional tight portrait inserts", + "accents": [ + "crimson rim micro-highlights from stained glass", + "polished wood micro-highlights on handrails" + ], + "mood": "elegant menace", + "lighting": "cold moon with red stained-glass fills", + "style": "period gothic noir" + }, + { + "subGenre": "Vampires", + "scene": "Fog-choked urban alley where wet cobbles reflect neon and a pale figure lingers", + "sceneVariants": [ + "Fog-choked urban alley where wet cobbles reflect neon and a pale figure lingers", + "A cast-iron fire escape dripping with rain", + "A lone stray cat watching from a crate", + "Graffiti half-obscured by mist", + "A discarded blood-smeared handbill" + ], + "actions": [ + "Figure steps from the fog and melts into a shadow", + "Neon reflections ripple into fang shapes", + "A gull or rat hesitates then bolts silently", + "A puddle shows a different skyline than the one above" + ], + "camera": "Handheld low sweep following footsteps with telephoto compression", + "accents": [ + "neon micro-highlights on rain beads", + "mist micro-highlights to show depth" + ], + "mood": "urban predation", + "lighting": "neon and sodium lamp mix with heavy fog", + "style": "neo-noir gothic" + }, + { + "subGenre": "Vampires", + "scene": "Abandoned opera house where velvet seats collapse into shadow and an empty box keeps altering itself", + "sceneVariants": [ + "Abandoned opera house where velvet seats collapse into shadow and an empty box keeps altering itself", + "A grand chandelier swinging on a slow pendulum", + "A cracked proscenium arch with moth-eaten curtains", + "Scores littering the stage floor", + "A single stage glove pinned on a stand" + ], + "actions": [ + "Chandelier flickers to a rhythm like a heartbeat", + "An empty box emits a breathy whisper of a long-forgotten aria", + "Dust motes arrange into note patterns in the light", + "A costume flutters as though someone moved within it" + ], + "camera": "Wide stage-to-balcony dolly with intimate dressing-room inserts", + "accents": [ + "velvet micro-highlights on seat edges", + "glass micro-highlights on chandelier fragments" + ], + "mood": "decayed grandeur", + "lighting": "spotty warm backstage with cool house dark", + "style": "theatrical dread" + }, + { + "subGenre": "Vampires", + "scene": "Moonlit grave terrace where a figure drinks at a marble basin and roses drip dark dew", + "sceneVariants": [ + "Moonlit grave terrace where a figure drinks at a marble basin and roses drip dark dew", + "A circular balustrade overlooking a sleeping town", + "Sculpted angels with blackened wings", + "A scattering of wilted red roses", + "A mausoleum door left slightly ajar" + ], + "actions": [ + "A figure laps from the basin; ripples look like small mouths", + "Roses release whispers that echo names", + "A mausoleum latch clicks though no one is near", + "Angel statues tilt their heads in silent counsel" + ], + "camera": "Slow lateral dolly along the balustrade with close basin macro", + "accents": [ + "marble micro-highlights on water rims", + "petal micro-highlights to emphasize wetness" + ], + "mood": "ritual solitude", + "lighting": "cold moon with local warm basin reflection", + "style": "poetic nocturne" + }, + { + "subGenre": "Vampires", + "scene": "Blood bank at 3AM where refrigerators hum and labels slowly peel to reveal names", + "sceneVariants": [ + "Blood bank at 3AM where refrigerators hum and labels slowly peel to reveal names", + "A rolling cart with vials lined like jewels", + "A sticky smear on the counter under a blue light", + "Paper forms clipped and half-filled", + "A blinking inventory screen that cycles through dates" + ], + "actions": [ + "Vials fog and show tiny silhouettes within", + "A label peels to spell a name the viewer recognizes", + "A fridge hum shifts pitch like a sigh", + "A clipboard flips to a new entry with no hand" + ], + "camera": "Clinical glide with tight insert on vials and labels", + "accents": [ + "glass micro-highlights on vial rims", + "cold specular micro-highlights on stainless counters" + ], + "mood": "clinical hunger", + "lighting": "cool lab fluorescent with small red glints", + "style": "medical horror micro" + }, + { + "subGenre": "Vampires", + "scene": "High-rise rooftop garden under a new moon where a clandestine gathering whispers in circles", + "sceneVariants": [ + "High-rise rooftop garden under a new moon where a clandestine gathering whispers in circles", + "Planter boxes with trimmed topiary shadows", + "String lights hanging between chimneys", + "A skylight open to a penthouse above", + "An HVAC unit humming low" + ], + "actions": [ + "Whispers form commands the wind follows", + "A skylight fogs with a fingerprint then clears to reveal a face", + "String lights dim in sequence like a chorus", + "Topiary rearranges subtly between shots" + ], + "camera": "Steadicam circling the group with rooftop parallax", + "accents": [ + "string-light micro-highlights", + "leaf micro-highlights on windward edges" + ], + "mood": "secret aristocracy", + "lighting": "black-sky minimal with tiny warm pockets", + "style": "urban gothic ritual" + }, + { + "subGenre": "Vampires", + "scene": "Church crypt repurposed with velvet drapes and iron racks holding ornate caskets", + "sceneVariants": [ + "Church crypt repurposed with velvet drapes and iron racks holding ornate caskets", + "Candles arranged in concentric rings", + "A brass plaque with a family crest", + "A shallow alcove lined with bone fragments", + "A map of migration routes pinned to stone" + ], + "actions": [ + "Casket lids shift by millimeters as if breathing", + "Plaques readjust their dates silently", + "A candle wick curves toward an unseen hand", + "A map's pins rearrange into a new pattern" + ], + "camera": "Low dolly through aisles of caskets with tight plaque macro", + "accents": [ + "brass micro-highlights on plaques", + "velvet micro-highlights on drape folds" + ], + "mood": "ancestral dread", + "lighting": "candle pockets within deep stone shadow", + "style": "ceremonial sepulchre" + }, + { + "subGenre": "Vampires", + "scene": "Suburban prom night where a pale chaperone watches from a distance and corsages stain", + "sceneVariants": [ + "Suburban prom night where a pale chaperone watches from a distance and corsages stain", + "A disco ball casting fractured moonlight", + "Tables of punch and folded programs", + "A lost corsage pinned to a railing", + "A slow, empty dance floor after midnight" + ], + "actions": [ + "Corsage petals darken in a spreading pattern", + "Slow-dancing couples briefly freeze while a pale figure passes", + "A punch cup overflows with a dark surface ripple", + "A song slows and pitches downward like a sigh" + ], + "camera": "Wide ballroom sweep with intimate table-level inserts", + "accents": [ + "disco micro-highlights on mirrored surfaces", + "fabric micro-highlights on corsage petals" + ], + "mood": "dramatic intrusion", + "lighting": "warm party light with cold peripheral fills", + "style": "suburban uncanny" + }, + { + "subGenre": "Vampires", + "scene": "Seine-side bookstall at night where a vendor sells old grimoires and a single page bleeds ink", + "sceneVariants": [ + "Seine-side bookstall at night where a vendor sells old grimoires and a single page bleeds ink", + "Stacks of leatherbound tomes under a tarpaulin", + "A lamplight with a yellow halo", + "Handwritten love letters tied with red string", + "A gondolier drifting by mutely" + ], + "actions": [ + "A page darkens into a blood-red illustration then fades", + "Strings tighten around a letter as if pulled by a hand", + "A lamplight flickers to reveal an added line in a book", + "A shadow leans across the stall and erases a title" + ], + "camera": "Low stall-level dolly with page macro and river reflection inserts", + "accents": [ + "ink micro-highlights on page edges", + "water micro-highlights on river reflections" + ], + "mood": "literary seduction", + "lighting": "lamplight glow with cool river backlight", + "style": "romantic gothic" + }, + { + "subGenre": "Vampires", + "scene": "Nightclub back room where a private circle trades vials and the DJ's booth hums a low frequency", + "sceneVariants": [ + "Nightclub back room where a private circle trades vials and the DJ's booth hums a low frequency", + "Velvet ropes blocking a heavy door", + "A mirrored wall blurred with cigarette haze", + "A tray of small ampoules on ice", + "A microphone left still warm" + ], + "actions": [ + "Vials fog and show quick flashes of faces", + "A beat drops and the crowd outside freezes briefly", + "A mirrored pane reflects an extra person not in the room", + "A microphone coughs as if someone whispered into it moments ago" + ], + "camera": "Tight handheld through doorway with close vial and mic inserts", + "accents": [ + "ice micro-highlights on vial surfaces", + "mirror micro-highlights for doubled imagery" + ], + "mood": "sleek menace", + "lighting": "strobe-adjacent low warm mixes with cool edges", + "style": "noir club ritual" + }, + { + "subGenre": "Vampires", + "scene": "Riverbank at dawn where a pale figure stands as fishermen find nets empty and taut", + "sceneVariants": [ + "Riverbank at dawn where a pale figure stands as fishermen find nets empty and taut", + "Misty currents and low reeds", + "A rowboat tied with loose knot", + "A weathered ledger washed near the shore", + "Stained oars half-submerged" + ], + "actions": [ + "Nets come up full of dark, unmoving shapes then vanish", + "The pale figure lifts its head and the fog recedes in rings", + "An oar drifts with a single drop forming ripples that spell a word", + "A ledger shows a new line scrawled overnight" + ], + "camera": "Low waterline tracking transitioning to wide bank reveal", + "accents": [ + "water micro-highlights on ripple crests", + "fog micro-highlights to show layering" + ], + "mood": "quiet menace", + "lighting": "cool pre-dawn with soft warm shoreline hints", + "style": "lakeside eerie" + }, + { + "subGenre": "Vampires", + "scene": "Night train carriage where passengers sleep and a conductor's ledger lists impossible destinations", + "sceneVariants": [ + "Night train carriage where passengers sleep and a conductor's ledger lists impossible destinations", + "Velvet curtains and polished brass fittings", + "A small lamp with a green shade on each table", + "A ticket stub wedged in a seat seam", + "A clock over the door that runs backwards" + ], + "actions": [ + "Ledger pages turn to unreadable script that briefly forms a name", + "A lamp flares when the door opens then settles", + "A clock ticks backward for a long breath", + "A passenger's reflection in the glass shows a different seat partner" + ], + "camera": "Slow carriage glide with compartment-level inserts and window reflection shots", + "accents": [ + "brass micro-highlights on fittings", + "glass micro-highlights on window reflections" + ], + "mood": "transient dislocation", + "lighting": "low lamp pools with cool window backlight", + "style": "traveling gothic" + }, + { + "subGenre": "Vampires", + "scene": "Forest glade where moonflowers open inward and a child's swing moves though no wind blows", + "sceneVariants": [ + "Forest glade where moonflowers open inward and a child's swing moves though no wind blows", + "A ring of mushrooms dark with dew", + "A carved wooden horse half-buried", + "A small ribbon tied to a limb", + "A forgotten picnic blanket with a single plate" + ], + "actions": [ + "Moonflowers close into tight cups and then drip tiny red beads", + "Swing moves to a rhythm matching a distant lullaby", + "A ribbon tightens around a branch and spells a name", + "A plate shows a fingerprint not belonging to any present" + ], + "camera": "Low natural tracking with slow push into swing and flower macro", + "accents": [ + "petal micro-highlights on inward curves", + "fabric micro-highlights on ribbon fibers" + ], + "mood": "folk melancholy", + "lighting": "soft moon shafts with cool ground fill", + "style": "rural supernatural" + }, + { + "subGenre": "Vampires", + "scene": "Pale garden at dusk where statues seem to drink dew and lanterns hold black flame", + "sceneVariants": [ + "Pale garden at dusk where statues seem to drink dew and lanterns hold black flame", + "Topiary wolves frozen mid-growl", + "A fountain with no running water", + "An urn cracked to reveal a hidden vial", + "A trellis wrapped in dark ivy" + ], + "actions": [ + "Statues tilt and lap dew at their bases", + "Lanterns flare with inky flame that casts long cool shadows", + "Ivy creeps to obscure a plaque that then reappears", + "A fountain basin fills briefly with red-tinted droplets" + ], + "camera": "Romantic crane over paths with close statue inserts", + "accents": [ + "stone micro-highlights on wet surfaces", + "flame micro-highlights on inky edges" + ], + "mood": "elegant menace", + "lighting": "dusk auto-silhouette with dark warm flame pockets", + "style": "garden gothic" + }, + { + "subGenre": "Vampires", + "scene": "Lighthouse keeper's cottage where the lamp is stoked with dark oil and the sea returns whisper-voices", + "sceneVariants": [ + "Lighthouse keeper's cottage where the lamp is stoked with dark oil and the sea returns whisper-voices", + "Salt-scarred windows and rope coils", + "A ledger of sailors' names with crossed-out lines", + "A stool with dried salt stains", + "A set of brass keys hanging from a peg" + ], + "actions": [ + "Waves return speech in syllables that match ledger entries", + "Lamp flame leans toward a particular name on the list", + "Keys jingle though no hand touches them", + "A tide-drifted bottle reveals a new note each morning" + ], + "camera": "Intimate cottage inserts with aerial light-lamp pullout", + "accents": [ + "brass micro-highlights on keys", + "water micro-highlights on wet window panes" + ], + "mood": "maritime unease", + "lighting": "warm lamp glow against cold sea backlight", + "style": "coastal gothic" + }, + { + "subGenre": "Vampires", + "scene": "Crypt beneath an old theatre where posters are pinned in frames and a single mirror reflects an extra seat", + "sceneVariants": [ + "Crypt beneath an old theatre where posters are pinned in frames and a single mirror reflects an extra seat", + "Dusty playbills in glass cases", + "A rope barrier around a small shrine", + "A faded program with 'Tonight' circled", + "A child's mask left on a chair" + ], + "actions": [ + "Playbills flutter to highlight a name that wasn't there", + "Mirror shows an occupied seat in the audience though empty", + "A mask breathes out a slow puff of black motes", + "Program pages reorder into a new sequence" + ], + "camera": "Low shrine-level push with poster and mirror macro inserts", + "accents": [ + "paper micro-highlights on aged inks", + "glass micro-highlights on mirror edges" + ], + "mood": "performative revenant", + "lighting": "soft shrine amber with cool stone surrounds", + "style": "underground theatrical" + }, + { + "subGenre": "Vampires", + "scene": "Final hush: a ruined chapel at sunrise where a single shadow retreats into the earth and a cruciform scorch fades", + "sceneVariants": [ + "Final hush: a ruined chapel at sunrise where a single shadow retreats into the earth and a cruciform scorch fades", + "A cracked bell on the grass", + "Strewn hymnals with pages torn out", + "A single open grave being covered by wind", + "A skylight framing a pale blue morning" + ], + "actions": [ + "Shadow pools lift and seep into the soil like ink", + "Scorch marks cool to reveal a different symbol underneath", + "Hymnal pages close and then slide slightly as if read", + "A bird lands on the bell then flies off carrying a tiny red thread" + ], + "camera": "Wide pullback revealing the ruined landscape, ending in a tight earth-level macro", + "accents": [ + "earth micro-highlights on fresh soil", + "stone micro-highlights on scorch edges" + ], + "mood": "quiet departure", + "lighting": "first pale sunrise with cool residual shade", + "style": "poetic fade-out" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_werewolves.json b/src/data/horror_and_mystery_werewolves.json new file mode 100644 index 0000000..daf0899 --- /dev/null +++ b/src/data/horror_and_mystery_werewolves.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Werewolves", + "scene": "Moonlit pine ridge where a lone traveler glimpses a silhouette shifting on all fours", + "sceneVariants": [ + "Moonlit pine ridge where a lone traveler glimpses a silhouette shifting on all fours", + "A ridge path dotted with jagged rocks", + "Spruce needles wet with silver dew", + "A distant cottage light trembling below", + "A broken signpost half-buried in moss" + ], + "actions": [ + "Silhouette pauses and sniffs the air, then melts back into tree-line", + "Branches crack in measured clicks that echo like footsteps", + "A full moon momentarily peeks through a thin cloud and flattens the world", + "Traveler's breath fogs and then stops as something breathes behind them" + ], + "camera": "Low lateral dolly along the ridge with sudden tight over-shoulder reveals", + "accents": [ + "cold moon rim on fur edges", + "needle micro-highlights catching dew beads" + ], + "mood": "tense stalking", + "lighting": "sharp moonlight with high contrast silhouettes", + "style": "nocturnal suspense" + }, + { + "subGenre": "Werewolves", + "scene": "Small farming village at dusk where church bells fight the rising howl", + "sceneVariants": [ + "Small farming village at dusk where church bells fight the rising howl", + "Thatched roofs and smoke curling from chimneys", + "Stone lane leading to a hollow green", + "A cart overturned and scattered produce", + "A child's toy lying abandoned in the road" + ], + "actions": [ + "Bell tolls falter and return with odd harmonic spacing", + "Footprints appear in soft mud that are too large to match a human", + "A dog barks, falls silent, and then whimpers fearfully", + "Curtains twitch in windows though no one stands" + ], + "camera": "Establishing wide of village to tight street-level inserts", + "accents": [ + "warm lantern micro-highlights on doorways", + "mud micro-highlights on footprint ridges" + ], + "mood": "rural alarm", + "lighting": "dusk warm fills with encroaching cold shadows", + "style": "folk-horror tableau" + }, + { + "subGenre": "Werewolves", + "scene": "Abandoned quarry under a blood moon where stones seem to pulse", + "sceneVariants": [ + "Abandoned quarry under a blood moon where stones seem to pulse", + "Sheer rock faces and a black water pool", + "A rusted winch frozen mid-turn", + "Scraps of rope and old work boots", + "A faint line of claw marks up a face of rock" + ], + "actions": [ + "Reflected moonlight ripples like scaled skin across the water", + "Claw marks smoke briefly as if freshly burned", + "A low growl seems to come from below the quarry floor", + "Loose scree rolls uphill in a tiny unnatural ripple" + ], + "camera": "Crane down into quarry with circling mid-level tracking", + "accents": [ + "blood-moon micro-highlights on wet rock faces", + "stone micro-highlights to emphasize texture" + ], + "mood": "primal threat", + "lighting": "red-tinted moon with deep umbral areas", + "style": "apocalyptic nocturne" + }, + { + "subGenre": "Werewolves", + "scene": "City alley at midnight where stray cats congregate and a car alarm rings in counterpoint", + "sceneVariants": [ + "City alley at midnight where stray cats congregate and a car alarm rings in counterpoint", + "Overflowing bins and wet graffiti", + "Neon reflections in puddles", + "A chained gate with a padlock swinging", + "Discarded newspapers plastering a wall" + ], + "actions": [ + "Cats arch and freeze, eyes reflecting an unseen presence", + "A car alarm syncs to a distant howl and then falls into silence", + "A shadow pads along the wall too fast for a person", + "A neon sign flickers to form the suggestion of teeth" + ], + "camera": "Handheld low sweep with tight puddle-reflection closeups", + "accents": [ + "neon micro-highlights on wet surfaces", + "fur-like micro-highlights on shadow edges" + ], + "mood": "urban bite", + "lighting": "mixed neon and sodium with deep puddle reflection", + "style": "gritty urban horror" + }, + { + "subGenre": "Werewolves", + "scene": "Forest research outpost where broken traps and torn tags mark last attempts", + "sceneVariants": [ + "Forest research outpost where broken traps and torn tags mark last attempts", + "A weathered tent with flapping seams", + "A bench of rusted tools half-buried", + "A logbook with hurried, smeared handwriting", + "A thermometer stuck at a high reading" + ], + "actions": [ + "A trap spring snaps though no animal is inside", + "Logbook pages are flipped as if read by heavy paws", + "Boot prints and larger pad-like prints intersect in mud", + "A radio squeals static then a low guttural growl" + ], + "camera": "Documentary-style handheld with forensic close-inserts", + "accents": [ + "metal micro-highlights on trap edges", + "paper micro-highlights on smudged ink" + ], + "mood": "investigative dread", + "lighting": "overcast day with cold fill", + "style": "field report uncanny" + }, + { + "subGenre": "Werewolves", + "scene": "Highland moor in noon light where sheep gather in a perfect circle and grass leans outward", + "sceneVariants": [ + "Highland moor in noon light where sheep gather in a perfect circle and grass leans outward", + "A single standing stone nearby", + "A low thatch bothy in the distance", + "Rolling fog forming at the horizon", + "A shepherd's crook abandoned in the ditch" + ], + "actions": [ + "Sheep stand motionless with eyes all turned to a central point", + "A distant tree line shivers though wind is absent", + "A faint trampling pattern appears, radiating out from the circle", + "A lone raven circles once then drops a single white feather" + ], + "camera": "Wide moorland pan with slow dolly into the circle", + "accents": [ + "sun micro-highlights on wool tips", + "grass micro-highlights showing directional lean" + ], + "mood": "unnatural pastoral", + "lighting": "hard noon with long clear visibility", + "style": "quietly unsettling daylight" + }, + { + "subGenre": "Werewolves", + "scene": "Moon-bathed crossroads where locals hang charms and a lone lantern swings in windless air", + "sceneVariants": [ + "Moon-bathed crossroads where locals hang charms and a lone lantern swings in windless air", + "Charms of iron and string tied to a post", + "A road sign pointing to several forgotten hamlets", + "An offering bowl half-filled with salt", + "A pair of boots facing each other by the post" + ], + "actions": [ + "Charms twitch as if nudged by invisible teeth", + "Lantern swing phase lags out of sync with no breeze", + "Boots scrape once against one another as if shifting stance", + "Salt in the bowl shifts into a spiral then briefly forms a paw print" + ], + "camera": "Fixed lantern-level shot with parallax to passing shadows", + "accents": [ + "lantern micro-highlights to create small warm pockets", + "metal micro-highlights on charm surfaces" + ], + "mood": "superstitious suspense", + "lighting": "moon pocket with warm lantern contrast", + "style": "ritual crossroads vignette" + }, + { + "subGenre": "Werewolves", + "scene": "Suburban dog park at blue hour where leashes are coiled and a distant howl answers many voices", + "sceneVariants": [ + "Suburban dog park at blue hour where leashes are coiled and a distant howl answers many voices", + "A lone swing in a fenced area", + "A dog's water bowl left full and steaming", + "A bench with dew on its back", + "Torn tennis balls strewn across grass" + ], + "actions": [ + "Several dogs lift heads and whine though no owner is near", + "A collar tag rattles as if walked by unseen feet", + "A tennis ball rolls slowly uphill and stops", + "A fence panel vibrates in a measured rhythm" + ], + "camera": "Park-level push with animal-eye POV inserts", + "accents": [ + "metal micro-highlights on tags", + "water micro-highlights on bowl rim" + ], + "mood": "suburban unease", + "lighting": "blue-hour cool with soft ambient", + "style": "quiet communal terror" + }, + { + "subGenre": "Werewolves", + "scene": "Industrial estate at dawn where steam vents and a lone silhouette crosses chain-link shadows", + "sceneVariants": [ + "Industrial estate at dawn where steam vents and a lone silhouette crosses chain-link shadows", + "Loading bays with shutter doors half-closed", + "Pallets stacked like bleached vertebrae", + "A puddle reflecting a bright moon still", + "An abandoned van with a sliding door ajar" + ], + "actions": [ + "Steam coils form vague lupine shapes and then disperse", + "A silhouette halts, head cocking, then moves with predatory speed", + "A shipping crate lid lifts a fraction as if sniffed", + "A lone cat materializes on a pallet and stares unblinking" + ], + "camera": "Grimy wide with low-angle tracking and sudden whip-zooms", + "accents": [ + "steam micro-highlights catching low sun", + "metal micro-highlights on corrugated steel" + ], + "mood": "industrial predator", + "lighting": "early dawn with cold, hard directional light", + "style": "liminal industrial horror" + }, + { + "subGenre": "Werewolves", + "scene": "Mountain chalet during a heavy snowfall where boot prints stop mid-step and an unseen scent lingers", + "sceneVariants": [ + "Mountain chalet during a heavy snowfall where boot prints stop mid-step and an unseen scent lingers", + "Icicles hanging like teeth from the eaves", + "A thawing doorstep with scattered pine needles", + "A child's sled half-buried", + "A woodpile stacked beside a closed door" + ], + "actions": [ + "Boot prints end abruptly with a smear that continues into the wind", + "A windless bell from the chalet rings once and then again where no bell hangs", + "Snow funnels into a swirling miniature vortex with tiny paw outlines", + "A lantern glow dims as if sucked at point-blank" + ], + "camera": "Cozy interior to window-level wide with snow macro", + "accents": [ + "snow micro-highlights on print rims", + "wood micro-highlights on stacked logs" + ], + "mood": "isolated dread", + "lighting": "cold snow light with warm interior contrast", + "style": "winter-thriller vignette" + }, + { + "subGenre": "Werewolves", + "scene": "Sunlit riverside picnic where laughter ceases as shadows lengthen wrong", + "sceneVariants": [ + "Sunlit riverside picnic where laughter ceases as shadows lengthen wrong", + "A blanket laid with a wicker basket", + "A small kite tangled in a branch", + "A child's sandcastle half-built by the water's edge", + "A cooler with condensation dripping" + ], + "actions": [ + "Shadows fall faster than the sun's angle, stretching toward the tree line", + "A picnic plate slides slowly as if nudged by paw", + "A kite lifts for a beat and then crashes down with no wind", + "Conversation falls flat as a distant low howl warps tone" + ], + "camera": "Bright wide to tight table inserts with abrupt shadow shifts", + "accents": [ + "fabric micro-highlights on blanket weave", + "water micro-highlights on river surface" + ], + "mood": "daylight unease", + "lighting": "strong sun with sudden cold shadow pockets", + "style": "contradictory pastoral" + }, + { + "subGenre": "Werewolves", + "scene": "Harvest moon festival where masks are worn and one mask stays warm after the wearer leaves", + "sceneVariants": [ + "Harvest moon festival where masks are worn and one mask stays warm after the wearer leaves", + "Stalls selling smoked meats and paper lanterns", + "A maypole-like central post", + "A pile of seasonal grain bound with rope", + "Strings of dried peppers and hops" + ], + "actions": [ + "A mask left on a bench breathes faintly and fogs the inside", + "Lanterns pulse in time with a low communal heartbeat", + "A once-lively tune slows to a half-tempo and then resumes oddly", + "Grain rustles in shapes suggesting pawprints" + ], + "camera": "Festival-level sweeping with close mask micro-inserts", + "accents": [ + "lantern micro-highlights", + "grain micro-highlights catching small motion" + ], + "mood": "festive tension", + "lighting": "warm festival pockets under a pale full moon", + "style": "folk-ceremony uncanny" + }, + { + "subGenre": "Werewolves", + "scene": "High school gym locker room at afternoon practice where towels are strewn and lockers show deep scratches", + "sceneVariants": [ + "High school gym locker room at afternoon practice where towels are strewn and lockers show deep scratches", + "A whistle around a coach's chair", + "Posters for homecoming curling at the edges", + "A bench scuffed from heavy feet", + "A ball wedged behind a locker" + ], + "actions": [ + "Scratches on locker doors freshen and steam faintly", + "A towel shifts as if someone just stood beneath it", + "A whistle crackles a single note then falls silent", + "Scent of metallic iron rises strongly in a single localized patch" + ], + "camera": "Athletic-level tracking with medium close locker inserts", + "accents": [ + "metal micro-highlights on locker vents", + "fabric micro-highlights on towels' edges" + ], + "mood": "adolescent dread", + "lighting": "bright fluorescent with sharp shadow contrast", + "style": "institutional uncanny" + }, + { + "subGenre": "Werewolves", + "scene": "Sunny suburban backyard where a family dog disappears and a ring of flattened grass remains", + "sceneVariants": [ + "Sunny suburban backyard where a family dog disappears and a ring of flattened grass remains", + "A children's trampoline with a sagging center", + "A barbecue cold and covered", + "A plastic kiddie pool tipped aside", + "A tall fence with a single gap" + ], + "actions": [ + "Grass lies flattened in a perfect ring and breathes faintly", + "A dog collar sits on a step with a single strand of fur missing", + "A garden gnome's face is turned inward as if insolent", + "A sprinkler sprays only a single arc then stops" + ], + "camera": "Cheerful low wide that slowly tightens into unsettling detail", + "accents": [ + "grass micro-highlights on flattened edges", + "plastic micro-highlights on pool rim" + ], + "mood": "suburban loss", + "lighting": "bright sun with warm mid-day clarity", + "style": "domestic uncanny" + }, + { + "subGenre": "Werewolves", + "scene": "Lone lighthouse headland at twilight where a shepherd's dog returns with a torn scrap of fur", + "sceneVariants": [ + "Lone lighthouse headland at twilight where a shepherd's dog returns with a torn scrap of fur", + "Low cliff grasses and a driftwood marker", + "A rope fence running to the path", + "A weather-beaten sign warning of gull nesting", + "Waves breaking with measured cadence" + ], + "actions": [ + "Dog drops the scrap and whines toward the cliff edge", + "A distant shape moves along the shore at impossible speed", + "Grass compresses into a trail leading to a fissure", + "A faint howled echo returns layered with its own delay" + ], + "camera": "Coastal wide into cliff-edge closeups with dog-eye inserts", + "accents": [ + "water micro-highlights on spray", + "fur micro-highlights on scrap detail" + ], + "mood": "lonely pursuit", + "lighting": "twilight cool with warm interior pocket in lighthouse", + "style": "coastal pastoral horror" + }, + { + "subGenre": "Werewolves", + "scene": "Final quiet: a dawn clearing where many pawprints converge and the last echo of a howl becomes bird song", + "sceneVariants": [ + "Final quiet: a dawn clearing where many pawprints converge and the last echo of a howl becomes bird song", + "A ring of flattened heather", + "Scattered tufts of fur pinned to bracken", + "A low sun rising through mist", + "A lone boot left unworn at the edge" + ], + "actions": [ + "Pawprints blur as if erased by a slow breath", + "Tufts of fur lift on a breeze and float away like ash", + "The final howl thins and resolves into a single birdcall", + "A boot slowly slides closed as if a foot left it" + ], + "camera": "Wide contemplative pull back to reveal convergence of landscape and sky", + "accents": [ + "mist micro-highlights on print rims", + "heather micro-highlights to define tactile foreground" + ], + "mood": "peaceful melancholy", + "lighting": "soft sunrise with cool trailing shade", + "style": "poetic closure" + } +] \ No newline at end of file diff --git a/src/data/horror_and_mystery_witches.json b/src/data/horror_and_mystery_witches.json new file mode 100644 index 0000000..514c9aa --- /dev/null +++ b/src/data/horror_and_mystery_witches.json @@ -0,0 +1,377 @@ +[ + { + "subGenre": "Witches", + "scene": "Moonlit clearing where three witches circle a weathered stone altar", + "sceneVariants": [ + "Moonlit clearing where three witches circle a weathered stone altar", + "Ring of mushrooms and scorched earth", + "Ribbons tied to nearby saplings", + "A crescent moon high and cold", + "Whispers of old language carried on wind" + ], + "actions": [ + "Witches chant in alternating cadence that ages the air", + "White smoke coils from the altar and forms a transient glyph", + "A single crow lands then takes off, scattering sparks", + "A braided cord tightens and loosens as if breathing" + ], + "camera": "Low wide with rotating dolly to follow the circle, intermittent close on hands", + "accents": [ + "cool moon rim on faces to heighten ritual silhouettes", + "spark micro-highlights on smoke glyph edges" + ], + "mood": "ancient, solemn power", + "lighting": "cold moon with small warm fire pockets", + "style": "ritual nocturne" + }, + { + "subGenre": "Witches", + "scene": "Cottage kitchen where dried herbs hang and a cauldron murmurs blue steam", + "sceneVariants": [ + "Cottage kitchen where dried herbs hang and a cauldron murmurs blue steam", + "Shelves of jars labeled in hand-script", + "A black cat weaving around ankles", + "A battered grimoire open on the table", + "A window fogged with condensation" + ], + "actions": [ + "Stirring produces tiny motes that assemble into a rune", + "Herbs tremble and release luminescent dust", + "A spoon stirs by itself then points toward a page", + "Cat's eyes catch and reflect a hidden glyph" + ], + "camera": "Intimate handheld with tight macro inserts on jars and grimoire script", + "accents": [ + "warm herb rim on bunches to increase aroma sense", + "blue steam micro-highlights on cauldron surface" + ], + "mood": "homebound magic", + "lighting": "warm hearth with cool window fill", + "style": "cozy uncanny" + }, + { + "subGenre": "Witches", + "scene": "Hilltop hedge where witch marks are carved into yew bark and moonflowers bloom", + "sceneVariants": [ + "Hilltop hedge where witch marks are carved into yew bark and moonflowers bloom", + "Low hedgerow corridor leading to a small gate", + "A scattering of silvered petals", + "A faint trail of chalk sigils", + "A distant village light below" + ], + "actions": [ + "Petals lift and trace a pathway when touched", + "Carved marks glow faintly and pulse", + "A wind carries a single whispered name", + "Gate clicks though no hand moves it" + ], + "camera": "Push through hedgerow with telephoto compression for depth", + "accents": [ + "petal micro-highlights for delicate reflection", + "bark micro-highlights emphasizing carved depth" + ], + "mood": "threshold mystery", + "lighting": "soft moon with cool ambient", + "style": "folkloric liminal" + }, + { + "subGenre": "Witches", + "scene": "Market at dusk where clandestine witches trade charms in shadowed stalls", + "sceneVariants": [ + "Market at dusk where clandestine witches trade charms in shadowed stalls", + "Lanterns wrapped in veils", + "Tables of bones, herbs and stitched talismans", + "Hooded figures bargaining in hush", + "A bell rung to mark the closing" + ], + "actions": [ + "Hands exchange pouches that hum faintly", + "An old woman reads a palm and the lines rearrange", + "A charm warms in a buyer's hand and then cools", + "Lantern smoke forms a small image of the future" + ], + "camera": "Market-level handheld weaving through stalls with close money-to-hand inserts", + "accents": [ + "lantern micro-highlights to make smoke visible", + "metal micro-highlights on talisman clasps" + ], + "mood": "secretive commerce", + "lighting": "warm dusk with shaded pockets", + "style": "noir folklore" + }, + { + "subGenre": "Witches", + "scene": "Riverstone circle where water witches whisper to the current at twilight", + "sceneVariants": [ + "Riverstone circle where water witches whisper to the current at twilight", + "Flat stones slick with algae", + "Floating runes traced in wet pebbles", + "A willow trailing in the current", + "Fish breaking the surface in small, precise rings" + ], + "actions": [ + "Hands skim the surface and send glyph ripples", + "Reflections answer with images from other banks", + "A ring of bubbles ascends forming a sigil", + "The current briefly reverses locally then straightens" + ], + "camera": "Low waterline glide and close reflection inserts", + "accents": [ + "water micro-highlights on ripple crests", + "algae micro-highlights on slick stone" + ], + "mood": "fluid communion", + "lighting": "twilight cool with reflective accents", + "style": "aquatic ritual" + }, + { + "subGenre": "Witches", + "scene": "Library of incantations where pages flutter though no breeze blows", + "sceneVariants": [ + "Library of incantations where pages flutter though no breeze blows", + "Stacks of leather tomes with sigil bookmarks", + "A ladder leaning against a vast shelf", + "A single quill dripping black ink", + "A map of celestial alignments pinned carefully" + ], + "actions": [ + "Pages open to the exact passage needed by an unseen reader", + "Ink pools into tiny star patterns then evaporates", + "A globe rotates slowly on its own axial tilt", + "Marginalia letters rearrange to form a caution" + ], + "camera": "Slow tracking up tall shelves with micro inserts on script", + "accents": [ + "paper micro-highlights on page fibers", + "ink micro-highlights capturing reflective spots" + ], + "mood": "erudite menace", + "lighting": "soft warm reading lamps in tall cool stacks", + "style": "occult archive" + }, + { + "subGenre": "Witches", + "scene": "Hill-witch's cart at dawn: herbs, bones, jars and a sleeping apprentice", + "sceneVariants": [ + "Hill-witch's cart at dawn: herbs, bones, jars and a sleeping apprentice", + "A woven cloak thrown over a crate", + "A bundle of carved wands", + "A steaming pot with a cloth lid", + "A sketched map pinned to the cart side" + ], + "actions": [ + "Apprentice stirs in sleep and whispers an old spell", + "Cart wheels creak though unmoved", + "Steam lifts to reveal a small animal shape and then disperses", + "A sketched map updates a new route in ink" + ], + "camera": "Medium tracking with low cart-angle inserts", + "accents": [ + "herb micro-highlights on dried leaves", + "steam micro-highlights to show shape" + ], + "mood": "nomadic craft", + "lighting": "cold dawn with warm pot pocket", + "style": "itinerant witch vignette" + }, + { + "subGenre": "Witches", + "scene": "Windy cliff-top ritual where spoken names call distant gulls into formation", + "sceneVariants": [ + "Windy cliff-top ritual where spoken names call distant gulls into formation", + "Ragged sea grass and spray", + "A circle of braided rope laid on bare rock", + "A carved bone whistle hung from a staff", + "Distant thunder rolling under the waves" + ], + "actions": [ + "Names whispered cause gulls to wheel in precise shapes", + "Wind tugs cords that respond in harmonic vibration", + "A bone whistle sounds though no mouth touches it", + "Spray freezes briefly into bright salt rings" + ], + "camera": "Wide wind-swept panoramic with whip cuts to staff and gull formations", + "accents": [ + "spray micro-highlights on cresting waves", + "bone micro-highlights on carved edges" + ], + "mood": "exalted gust", + "lighting": "salt-light with dramatic sky contrast", + "style": "elemental rite" + }, + { + "subGenre": "Witches", + "scene": "Back-alley apothecary where a neon pentacle advertises unusual remedies", + "sceneVariants": [ + "Back-alley apothecary where a neon pentacle advertises unusual remedies", + "Steam vents and brick soot", + "A cat curled in a window box", + "Shelves of bottled moonwater and salt jars", + "A ledger with client names and odd symbols" + ], + "actions": [ + "Neon sign pulses to name the visitor in the ledger", + "A bottle seals and opens to release a scent memory", + "A client exchange where coins shift weight unexpectedly", + "A ledger ink traces a new appointment in a child's script" + ], + "camera": "Grimy street-level handheld with interior voyeur inserts", + "accents": [ + "neon micro-highlights on glass bottles", + "brick micro-highlights catching damp light" + ], + "mood": "urban alchemy", + "lighting": "neon and alley shadow mix", + "style": "modern witch market" + }, + { + "subGenre": "Witches", + "scene": "Ancient stone hearth where seasonal witches exchange tasks at equinox", + "sceneVariants": [ + "Ancient stone hearth where seasonal witches exchange tasks at equinox", + "Piles of salted grain and carved totems", + "A wheel of the year painted on the floor", + "A bowl of seasonal fruit burning slowly", + "A ring of small bells hung from the rafters" + ], + "actions": [ + "Offerings rotate without visible hands to align with the wheel", + "Bells chime in seasonally coded sequences", + "A fruit bursts to reveal a tiny glowing seed", + "Hands place a token into a shared tally and it warms" + ], + "camera": "Overhead ritual crane with close tally and token micro-inserts", + "accents": [ + "fruit micro-highlights on juices", + "stone micro-highlights on hearth ring" + ], + "mood": "seasonal responsibility", + "lighting": "soft warm hearth against cool rafters", + "style": "ceremonial cycle" + }, + { + "subGenre": "Witches", + "scene": "Elm hedgerow where witches leave protective knots and caution tapes", + "sceneVariants": [ + "Elm hedgerow where witches leave protective knots and caution tapes", + "Colored string tied in complex patterns", + "Small bone and bead talismans hanging", + "A carved walking staff leaning nearby", + "A note pinned weatherproofed in resin" + ], + "actions": [ + "Knots tighten when someone approaches and loosen when they leave", + "A talisman glows faintly to show a safe path", + "A note rewrites itself to warn of a coming tide", + "A staff vibrates slightly when danger nears" + ], + "camera": "Handheld close to hedge level with knot macros", + "accents": [ + "string micro-highlights on fiber texture", + "bead micro-highlights catching small light" + ], + "mood": "protective superstition", + "lighting": "soft daylight with hedge shadow", + "style": "grassroots folkcraft" + }, + { + "subGenre": "Witches", + "scene": "Moonlit crossroads where solitary witches bargain with passing shapes", + "sceneVariants": [ + "Moonlit crossroads where solitary witches bargain with passing shapes", + "A stone milestone with weathered markings", + "Tracks converging from four directions", + "A ragged cloak pinned to a stake", + "Lanterns set into small hollows at each corner" + ], + "actions": [ + "Witches trade whispered promises that change the road behind them", + "Shadows pass but leave a token in exchange", + "Lanterns flare briefly to show a chosen path", + "A cloak lifts then collapses as if worn for an instant" + ], + "camera": "Corner-to-corner cross dolly with slow reaction closeups", + "accents": [ + "stone micro-highlights on milestone face", + "lantern micro-highlights for directional warmth" + ], + "mood": "pact-like tension", + "lighting": "cold moon with local lantern accents", + "style": "crossroads parable" + }, + { + "subGenre": "Witches", + "scene": "Hollow oak where a single witch keeps a ledger of names and weather patterns", + "sceneVariants": [ + "Hollow oak where a single witch keeps a ledger of names and weather patterns", + "A stitched leather book bound by root fiber", + "Feathers and teeth strung as bookmarks", + "A small window cut into the trunk", + "A low stool covered in moss" + ], + "actions": [ + "Ledger pages turn to the current date and annotate the sky", + "Feathers tick the pages to denote favor or warning", + "The window fogs with names of those passing nearby", + "A stool vibrates as if someone invisible sits" + ], + "camera": "Intimate tree-level insert with ledger macro and page flips", + "accents": [ + "leather micro-highlights on binding", + "moss micro-highlights to show touch" + ], + "mood": "quiet stewardship", + "lighting": "soft filtered canopy light", + "style": "guardian witch vignette" + }, + { + "subGenre": "Witches", + "scene": "Tidal witch's net cast at estuary where the catch is echoes and memories", + "sceneVariants": [ + "Tidal witch's net cast at estuary where the catch is echoes and memories", + "Wet kelp and shell tangles", + "A net strung with tiny shells and glass beads", + "Moon-path glittering on the estuary", + "A driftwood altar with tied ribbons" + ], + "actions": [ + "Net lifts an image of a past day from the water then dissolves", + "Beads ring faintly with remembered voices", + "Kelp arranges into word-like shapes then unwinds", + "The tide brings a single old letter to shore" + ], + "camera": "Aerial estuary sweep with close net-lift inserts", + "accents": [ + "water micro-highlights on lifted image surface", + "shell micro-highlights glinting in net" + ], + "mood": "melancholic salvage", + "lighting": "pale moon estuary sheen", + "style": "poetic retrieval" + }, + { + "subGenre": "Witches", + "scene": "Final circle: a winter solstice conclave where candles burn under frost", + "sceneVariants": [ + "Final circle: a winter solstice conclave where candles burn under frost", + "A ring of witches in heavy cloaks", + "A shallow pool iced at the center", + "Winter sprigs and preserved herbs attached to belts", + "A carved bone chalice on a stump" + ], + "actions": [ + "Candles burn in defiance of frost and drip upward", + "A communal chant raises a warm breath that melts a path in ice", + "A bone chalice fills with a glowing liquid then empties", + "Hands join and release, and the air feels shifted" + ], + "camera": "Wide solemn circle shot with intimate hands-and-fire closeups", + "accents": [ + "candle micro-highlights inverted against frost", + "ice micro-highlights showing melt details" + ], + "mood": "communal resolution", + "lighting": "warm candle pockets in cold winter darkness", + "style": "ceremonial closing" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_3d_printing.json b/src/data/technology_and_future_3d_printing.json new file mode 100644 index 0000000..c0730a9 --- /dev/null +++ b/src/data/technology_and_future_3d_printing.json @@ -0,0 +1,502 @@ +[ + { + "subGenre": "3D Printing", + "scene": "Midnight biofabrication lab where a bioprinter gently deposits tissue scaffolds under blue surgical lights", + "sceneVariants": [ + "A sterile bench with a humming bioprinter extruding vascular channels", + "A lead scientist watching layered tissue take form on a cooled tray", + "Pipettes and microtubes arranged around a seated printer", + "A time-lapse overlay showing scaffold maturation over hours", + "A quiet incubator door closing as a print completes" + ], + "actions": [ + "Precision extruder lays down fibrillar strands in patterned arcs", + "A technician adjusts bio-ink flow rates from a tablet", + "Sensors hum as temperature and humidity auto-correct", + "A completed scaffold is transferred to an observation chamber" + ], + "camera": "Macro dolly-ins on nozzle motion with sterile wide shots to show lab scale", + "accents": [ + "cold specular highlights on glossy lab surfaces", + "micro-detail on gel textures and printed filaments" + ], + "mood": "quiet clinical focus", + "lighting": "cool surgical blues with small warm indicator LEDs", + "style": "clinical documentary" + }, + { + "subGenre": "3D Printing", + "scene": "Dawn construction site where a gantry-scale concrete printer extrudes a low-cost shelter into a desert plot", + "sceneVariants": [ + "A robotic arm tracing wall curves under pale sunrise", + "Workers preparing modular fixtures as the print rises", + "A crew smoothing layers while a pump feeds new mix", + "A time-lapse showing a single-room home assembled in hours", + "A family stepping through a newly printed doorway at first light" + ], + "actions": [ + "Layer lines lay down with audible clicks as material cures", + "A foreman signals adjustments to extrusion speed", + "A crew applies finishing render to fresh concrete ribs", + "A generator cycles as power fluctuates then stabilizes" + ], + "camera": "Epic wide establishing with low-angle passes to emphasize scale", + "accents": [ + "warm sunrise rim-light on fresh concrete edges", + "textural micro-roughness highlighted in close-ups" + ], + "mood": "hopeful pragmatic progress", + "lighting": "warm golden-hour with soft long shadows", + "style": "humanitarian architectural film" + }, + { + "subGenre": "3D Printing", + "scene": "Neon-lit maker festival at night where micro-filament printers hum in a crowded pavilion", + "sceneVariants": [ + "Rows of colorful desktop printers producing small sculptures", + "A live competition printing kinetic toys on stage", + "A child watching their first print peel off a heated bed", + "Vendors trading custom filament blends at stalls", + "A communal bench where prototypes are shared and critiqued" + ], + "actions": [ + "Nozzles shuttle back and forth producing visible layer lines", + "An announcer reveals a winning design as the crowd cheers", + "Hot-end smoke dissipates as prints finish and cool", + "A small exchange of firmware files and g-code tips" + ], + "camera": "Energetic handheld cuts with close-ups on filament deposition and audience reaction", + "accents": [ + "rich RGB stalls lighting catching glossy PLA finishes", + "high micro-detail on nozzle ejection and filament strands" + ], + "mood": "playful creative excitement", + "lighting": "colorful artificial festival lights with strong local contrast", + "style": "vibrant community documentary" + }, + { + "subGenre": "3D Printing", + "scene": "A bright dental lab midday where printers churn out crowns and aligners with clinical precision", + "sceneVariants": [ + "A technician polishing a printed dental crown under magnification", + "A row of resin printers with translucent vats bubbling", + "Digital scans converting to precise print jobs on nearby monitors", + "An order queue with patient IDs and precision times", + "A dentist trying a freshly printed bridge in a bright chair-side environment" + ], + "actions": [ + "UV curing cycles pulse as parts rotate on a tray", + "A micro-file cleans supports from a printed crown", + "Calibration routines run before each batch", + "A technician verifies tolerances with digital calipers" + ], + "camera": "Clean close-ups on fine-detail with clinical over-the-shoulder workflow shots", + "accents": [ + "sterile white highlights on ceramic-like surfaces", + "ultra-high fidelity tooth enamel textures in macro" + ], + "mood": "precise dependable professionalism", + "lighting": "bright neutral daylight for accurate color rendering", + "style": "medical-technical vignette" + }, + { + "subGenre": "3D Printing", + "scene": "A dim clandestine workshop at midnight where illicit weapon parts are quietly printed and assembled", + "sceneVariants": [ + "A hooded figure loading raw polymer into a small printer", + "Blueprints and anonymous forum printouts taped to the wall", + "Parts cooling on a rack while a radio murmurs outside", + "A hurried hand sanding a component before quick assembly", + "A printer pausing mid-print as footsteps pass the door" + ], + "actions": [ + "Noisy extrusion interrupted by furtive checks of the built parts", + "A laser sight is attached; components fit with tense precision", + "Clandestine packaging and labeling for clandestine circulation", + "A hurried deletion of g-code files from a thumb drive" + ], + "camera": "Grainy handheld POV with tight focusing on tools and hands", + "accents": [ + "harsh tungsten pool lighting isolating objects from shadow", + "gritty surface micro-scratches emphasized in close-ups" + ], + "mood": "paranoid furtive tension", + "lighting": "single hot lamp with strong local contrast, lots of shadow", + "style": "noir procedural" + }, + { + "subGenre": "3D Printing", + "scene": "Sunlit artisan studio where jewelry prototypes are printed in fine metal resin and finished by hand", + "sceneVariants": [ + "A jeweler inspecting lattice pendants off a chrome build plate", + "A delicate chain printed in high-res metal detail", + "Gold plating and hand-polishing at a sunlit bench", + "A client watching their custom ring take shape", + "A small kiln glowing as parts are sintered for finishing" + ], + "actions": [ + "Support removal and careful tumbling to reveal polished surfaces", + "Hand-finishing smoothing micro-seams with sandpaper and torch", + "A jeweler mounts a stone into a printed bezel", + "Photography capture of final pieces for an online catalog" + ], + "camera": "Soft, intimate macro and product-style gliding shots", + "accents": [ + "warm sunlit glitter on metal and gemstone micro-facets", + "fine textural detail on printed lattice geometry" + ], + "mood": "craft-focused elegant patience", + "lighting": "warm natural daylight with soft fill", + "style": "luxury artisan film" + }, + { + "subGenre": "3D Printing", + "scene": "A remote Antarctic research station where engineers print a missing pump housing in a dim workshop", + "sceneVariants": [ + "A single-printer bench with frost on the window", + "Engineers calibrating a print to fit brittle legacy hardware", + "A field-assembled replacement fitted into a storm-battered pump", + "A small console logging build parameters and telemetry", + "A final successful spin test in a wind-whipped outbuilding" + ], + "actions": [ + "Material spool is warmed to prevent brittleness in cold air", + "A printed housing is test-fitted and shimmed with epoxy", + "Telemetry confirms fit and pressure tolerances", + "A communal cheer from the cramped station as machinery restarts" + ], + "camera": "Close functional shots intercut with wide frozen landscape establishes", + "accents": [ + "cold blue rim-light from outside frost contrasting with warm interior lamp", + "detailed prints of part interfaces and fasteners" + ], + "mood": "resourceful resilient problem-solving", + "lighting": "low ambient with warm interior task lighting", + "style": "survivalist technical vignette" + }, + { + "subGenre": "3D Printing", + "scene": "Late-night hospital emergency room where rapid prosthetic sockets are printed for a trauma patient", + "sceneVariants": [ + "A med team measuring a residual limb as a printer queues the socket", + "A freshly printed socket fitted and adjusted at bedside", + "A family watching in low light as mobility is restored", + "A rapid prototyping station with nested trays of components", + "A rehabilitation therapist testing fit and comfort on first steps" + ], + "actions": [ + "Scanning and slice-to-print pipeline runs in minutes", + "Cushioning inserts are adjusted and reprinted for comfort", + "A mobility test performed with stabilization aids", + "Digital patient record logs the custom fitting session" + ], + "camera": "Intimate steady close-ups on hands and faces with decisive clinical inserts", + "accents": [ + "soft warm lamp light on skin and socket edges", + "high micro-detail on socket laminate and cushioning textures" + ], + "mood": "urgent compassionate relief", + "lighting": "warm focused task lighting against dim ER backdrop", + "style": "medical human-interest documentary" + }, + { + "subGenre": "3D Printing", + "scene": "Bright academic lab midday where students print micro-architectural models for a design review", + "sceneVariants": [ + "A row of desktop SLA printers producing transparent model sections", + "Students pinning printed iterations on corkboards", + "A professor commenting on negative space and print tolerances", + "An iterative table of prototypes showing progressive refinement", + "A presentation where models rotate under gallery lights" + ], + "actions": [ + "Design-slice cycles run as students iterate geometry", + "Support structures shaved off and resealed", + "A group debate over scale and print orientation", + "Photogrammetry scans feed back into a next revision" + ], + "camera": "Structured mid-shots and cutaways to hands-on prototyping", + "accents": [ + "clean studio daylight with crisp shadowing on models", + "fine grain detail on printed translucent resins" + ], + "mood": "studious collaborative curiosity", + "lighting": "bright diffuse studio light for good visibility", + "style": "educational process film" + }, + { + "subGenre": "3D Printing", + "scene": "Foggy harbor night where a marine restoration team prints artificial reef modules from recycled plastic", + "sceneVariants": [ + "A waterfront printer extruding coral-like lattice into molds", + "Technicians prepping prints for ocean deployment at first light", + "A boat loading printed reef units to tow to a site", + "Underwater shots of modules settling and fish investigating", + "Data logs of material degradation and ecological responses" + ], + "actions": [ + "Molds are cured and sealed before ocean placement", + "Buoyancy tests performed in a harbor tank", + "A crane lifts modules to a skiff for transit", + "Scientists annotate footage of colonization in the days after deployment" + ], + "camera": "Moody low-light docks coverage with crisp underwater macro work", + "accents": [ + "damp specular highlights and slick plastic textures", + "micro-detail on barnacle-friendly lattice geometry" + ], + "mood": "proactive environmental stewardship", + "lighting": "low ambient dock light with early dawn promise", + "style": "conservation tech documentary" + }, + { + "subGenre": "3D Printing", + "scene": "A sterile semiconductor cleanroom midday where printers lay out complex thermal management fixtures for chips", + "sceneVariants": [ + "A robot arm depositing high-precision cooling channels", + "Cleanroom technicians monitoring print tolerances on monitors", + "Printed microfluidic manifolds queued for test bonding", + "A wafer test rig with integrated printed clamps", + "A strict gowning procedure observed before entry" + ], + "actions": [ + "Micro-extrusion lays serpentine coolant channels with micron accuracy", + "Sensors verify channel continuity and pressure limits", + "Printed fixtures are bonded to test modules with laser assistance", + "Data streams confirm thermal diffusion improvements" + ], + "camera": "Pristine tight cleanroom shots with macro detail emphasis", + "accents": [ + "cold clinical lighting accentuating glossy surfaces", + "ultra-fine texture on printed micro-channels" + ], + "mood": "precise high-stakes engineering", + "lighting": "neutral bright cleanroom illumination", + "style": "industrial R&D documentary" + }, + { + "subGenre": "3D Printing", + "scene": "A dark underground artist’s studio where experimental fractal sculptures are printed in metal powder and sintered", + "sceneVariants": [ + "A kiln glowing as complex lattice forms harden", + "A tray of fresh metal prints with fine powder residue", + "An artist polishing a fold-reflective surface", + "An installation of suspended printed sculptures lit from within", + "A gallery preview with viewers murmuring under low light" + ], + "actions": [ + "Sintering cycles hum and reveal structural integrity", + "Fine post-processing removes powder and refines edge detail", + "An artist sands and polishes to reveal inner reflections", + "A sculpture is suspended and lit for a show piece" + ], + "camera": "Moody low-key with dramatic rim-light on metallic forms", + "accents": [ + "warm internal glows contrasted with dark ambient surrounds", + "high micro-detail on sintered grain and polished facets" + ], + "mood": "mysterious creative intensity", + "lighting": "dramatic low-key with selected highlights", + "style": "experimental art film" + }, + { + "subGenre": "3D Printing", + "scene": "Bright industrial factory floor where metal additive presses manufacture lightweight aerospace brackets", + "sceneVariants": [ + "A bank of industrial metal printers in synchronized cycles", + "Robotic arms retrieving printed parts to conveyor belts", + "Engineers inspecting lattice-optimized brackets for stress tests", + "A logistics team palletizing batches for shipment", + "A final assembly where printed parts meet machined components" + ], + "actions": [ + "Part builds rotate in ovens for stress-relief annealing", + "Robotic QC arms laser-scan parts for dimensional accuracy", + "A technician tags non-conforming pieces for rework", + "Data pipelines log build energy and material consumption" + ], + "camera": "Wide industrial panoramas with technical close-ups of additive metal layers", + "accents": [ + "cold metallic highlights and bright factory strobes", + "fine detail in layered metal grain visible in macro" + ], + "mood": "efficient precision manufacturing", + "lighting": "bright factory lighting optimized for inspection", + "style": "industrial process documentary" + }, + { + "subGenre": "3D Printing", + "scene": "Midnight startup garage where a team prints an innovative drone chassis prototype on a deadline", + "sceneVariants": [ + "A cramped bench with sketches and iteration stacks", + "An anxious team swapping nozzles to test new composites", + "A late-night test fit of prop-mount geometry on a chassis", + "A celebratory high-five as the print completes successfully", + "A hurried field test at dawn with the prototype hovering" + ], + "actions": [ + "Rapid prototyping cycles with immediate physical testing", + "A firmware tweak uploaded and a quick flight test executed", + "Printed components adjusted in-situ and reprinted", + "Data logged and pushed to a cloud backlog for next sprint" + ], + "camera": "Fast-paced montage cuts with close hands-on POVs", + "accents": [ + "warm desk lamp pools contrasted with cool monitor glows", + "detailed surface finishes and printed reinforcement ribs" + ], + "mood": "tense inventive urgency", + "lighting": "mixed warm task lighting and cooler screen illumination", + "style": "startup product sprint film" + }, + { + "subGenre": "3D Printing", + "scene": "A rainy urban repair kiosk at dusk where on-demand spare parts are printed for commuters’ broken bicycles", + "sceneVariants": [ + "A small sidewalk stall with a printer visible through a window", + "A mechanic fitting a printed derailleur replacement under a shelter", + "A queue of cyclists watching parts print in the rain-cooled evening", + "A touch-screen kiosk ordering and paying for a same-day printed part", + "A commuter pedals away with a printed bracket secured" + ], + "actions": [ + "A printer extrudes a durable nylon bracket in real time", + "A mechanic swaps a broken part and tightens a bolt", + "A quick QC spin validates alignment", + "A receipt prints with a QR code linking to design provenance" + ], + "camera": "Warm street-level documentary with intimate customer interaction close-ups", + "accents": [ + "wet-sheen reflections and soft city neon highlights", + "micro-detail on printed gear teeth and filament extrusion lines" + ], + "mood": "practical neighborhood resilience", + "lighting": "dusk with wet reflective highlights and warm interior light", + "style": "urban community vignette" + }, + { + "subGenre": "3D Printing", + "scene": "Nighttime orbital fabrication module where astronauts print a replacement antenna on the ISS-like platform", + "sceneVariants": [ + "Microgravity printer constrained in a modular bay", + "An astronaut anchor-clipping a printed antenna to an external truss", + "Telemetry feeds confirming material cure in orbit", + "A remotely monitored print job queued from a ground station", + "A gentle Earth-rise through a small viewport as the print completes" + ], + "actions": [ + "Micro-extrusion depositing filament in controlled coils under microgravity", + "A safety tether secures the part during transfer outside", + "Data uplink confirms dimensional fidelity and deployment readiness", + "A remote engineer approves the release for installation" + ], + "camera": "Tight, claustrophobic interior shots with wide external vistas of Earth", + "accents": [ + "cold blue instrument glow and glossy printed surfaces", + "fine micro-detail on fasteners and printed interface tabs" + ], + "mood": "calm high-stakes resourcefulness", + "lighting": "cool spacecraft interior lighting with Earth-glow reflections", + "style": "space engineering documentary" + }, + { + "subGenre": "3D Printing", + "scene": "A twilight rehabilitation center where custom orthotics and assistive devices are printed to improve elderly mobility", + "sceneVariants": [ + "A patient receiving a printed ankle-foot orthosis", + "A clinician scanning gait and iterating print profiles", + "A print being post-processed and fitted to an assistive walker", + "A therapy session showing improved stride with the new device", + "A community workshop teaching carers to print basic aids" + ], + "actions": [ + "Scan-to-print cycles tailor support geometry to patient anatomy", + "Padding and straps are adjusted and tested", + "Small reprints refine comfort points", + "Therapists log improvements and patient feedback" + ], + "camera": "Gentle documentary style with empathetic close-ups on faces and motion", + "accents": [ + "warm clinical daylight with soft rim-light on supportive materials", + "textural detail on flexible printed lattices and straps" + ], + "mood": "compassionate patient-centered care", + "lighting": "soft warm daylight for comfortable ambiance", + "style": "human-focused medical documentary" + }, + { + "subGenre": "3D Printing", + "scene": "A dim forensic lab where investigators print a microscopic replica of a weapon fragment from 3D scan data", + "sceneVariants": [ + "High-resolution printers producing evidence-scale replicas", + "A scaled comparison table of fragments and printed matches", + "Analysts annotating grain and fracture patterns on prints", + "A courtroom-ready chain-of-custody crate receiving final prints", + "A technician preparing microphotographs of the replica for experts" + ], + "actions": [ + "Fine-detail printing followed by scanning microscopy verification", + "Annotations compared to failed prints to rule out defects", + "A print sealed into evidence packaging under camera", + "Metadata logged to ensure legal admissibility" + ], + "camera": "Clinical tight-focus shots and formal cataloging angles", + "accents": [ + "cold forensic lights and matte surface micro-detail", + "sharp texture on fracture edges emphasized in macro" + ], + "mood": "methodical investigative gravity", + "lighting": "bright neutral lab light for clear evidence capture", + "style": "procedural forensic documentary" + }, + { + "subGenre": "3D Printing", + "scene": "A bright sustainable-recycling hub at midday where city waste is converted into filament for local printing projects", + "sceneVariants": [ + "Shredders processing post-consumer plastics for pelletizing", + "A filament extruder producing fresh colored spools", + "Community printers minting public-park fixtures and tools", + "A design station sharing open-source models for civic use", + "A wall chart tracking material savings and CO2 avoided" + ], + "actions": [ + "Pellet blending and extrusion monitored for consistent diameter", + "A civic bench is printed and installed in community gardens", + "Volunteers sort and feed waste into the processing chain", + "An educational tour explains lifecycle metrics and benefits" + ], + "camera": "Bright community-oriented documentary with process-closeups", + "accents": [ + "sunlit workshop floors and colorful recycled filament sheen", + "fine extrusion texture and recycled-grain patterns visible" + ], + "mood": "optimistic civic sustainability", + "lighting": "clear daylight with high color fidelity", + "style": "community sustainability film" + }, + { + "subGenre": "3D Printing", + "scene": "A moody night-run forensic restoration where curators print missing fragments to complete a damaged antique", + "sceneVariants": [ + "A print overlaying onto a cracked porcelain vase", + "Conservators scanning fracture edges for perfect mating", + "A final composite revealed under a preservation lamp", + "A delicate sanding session to blend repair lines", + "A museum night-guard witnessing a small restoration success" + ], + "actions": [ + "High-precision orientation prints recreate missing ornament", + "Adhesives and reversible methods secure repairs", + "Surface finishing technicians tint and texture for patina match", + "Documentation logs reversible steps for later conservators" + ], + "camera": "Quiet, reverent documentary framing with macro restoration detail", + "accents": [ + "soft tungsten conservation lamp and warm patina micro-texture", + "high-resolution detail on print-to-original joins" + ], + "mood": "careful reverent restoration", + "lighting": "warm focused conservation lighting", + "style": "heritage restoration film" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_artificial_intelligence.json b/src/data/technology_and_future_artificial_intelligence.json new file mode 100644 index 0000000..87a8333 --- /dev/null +++ b/src/data/technology_and_future_artificial_intelligence.json @@ -0,0 +1,552 @@ +[ + { + "subGenre": "Artificial Intelligence", + "scene": "Clean lab floor with a single humanoid chassis on a raised platform and soft indicator LEDs", + "sceneVariants": [ + "Clean lab floor with a single humanoid chassis on a raised platform and soft indicator LEDs", + "A bank of operators watching telemetry on glass screens", + "Robotic arms hung in standby around the room", + "A whiteboard filled with training loss curves", + "A faint smell of coolant and machine oil" + ], + "actions": [ + "Status LEDs cycle through initialization sequences", + "A synthetic vocalizer tests phonemes in a quiet ritual", + "Rails adjust position as the chassis runs a self-test", + "A rollback script visibly reverts a recent weight update" + ], + "camera": "Low-angle dolly circling the chassis with tight sensor macro inserts", + "accents": [ + "cold edge micro-highlights on brushed metal", + "lens micro-highlights showing sensor glints" + ], + "mood": "clinical wonder", + "lighting": "cool lab fill with focused cold spotlights", + "style": "near-future industrial" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Data center aisle with endless racks and a single blinking amber node", + "sceneVariants": [ + "Data center aisle with endless racks and a single blinking amber node", + "Cable ladders running like veins above", + "A maintenance cart with diagnostic tablets", + "Humidifier hiss and low fan thrum", + "An operator sleeve tapping a touch panel" + ], + "actions": [ + "Ambient LED pathways route power to a failing cluster", + "A cooling duct shutters, altering rack noise", + "A console logs a subtle model drift alert", + "A technician's hand hovers then types a manual override" + ], + "camera": "Long tracking shot down the aisle with rack-level closeups", + "accents": [ + "rack micro-highlights on brushed steel", + "fiber micro-highlights catching tiny sparks" + ], + "mood": "sustained tension", + "lighting": "cool blue rack glow with darker aisles", + "style": "high-tech procedural" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Urban smart street where sensor poles communicate with passing autonomous taxis", + "sceneVariants": [ + "Urban smart street where sensor poles communicate with passing autonomous taxis", + "Pedestrian signals embedded with small cameras", + "A bus shelter with AR schedule overlays", + "A cyclist paused checking a wearable HUD", + "Reflective puddles mapping the sky" + ], + "actions": [ + "Pole nodes handshake with taxi modules to reserve curb space", + "AR overlays shift in response to user gaze", + "A traffic predictive module reroutes a vehicle mid-stream", + "A child's voice activates a crosswalk assist" + ], + "camera": "Street-level dolly with occasional wide establishing of skyline and sensor nests", + "accents": [ + "neon micro-highlights on sensor housings", + "screen micro-highlights on AR glass" + ], + "mood": "responsive bustle", + "lighting": "urban dusk with mixed warm signage and cold sensor glows", + "style": "smart-city realism" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Home kitchen where a culinary AI suggests a dish and robotic arms perform garnishes", + "sceneVariants": [ + "Home kitchen where a culinary AI suggests a dish and robotic arms perform garnishes", + "A tablet propped with an ingredient list", + "A magnetic knife rail and spice jars labeled by flavour profile", + "An open window with morning light", + "A family dog watching from below the counter" + ], + "actions": [ + "Robotic arm performs precision julienne cuts", + "Recipe voice guidance adjusts salt in micrograms", + "A flavor-scan HUD updates the pairing suggestion live", + "The smart oven self-calibrates and times a perfect finish" + ], + "camera": "Culinary close-inserts with overhead ingredient choreo and slow push-outs", + "accents": [ + "stainless micro-highlights on utensil rims", + "plating micro-highlights on glossy sauces" + ], + "mood": "domestic futurism", + "lighting": "warm kitchen fill with cold display accents", + "style": "practical near-future" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Hospital diagnostic bay where an AI reads scans and overlays annotations on a patient hologram", + "sceneVariants": [ + "Hospital diagnostic bay where an AI reads scans and overlays annotations on a patient hologram", + "A clinician with AR glasses reviewing suggested differentials", + "A rolling diagnostic cart with multi-spectral camera", + "A patient reclining with comfortable blankets", + "A monitor plotting vital trend predictions" + ], + "actions": [ + "Holographic markers highlight suspicious regions with confidence percentages", + "AI offers alternative diagnoses with provenance traces", + "Clinician taps to accept and the plan populates the EMR", + "A predictive timeline shows likely outcomes with probability bands" + ], + "camera": "Clinical tracking with hologram close-ups and interface inserts", + "accents": [ + "holo micro-highlights on floating glyphs", + "screen micro-highlights on confidence bars" + ], + "mood": "calm analytical", + "lighting": "soft clinical with focused holographic light", + "style": "medical-technical" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Autonomous farm: drones seed husks in geometric patterns over a sunrise field", + "sceneVariants": [ + "Autonomous farm: drones seed husks in geometric patterns over a sunrise field", + "Rows of sensor stakes measuring moisture", + "A solar charging array for robotic tractors", + "A farmer monitoring via wrist HUD", + "A windbreak of smart trees" + ], + "actions": [ + "Drones map and adjust seeding density in real-time", + "A soil-agent sprayer targets micro-zones by analysis", + "Edge AI signals a tractor to perform micro-tilling", + "Harvest yield predictions update on a live dashboard" + ], + "camera": "Aerial pattern sweep with close soil micro-inserts", + "accents": [ + "solar micro-highlights on panels", + "soil micro-highlights revealing texture" + ], + "mood": "efficient growth", + "lighting": "golden hour with practical machine glints", + "style": "agri-tech documentary" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Ethics committee room debating an AI's proposed behavioral changes", + "sceneVariants": [ + "Ethics committee room debating an AI's proposed behavioral changes", + "A round table with mixed specialists", + "A large screen presenting decision trees", + "Live transcripts with highlighted disagreements", + "A small clock tracking elapsed deliberation" + ], + "actions": [ + "Members annotate a proposal and vote via secure tablet", + "AI presents simulation outcomes for each option", + "A dissenting voice plays a recorded stakeholder testimony", + "The committee timestamps and issues a formal amendment" + ], + "camera": "Steady conference-level with attention on screen and hand gestures", + "accents": [ + "paper micro-highlights on annotated margins", + "screen micro-highlights on decision nodes" + ], + "mood": "tense deliberation", + "lighting": "neutral conference with focused display light", + "style": "institutional drama" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Personalized education pod where an AI tutor rearranges curriculum to student cues", + "sceneVariants": [ + "Personalized education pod where an AI tutor rearranges curriculum to student cues", + "A child with lightweight AR headset", + "Adaptive blocks and interactive projections", + "A parent watching on a kitchen monitor", + "A soft chair and ergonomic desk" + ], + "actions": [ + "Content difficulty scales micro-step as the student answers", + "The AI introduces a personalized anecdote to anchor learning", + "Progress badges animate and a micro-reward dispenses", + "A recommended next-step plan pushes to the parent's device" + ], + "camera": "Kid-level close with overlay HUD inserts", + "accents": [ + "projection micro-highlights on interactive blocks", + "fabric micro-highlights on chair texture" + ], + "mood": "encouraging intelligence", + "lighting": "soft domestic with learning-hud glow", + "style": "warm ed-tech" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Security operations center tracking an emergent AI policy violation on a global map", + "sceneVariants": [ + "Security operations center tracking an emergent AI policy violation on a global map", + "Rows of analysts with headsets", + "Red pin clusters showing anomalous behavior", + "A legal counsel on a video call", + "A log of automated mitigation steps" + ], + "actions": [ + "An alert escalates and a containment playbook auto-triggers", + "Analysts correlate telemetry with third-party reports", + "A script quarantines a model instance and snapshots weights", + "Legal flags create a freeze on outbound changes" + ], + "camera": "Operational wide with map-level inserts and activity tickers", + "accents": [ + "map micro-highlights on pin clusters", + "screen micro-highlights on log scroll" + ], + "mood": "urgent control", + "lighting": "dim ops-room with map glow", + "style": "cyber-ops realism" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Creative studio where an AI co-creates imagery while the artist edits in real-time", + "sceneVariants": [ + "Creative studio where an AI co-creates imagery while the artist edits in real-time", + "A large color-calibrated monitor", + "Sketches taped to the wall", + "A stylus and tablet in motion", + "A reference shelf of classic prints" + ], + "actions": [ + "AI proposes multiple stylistic alternatives in a flowing carousel", + "Artist tweaks color nodes and the AI updates brushwork instantly", + "A saved checkpoint stores the collaboration history", + "A small projector throws the evolving image onto a wall for critique" + ], + "camera": "Intimate desk-level with monitor macro and hand interaction inserts", + "accents": [ + "ink micro-highlights on stroke edges", + "screen micro-highlights on color swatches" + ], + "mood": "playful collaboration", + "lighting": "soft studio warm with monitor cool", + "style": "creative tech vignette" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Factory floor where AI vision identifes micro-defects and routes items to rework lanes", + "sceneVariants": [ + "Factory floor where AI vision identifes micro-defects and routes items to rework lanes", + "Conveyor belts with color-coded bins", + "Robotic pickers throttling throughput", + "A dashboard showing yield improvement", + "A maintenance crew standing by" + ], + "actions": [ + "Cameras flag a marginal defect and divert the part to a rework arm", + "Throughput predictions update on the factory HUD", + "A maintenance alert schedules a soft downtime", + "Operators approve an automated rework routine" + ], + "camera": "Wide factory pan with belt-level macro and picker inserts", + "accents": [ + "conveyor micro-highlights on textured belts", + "metal micro-highlights on picker grippers" + ], + "mood": "industrial precision", + "lighting": "warm warehouse with directional task lights", + "style": "industrial automation" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Healthcare home-visit where a companion AI assistant monitors vitals and communicates with a remote doctor", + "sceneVariants": [ + "Healthcare home-visit where a companion AI assistant monitors vitals and communicates with a remote doctor", + "A small rover with soft exterior", + "A tablet showing telehealth feed", + "Medication trays labeled by schedule", + "A family member organizing papers" + ], + "actions": [ + "Rover collects vitals and reports anomalies to the telehealth dashboard", + "AI assistant suggests a medication reminder and schedules a nurse visit", + "Doctor annotates the feed and prescribes a telecheck", + "Family acknowledges receipt via voice" + ], + "camera": "Warm domestic inserts with rover micro-inserts and HUD overlays", + "accents": [ + "plastic micro-highlights on rover shell", + "screen micro-highlights on telefeed" + ], + "mood": "reassuring technology", + "lighting": "natural home light with clinical display accents", + "style": "human-centered health" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Autonomous research submarine mapping the deep with AI-driven pattern discovery", + "sceneVariants": [ + "Autonomous research submarine mapping the deep with AI-driven pattern discovery", + "Bioluminescent organisms in the water column", + "A control deck with a single operator monitoring", + "A sonar display showing complex echoes", + "A tether retraction system" + ], + "actions": [ + "AI isolates anomalous acoustic patterns and classifies them", + "Sub maneuvers to obtain a high-resolution pass", + "Live models render probable species distributions", + "Operator triggers a soft sample collector" + ], + "camera": "Underwater glide with sonar overlays and biolume close-ins", + "accents": [ + "water micro-highlights on particles", + "glass micro-highlights on viewport sheen" + ], + "mood": "exploratory awe", + "lighting": "deep cool blues with focused vehicle lights", + "style": "scientific cinematic" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Retail storefront where AI tailors window displays to passersby demographics in real-time", + "sceneVariants": [ + "Retail storefront where AI tailors window displays to passersby demographics in real-time", + "An interactive window with embedded cameras", + "A passerby glance heatmap", + "A store manager adjusting rules on a tablet", + "A crosswalk feeding foot traffic" + ], + "actions": [ + "Window content swaps to resonate with detected age and style", + "Analytics updates conversion probability live", + "A passerby interacts with AR and requests a virtual fitting", + "Manager approves a temporary promotion pushed to local devices" + ], + "camera": "Street-facing wide with window reflection macro and analytics overlays", + "accents": [ + "glass micro-highlights on window sheen", + "screen micro-highlights on promo badges" + ], + "mood": "targeted commerce", + "lighting": "daylight with display backlighting", + "style": "retail-futurism" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Personal health dashboard hologram summarizing long-term trends and personalized interventions", + "sceneVariants": [ + "Personal health dashboard hologram summarizing long-term trends and personalized interventions", + "A bedside holographic projector", + "Biometric tattoo patches showing micro-changes", + "A tidy nightstand with medication vials", + "A calendar showing scheduled interventions" + ], + "actions": [ + "Hologram animates risk bands and suggests micro-interventions", + "AI adjusts scheduling to optimize sleep and medication windows", + "Patient acknowledges with a voice command and the plan syncs", + "Longitudinal graphs highlight anomalies in color" + ], + "camera": "Intimate bedside inserts with hologram macro and hand interaction", + "accents": [ + "holo micro-highlights on floating graph edges", + "skin micro-highlights on tattoo sensors" + ], + "mood": "empowering clarity", + "lighting": "soft nighttime with hologram glow", + "style": "personal-medical futurism" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Creative writing lab where language models spin story branches and authors select arcs", + "sceneVariants": [ + "Creative writing lab where language models spin story branches and authors select arcs", + "A corkboard with pinned plot threads", + "A small group of writers in discussion", + "A laptop showing branching story trees", + "A kettle steaming nearby" + ], + "actions": [ + "Model generates three tonal variations for a single scene", + "Writers annotate lines and freeze chosen strands into a master branch", + "Versioning saves a timeline of narrative choices", + "A live reading plays a synthesized voice for feedback" + ], + "camera": "Cozy writer-level with screen inserts and group reaction cuts", + "accents": [ + "paper micro-highlights on pinned notes", + "screen micro-highlights on branch nodes" + ], + "mood": "collaborative creativity", + "lighting": "warm studio lamp with cool screen glow", + "style": "literary-tech vignette" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Disaster response hub where AI models fuse satellite and tower data to prioritize rescue", + "sceneVariants": [ + "Disaster response hub where AI models fuse satellite and tower data to prioritize rescue", + "Large wall of multi-source feeds", + "A cluster of volunteers mobilizing", + "Portable comms rigs and drone launch pads", + "A logistic whiteboard updating in real-time" + ], + "actions": [ + "Model highlights critical zones and suggests optimal vehicle routing", + "Drones dispatch to confirm model views and feed back updated maps", + "Volunteers receive prioritized task lists on wearable tags", + "A supply chain agent schedules cache drops" + ], + "camera": "Operational wide with feed inserts and drone POV", + "accents": [ + "map micro-highlights on hotspot overlays", + "drone micro-highlights on rotor sheen" + ], + "mood": "focused urgency", + "lighting": "functional hub light with multi-feed glows", + "style": "humanitarian tech" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Legal office where AI-assisted discovery surfaces an unexpected pattern in case documents", + "sceneVariants": [ + "Legal office where AI-assisted discovery surfaces an unexpected pattern in case documents", + "A wall of filing folders and a long wooden table", + "A junior counsel pointing to flagged lines on screen", + "A legal pad with margin notes", + "A kettle on a side hob" + ], + "actions": [ + "Discovery flags a hidden connection across unrelated files", + "Counsel debates admissibility while AI traces provenance", + "A timeline visualization animates to show sequence of events", + "A single document is marked for urgent review" + ], + "camera": "Steady interior with document-level macro and timeline inserts", + "accents": [ + "paper micro-highlights on margin creases", + "screen micro-highlights on provenance chains" + ], + "mood": "procedural revelation", + "lighting": "neutral office with warm task lamps", + "style": "legal-tech procedural" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Traffic control center where AI anticipates congestion and dynamically changes signal timings", + "sceneVariants": [ + "Traffic control center where AI anticipates congestion and dynamically changes signal timings", + "A bank of city cams and a live traffic map", + "A supervisor monitoring multiple feeds", + "A small model intersection with moving lights", + "A weather overlay showing incoming storm" + ], + "actions": [ + "Signals retime to prevent an emergent jam", + "AI simulates alternate scenarios with pros/cons displayed", + "A commuter alert pushes route suggestions to mobile apps", + "A micro-modal shift prioritizes emergency vehicle corridors" + ], + "camera": "Control-level wide with intersection macro and app overlay inserts", + "accents": [ + "screen micro-highlights on timing charts", + "metal micro-highlights on control consoles" + ], + "mood": "dynamic orchestration", + "lighting": "dim ops with bright map glows", + "style": "urban systems" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Art restoration lab where AI reconstructs missing pigment on a Renaissance canvas", + "sceneVariants": [ + "Art restoration lab where AI reconstructs missing pigment on a Renaissance canvas", + "Microscope lenses hung over a bench", + "A conservator in gloves testing micro-samples", + "A color calibration chart", + "A catalog of pigment references" + ], + "actions": [ + "AI proposes reconstruction strokes and pigment blends", + "Conservator tests micro-samples and approves a matched recipe", + "Microscope reveals underdrawings that inform restoration", + "Before/after simulation fades across the canvas" + ], + "camera": "Macro material-level inserts with careful crossfade to simulation", + "accents": [ + "paint micro-highlights on cracked craquelure", + "glass micro-highlights on lens surfaces" + ], + "mood": "patient reverence", + "lighting": "soft lab light with neutral color balance", + "style": "heritage-tech vignette" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Autonomous retail warehouse where AI robots pick and pack optimized bundles", + "sceneVariants": [ + "Autonomous retail warehouse where AI robots pick and pack optimized bundles", + "Order chutes with barcode scanners", + "A performance dashboard showing throughput", + "A human supervisor scanning exceptions", + "A quiet corridor of stacked fulfillment pods" + ], + "actions": [ + "Robots select items with minimal motion paths", + "Packing algorithms propose compact bundle configurations", + "A single exception triggers a human-assist workflow", + "Throughput improves visibly on the dashboard" + ], + "camera": "Mechanical tracking with picker-arm macro and pack insert", + "accents": [ + "plastic micro-highlights on parcel sheen", + "barcode micro-highlights on labels" + ], + "mood": "efficient momentum", + "lighting": "bright warehouse with task spotlighting", + "style": "fulfillment futurism" + }, + { + "subGenre": "Artificial Intelligence", + "scene": "Public plaza where conversational kiosks provide multilingual assistance to diverse visitors", + "sceneVariants": [ + "Public plaza where conversational kiosks provide multilingual assistance to diverse visitors", + "Planter benches and charging stations", + "A fountain with embedded sensors", + "A cyclist pausing to query a kiosk", + "Passersby with varied attire reflecting cultural mix" + ], + "actions": [ + "Kiosk recognizes language and displays culturally appropriate suggestions", + "AI routes users to nearby events and accessibility options", + "A small crowd forms around a live translation demo", + "Kiosk politely defers sensitive requests to human operators" + ], + "camera": "Plaza-level wide with kiosk interface macro and crowd inserts", + "accents": [ + "glass micro-highlights on kiosk display", + "water micro-highlights on fountain ripples" + ], + "mood": "helpful cosmopolitan", + "lighting": "daylight with soft urban shade", + "style": "civic tech vignette" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_augmented_reality.json b/src/data/technology_and_future_augmented_reality.json new file mode 100644 index 0000000..3cb9f1e --- /dev/null +++ b/src/data/technology_and_future_augmented_reality.json @@ -0,0 +1,477 @@ +[ + { + "subGenre": "Augmented Reality", + "scene": "Neon-soaked shopping district at night where AR adverts layer animated storefronts", + "sceneVariants": [ + "Crowded mall avenue with floating sale holograms", + "Narrow arcade alley covered in interactive graffiti overlays", + "A flagship store projecting 3D product demos above the street", + "Rooftop billboards morphing into immersive AR mascots", + "An independent vendor with glitchy handcrafted AR stickers" + ], + "actions": [ + "Shoppers toggle filters to preview outfits on themselves", + "An ad avatar arcs down a building and dissolves into particles", + "A child chases a virtual creature that weaves between legs", + "A vendor updates pricing overlays in real time" + ], + "camera": "Over-the-shoulder tracking with occasional wide establishing neon panoramas", + "accents": [ + "vivid neon bloom on reflective wet pavement", + "high-detail holographic grain and particle edges" + ], + "mood": "sensory-saturated consumer frenzy", + "lighting": "deep night with high-contrast neon and holographic glows", + "style": "cyber-pop AR commercial cinematography" + }, + { + "subGenre": "Augmented Reality", + "scene": "Bright riverside park at noon where families use AR to learn about flora and fauna", + "sceneVariants": [ + "Children pointing tablets at trees to reveal species overlays", + "An AR guide projecting animated bird migration paths", + "Picnic groups sharing synchronized AR storybook animations", + "A gardener viewing soil health visualizations in real time", + "A running app mapping live biometric-powered avatars on the path" + ], + "actions": [ + "Leaves highlighted with micro-info panels when scanned", + "A park ranger toggles conservation mode to mute commercial AR", + "A family composes a shared AR photo with animated frames", + "An elderly couple reads enlarged subtitles through smart lenses" + ], + "camera": "Warm, stable tracking with gentle POV inserts into device displays", + "accents": [ + "soft sun-kissed rim-light on lens glass", + "tight micro-detail on leaf surfaces and UI typography" + ], + "mood": "playful educational warmth", + "lighting": "bright daylight with soft fill and translucent AR overlays", + "style": "documentary lifestyle AR" + }, + { + "subGenre": "Augmented Reality", + "scene": "Subway platform at dusk where commuters’ AR wayfinding projects ghostly arrows into the crowd", + "sceneVariants": [ + "Platform edge with floating route ribbons", + "An announcement overlay revealing delayed trains", + "A commuter’s headset showing alternate route suggestions", + "Ads flicking in and out as trains pass", + "A maintenance worker using AR to identify faulty track segments" + ], + "actions": [ + "AR arrows pulse to guide a lost traveler", + "Commuter toggles quiet mode to collapse ads", + "A vendor uses AR menus to take orders", + "A transit worker pins repair notes into physical tiles" + ], + "camera": "Handheld kinetic shots intercut with close headset POV HUDs", + "accents": [ + "cool station fluorescents reflecting hologram edges", + "crisp motion-blur trails on moving train AR elements" + ], + "mood": "efficient urban impatience", + "lighting": "low dusk with strong artificial station light and holographic accents", + "style": "gritty commuter AR vignette" + }, + { + "subGenre": "Augmented Reality", + "scene": "Historic museum gallery during daylight where AR layers reconstruct vanished architecture over ruins", + "sceneVariants": [ + "Visitors seeing a ruined façade rebuilt as a translucent overlay", + "A curator toggling centuries in a timeline overlay", + "Children bringing animated historical figures to life", + "A quiet conservator using microscopic AR to inspect pigments", + "An AR audio narrator anchoring location-based storytelling" + ], + "actions": [ + "Visitors pinch to scale reconstructed walls", + "An overlay dissolves to reveal underlying restoration notes", + "A student records an augmented bracketed sketch", + "A conservationist leaves sticky AR markers for colleagues" + ], + "camera": "Calm dolly with precise archival close-ups and seamless cross-fades into overlays", + "accents": [ + "warm gallery spotlights catching augmented dust motes", + "fine-grain texture on restored stone facades" + ], + "mood": "reverent curiosity", + "lighting": "soft daylight through clerestory with clear AR contrast", + "style": "educational cinematic reconstruction" + }, + { + "subGenre": "Augmented Reality", + "scene": "Dim makerspace at night where designers prototype AR furniture placements in live rooms", + "sceneVariants": [ + "A couch previewed in different fabrics with AR swaps", + "A lamp demonstrating varied light temperatures in situ", + "A small team annotating an AR model of a modular shelf", + "A noisy 3D-printer area with overlayed metrics", + "A solo designer testing scale with a headset in a loft" + ], + "actions": [ + "Drag-and-drop furniture placements snapping to floor plans", + "Material shaders switch from matte to glossy in real time", + "A collaborator leaves annotation pins visible through AR", + "A scale tool toggles between metric and imperial" + ], + "camera": "Close, intimate tracking with screen-in-screen headset captures", + "accents": [ + "soft tungsten glow on physical objects contrasted with precise AR speculars", + "micro-detail on fabric weave revealed through shader overlays" + ], + "mood": "focused creative experimentation", + "lighting": "low ambient with warm task lamps and crisp AR lighting", + "style": "tech-craft intimate documentary" + }, + { + "subGenre": "Augmented Reality", + "scene": "Police command center at night where AR overlays map incident hot spots in real time", + "sceneVariants": [ + "Large wall map with pulsing Live AR markers", + "An investigator overlaying suspect path reconstructions", + "Patrol units receiving AR coordinates through headsets", + "A drone feed annotated live with AR tags", + "An analyst toggling privacy blurs for public feeds" + ], + "actions": [ + "Markers expand into incident pallets with video thumbnails", + "An officer issues a live-synced route to units", + "A privacy filter auto-blurs faces in live AR footage", + "A timeline scrub reveals movement history with ghosted footprints" + ], + "camera": "Cold, clinical wides of the room with tight inserts on AR wall interactions", + "accents": [ + "electric cyan highlights on tactical overlays", + "high-detail map texture and animated vector lines" + ], + "mood": "tense operational clarity", + "lighting": "low control-room illumination with glowing AR panels", + "style": "procedural techno-thriller" + }, + { + "subGenre": "Augmented Reality", + "scene": "Sunny construction site at midday where AR blueprints float above foundations to guide crews", + "sceneVariants": [ + "A foreman projecting structural overlays onto beams", + "Workers viewing correct bolt torque through AR markers", + "Aerial AR showing underground utility lines", + "A crane operator syncing to an AR lift plan", + "A safety inspector flagging hot zones with AR tape" + ], + "actions": [ + "Virtual measurements snap to real edges with audible clicks", + "A worker receives an AR alert for a misplaced beam", + "An AR guide animates the next assembly step", + "Aerial tags update crew tablets with live build progress" + ], + "camera": "Energetic crane-mounted passes combined with close tool-level inserts", + "accents": [ + "sunlit steel gleam with precise holographic overlays", + "fine-grain dust motes emphasized where AR intersects real surfaces" + ], + "mood": "efficient industrial progress", + "lighting": "bright midday sun with clear AR shadows", + "style": "practical construction AR documentary" + }, + { + "subGenre": "Augmented Reality", + "scene": "Late-night alley where illicit AR games project ephemeral targets onto walls", + "sceneVariants": [ + "Graffiti peeling as game overlays replace it with neon glyphs", + "A small group crowdsourcing to beat a timed AR challenge", + "A lone player slipping a lens to stalk virtual prey", + "A confrontation where AR illusions beget real tension", + "An operator hacks an overlay feed causing surreal distortions" + ], + "actions": [ + "Targets spawn and dissolve with electric pops", + "Players coordinate via whispered headset comms", + "An overlay flickers into a nightmarish mash of textures", + "A city camera flags suspicious AR-warp activity" + ], + "camera": "Close handheld with jitter; visceral POV insertions through a headset", + "accents": [ + "starker contrast between alley grime and saturated AR neon", + "glitch-art micro-noise on corrupted overlays" + ], + "mood": "adrenaline-tinged mischief", + "lighting": "near-dark with aggressive AR lumens", + "style": "noirish urban AR chase" + }, + { + "subGenre": "Augmented Reality", + "scene": "Bright hospital ward at morning rounds where AR assists diagnostics and vitals overlay patient beds", + "sceneVariants": [ + "A doctor seeing layered scan comparisons beside a patient", + "A nurse using AR to confirm medication and dosage", + "A trainee practicing procedures with animated AR guides", + "A family viewing simplified AR explanations of a condition", + "A compact AR kiosk for visitor orientation in the hall" + ], + "actions": [ + "Vitals stream appear next to beds as translucent widgets", + "AR-guided incision lines animate on practice dummies", + "A clinician pins an alert to a patient’s AR record", + "A consent overlay signs with a biometric handshake" + ], + "camera": "Clean clinical tracking with purposeful close-ups on diagnostic overlays", + "accents": [ + "sterile softbox lighting with crisp holographic graphs", + "fine-detail on skin textures and medical instrument finishes" + ], + "mood": "calm professional reassurance", + "lighting": "bright clinical daylight with neutral AR contrast", + "style": "medical-technology clarity" + }, + { + "subGenre": "Augmented Reality", + "scene": "University lecture hall in late afternoon where professors annotate live experiments with AR diagrams", + "sceneVariants": [ + "A chemistry demo with floating reaction diagrams", + "An anatomy overlay tracing muscle movement on a cadaver model", + "A remote student inserting questions into a shared AR canvas", + "A lab assistant toggling augmented sample labels", + "A collaborative AR whiteboard where students sketch solutions" + ], + "actions": [ + "Diagrams animate along with spoken explanations", + "Students submit AR-captured notes synced to cloud", + "An experiment’s data streams update visual overlays live", + "A professor draws in the air and saves the stroke to the course archive" + ], + "camera": "Wide classroom coverage with clean insert cuts to AR canvas and reaction shots", + "accents": [ + "soft late-afternoon rim-light on glass and marker boards", + "crisp vector-edge quality on educational overlays" + ], + "mood": "engaged collaborative curiosity", + "lighting": "warm late-afternoon fills with readable AR contrast", + "style": "academic AR pedagogical film" + }, + { + "subGenre": "Augmented Reality", + "scene": "Foggy harbor at night where AR-assisted navigation maps safe channels for small craft", + "sceneVariants": [ + "A pilot using AR to avoid submerged hazards", + "Buoy overlays pulsating in fog like phantoms", + "Coastguard units sharing AR-synced search grids", + "A harbor control tower overlaying live marine traffic", + "A stranded dinghy highlighted with emergency AR beacons" + ], + "actions": [ + "AR corridors snap into place as a vessel aligns", + "A fog-sensing overlay increases contrast to guide helm", + "Coordinated rescue teams mark swept zones in AR", + "A beacon drone projects an AR lighthouse when physical lights fail" + ], + "camera": "Low-angle boat-mounted with soft focus and HUD overlays", + "accents": [ + "cold volumetric fog catching AR beams", + "high micro-detail on wet rope and buoy paint" + ], + "mood": "quiet anxious precision", + "lighting": "near-dark with augmented navigational lumens", + "style": "tense maritime AR sequence" + }, + { + "subGenre": "Augmented Reality", + "scene": "Sunlit fashion studio where designers preview AR-runway shows mixing physical garments and virtual enhancements", + "sceneVariants": [ + "Models walking a real catwalk with AR wings fluttering overhead", + "Designers overlaying animated textiles onto samples", + "A virtual stylist swapping color palettes live", + "Backstage crew checking AR queues and timing", + "A preview screen showing mixed-reality camera output" + ], + "actions": [ + "Virtual fabrics ripple realistically with motion capture", + "A technician calibrates tracking markers on a model", + "Audience lenses apply personalized filters to the show", + "A final composite render preview flushes to approval" + ], + "camera": "Glamourous tracking with slow motion inserts and AR composite previews", + "accents": [ + "warm stage rim-light on physical sequins and glittering AR particles", + "high-detail weave and virtual thread shimmer" + ], + "mood": "glossy experimental glamour", + "lighting": "bright stage washes with layered virtual highlights", + "style": "fashion-tech editorial" + }, + { + "subGenre": "Augmented Reality", + "scene": "Dim basement escape-room at night where puzzles reveal AR clues that alter room geometry", + "sceneVariants": [ + "A hidden door revealed by scanning a mural", + "An AR compass embedding in a dusty table", + "Virtual keys manifesting above pedestals", + "A timed AR hazard forcing players to solve quickly", + "A final reveal where the ceiling appears to open into a sky" + ], + "actions": [ + "Players overlay tools to unlock virtual mechanisms", + "AR hints pulse when a clue is nearly found", + "A scoreboard updates in augmented space with time penalties", + "A dramatic AR shift reorients the room mid-game" + ], + "camera": "Tight, suspenseful handheld with immersive POV headset fragments", + "accents": [ + "mysterious cold-blue holographic edges on clues", + "high-fidelity texture on worn props contrasted with smooth AR surfaces" + ], + "mood": "claustrophobic playful tension", + "lighting": "low-key moody with sharp AR lumens", + "style": "immersive puzzle thriller" + }, + { + "subGenre": "Augmented Reality", + "scene": "Bright retail fitting room in daylight where mixed-reality mirrors combine AR-styles with physical garments", + "sceneVariants": [ + "A mirror overlaying alternate patterns onto a dress", + "A shopper sharing an AR look to social stream", + "A size-fitting assist showing measurements as overlays", + "A stylist adding recommended accessories in AR", + "A mirror offering virtual lighting presets to test looks" + ], + "actions": [ + "Virtual garments snap into correct scale and move with the wearer", + "A checkout prompt appears with an AR coupon", + "The shopper cycles filters to test color temperature", + "A mirror records a short AR try-on clip for later review" + ], + "camera": "Intimate medium shots with POV mirror reflections and UI close-ups", + "accents": [ + "warm retail lighting catching fabric sheen", + "sharp UI typography and holographic stitch details" + ], + "mood": "confident playful experimentation", + "lighting": "bright retail daylight with flattering fill and AR contrast", + "style": "consumer-fashion AR demo" + }, + { + "subGenre": "Augmented Reality", + "scene": "Midnight rooftop garden where AR constellations allow urban astronomers to tag stars and local satellites", + "sceneVariants": [ + "A group tracing mythic constellations with AR guides", + "An overlay predicting a satellite pass in minutes", + "An elderly stargazer watching virtual orbital paths", + "A child launching a virtual rocket that arcs across the sky", + "A researcher embedding notes on transient events" + ], + "actions": [ + "Labels snap onto real stars with gentle parallax", + "A satellite’s path displays predicted telemetry in AR", + "A group toggles myth overlays to compare cultures", + "A recording stamps coordinates and time for later analysis" + ], + "camera": "Still long-exposure passes with soft overlay crossfades and contemplative cuts", + "accents": [ + "subtle moonlit rim-light and shimmering AR starfields", + "fine-grain celestial halo detail around overlays" + ], + "mood": "quiet wonder", + "lighting": "natural night with low ambient and crisp AR pinpoints", + "style": "poetic scientific observation" + }, + { + "subGenre": "Augmented Reality", + "scene": "Early-morning farmyard where AR-assisted tools help new workers with livestock health checks", + "sceneVariants": [ + "A farmer scanning a cow to reveal health overlays", + "AR feeding schedules projected above troughs", + "A vet annotating injury hotspots on AR skins", + "A trainee practicing milking with virtual guidance", + "A drone projecting animal movement heatmaps onto a field" + ], + "actions": [ + "Vitals surface as translucent widgets when animals are scanned", + "AR notes pinned to a herd individual for follow-up", + "A trainee toggles an assistance level for guidance", + "A tracker displays grazing patterns as a time-lapse overlay" + ], + "camera": "Warm close documentary passes with handheld intimacy and AR HUD inserts", + "accents": [ + "golden morning light catching dust and fur micro-details", + "clean vector overlays with tactile UI shadows" + ], + "mood": "practical attentive care", + "lighting": "soft morning sun with natural fills and readable overlays", + "style": "agritech compassionate reportage" + }, + { + "subGenre": "Augmented Reality", + "scene": "Late-night hacker loft where experimental AR art destabilizes room geometry for a gallery pop-up", + "sceneVariants": [ + "Walls folding into impossible spaces through AR", + "Attendees wearing lenses that distort perspective artistically", + "A DJ syncing audio-reactive AR sculptures to bass", + "Interactive AR sculptures that respond to touch gestures", + "A live coder altering shaders mid-performance" + ], + "actions": [ + "Surfaces ripple as shaders change sound inputs", + "A crowd manipulates an AR sculpture collectively", + "A performer drops a new shader patch that cascades", + "A moderator mutes unwanted overlays to restore legibility" + ], + "camera": "Dynamic rave-style tracking with frenetic cuts and AR compositing", + "accents": [ + "saturated color bloom and heavy lens flares on virtual sculptures", + "high-frequency micro-detail in shader noise" + ], + "mood": "exhilarated experimental anarchy", + "lighting": "dim club lights with bold AR luminosity", + "style": "avant-garde AR performance film" + }, + { + "subGenre": "Augmented Reality", + "scene": "Overcast coastal boardwalk in daylight where AR historical tours animate long-gone piers and vendors", + "sceneVariants": [ + "A ghostly AR vendor cart selling virtual treats", + "Historic boats reconstructed in AR above the water", + "A family following a narrated AR timeline along the promenade", + "An artist projecting archived photos into current scenes", + "An AR map highlighting disappeared landmarks" + ], + "actions": [ + "Historic annotations pop when a user points a lens", + "A slowly morphing overlay blends old photos with present views", + "Children tap augmented artifacts to play short period clips", + "A curator pins additional resources for later exploration" + ], + "camera": "Soft documentary tracking with cross-dissolve composite previews", + "accents": [ + "diffuse overcast softness with crisp AR retrograin overlays", + "fine-detail on weathered wood juxtaposed with clean holographic edges" + ], + "mood": "nostalgic reflective discovery", + "lighting": "flat daylight with subtle AR contrast", + "style": "heritage mixed-reality storytelling" + }, + { + "subGenre": "Augmented Reality", + "scene": "Dawn airport concourse where AR assists passenger flow with personalized boarding overlays", + "sceneVariants": [ + "Gate overlays showing time-to-board and seat guidance", + "A busy family receiving split-screen boarding instructions", + "Airport staff using AR to locate luggage and passengers", + "AR wayfinding guiding passengers through security bottlenecks", + "A lounge projecting cultural AR art to passengers" + ], + "actions": [ + "Personalized boarding ribbons appear above crowds to guide travelers", + "A lost child is matched to guardian via safe-mode AR beacon", + "An alert outlines a delayed gate and reroutes patrons", + "Staff pin maintenance notices to airport infrastructure for crews" + ], + "camera": "Smooth tracking with split-screen HUD and reaction inserts", + "accents": [ + "cool terminal light and glossy floor reflections catching holograms", + "crisp UI micro-interactions with tactile sound cues" + ], + "mood": "organized purposeful transit", + "lighting": "clean airport daylight with readable AR overlays", + "style": "operational UX demonstration" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_autonomous_cars.json b/src/data/technology_and_future_autonomous_cars.json new file mode 100644 index 0000000..1041c14 --- /dev/null +++ b/src/data/technology_and_future_autonomous_cars.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Autonomous Cars", + "scene": "Midnight urban taxi corridor where autonomous cabs glide beneath neon signage", + "sceneVariants": [ + "A line of driverless taxis idling at a glowing curb", + "A lone cab navigating a rain-slick boulevard", + "Passengers exchanging permits at a contactless kiosk", + "A storm-washed avenue where cab roofs reflect city lights", + "A fleet convoy coordinating pickups across an intersection" + ], + "actions": [ + "Vehicle LIDAR sweeps the curbside for pedestrians", + "A door slides open and a robotic arm extends a fare token", + "The taxi shifts lanes smoothly to avoid a stalled tram", + "A dispatch ping reroutes the cab to a higher-priority pickup" + ], + "camera": "Low-angle tracking alongside the cabs, occasional interior POV on passenger interactions", + "accents": [ + "neon rim-light reflecting on polished roof panels", + "micro-detail on raindrops and water beads skittering off glass" + ], + "mood": "nocturnal efficient calm", + "lighting": "wet neon highlights with deep inky shadows", + "style": "cyber-noir urban transit" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Dawn highway platoon where autonomous trucks draft in an aerodynamic convoy", + "sceneVariants": [ + "A long convoy gliding past service stations at sunrise", + "A single truck peeling off to a distribution hub", + "A monitoring drone hovering above the platoon", + "An overhead gantry displays lane-speed harmonization", + "A convoy passing a wind farm with reflective blades" + ], + "actions": [ + "Inter-vehicle mesh syncs velocity and spacing", + "A lead truck signals a planned merge and the platoon reflows", + "Predictive braking gently decelerates for a slow-moving vehicle ahead", + "Telemetry streams compress to a control center for analytics" + ], + "camera": "Aerial wide passes with steady telephoto pushes into cab details", + "accents": [ + "warm sunrise streaks on aluminum surfaces", + "fine grit and road micro-texture in closeups" + ], + "mood": "purposeful logistic precision (day)", + "lighting": "soft sunrise glow with clear high contrast", + "style": "documentary transport cinematography" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Fog-bound mountain pass where autonomous SUVs navigate narrow switchbacks at night", + "sceneVariants": [ + "A cautious caravan inching through low cloud", + "A vehicle hugging a cliff-edge tunnel mouth", + "An automated snow-clearing attachment leading the way", + "A rescue unit joining the caravan to assist", + "A roadside sensor beacon flickering in fog" + ], + "actions": [ + "Thermal imaging overrides visual feed for obstacle avoidance", + "Low-speed lateral stabilization counters crosswinds", + "A vehicle broadcasts a hazard alert to trailing units", + "A remote operator takes temporary control to clear a complex bend" + ], + "camera": "Tight follow shots with lens flare from diffuse fog lamps", + "accents": [ + "cold specular on wet rock and fog-silhouetted chrome", + "high micro-detail on tire tread cutting through slush" + ], + "mood": "tense careful focus (night)", + "lighting": "diffuse headlamp cones and muted ambient moonlight", + "style": "tense alpine thriller" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Bright suburban driveway at mid-morning where self-parking family vehicles fold into garages", + "sceneVariants": [ + "A compact EV aligning perfectly into a narrow garage", + "A family greeting as a car returns with groceries", + "A solar-charged vehicle retracting its charging arm", + "A neighborhood lane where kids play near parked cars", + "A driveway hosting a mobile service bot applying maintenance patches" + ], + "actions": [ + "Precision parking micromovements tuck the vehicle away", + "A trunk opens to present groceries onto a smart mat", + "A predictive climate preconditioning begins as occupants approach", + "A scheduled OTA update completes and the vehicle reboots in standby" + ], + "camera": "Friendly medium shots with close intercuts of hands and smart interfaces", + "accents": [ + "warm daylight rim on painted panels", + "micro-detail on woven grocery bags and roof-mounted PV cells" + ], + "mood": "domestic efficient warmth (day)", + "lighting": "bright natural daylight for clear visibility", + "style": "slice-of-life suburban tech" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Underground maintenance depot where fleets are inspected and firmware-swapped in sterile bays at night", + "sceneVariants": [ + "A bay of parked cars with diagnostic rigs attached", + "Technicians swapping sensor modules under hoods", + "A conveyor of battery packs recharging behind service screens", + "A quiet robot arm inspecting wheel bearings", + "A data center wall streaming health dashboards" + ], + "actions": [ + "Automated diagnostic runs cycle and flag a sensor for replacement", + "A technician hot-swaps a lidar unit and runs a recalibration", + "A battery module completes a fast-charge and is reinserted", + "A service robot polishes external panels before dispatch" + ], + "camera": "Clinical overhead tracks and precise close-ups on diagnostic displays", + "accents": [ + "cool workshop lighting emphasizing metal textures", + "fine-grain detail on connector pins and stamped part numbers" + ], + "mood": "meticulous technical calm (night)", + "lighting": "bright localized task lights within an otherwise dim depot", + "style": "industrial maintenance documentary" + }, + { + "subGenre": "Autonomous Cars", + "scene": "City center intersection at midday where V2X signals choreograph pedestrian flows and vehicle turns", + "sceneVariants": [ + "A busy plaza with AV shuttles pausing at crosswalks", + "Bikes and scooters negotiating shared lanes with cars", + "A city worker adjusting crosswalk timing on a tablet", + "A temporary festival where traffic patterns shift dynamically", + "An emergency vehicle requesting corridor priority" + ], + "actions": [ + "Crosswalk pods extend a soft tactile barrier as a family crosses", + "AVs execute micro-halts to yield to an errant cyclist", + "A central scheduler recalculates optimal turn sequences", + "A priority request for an ambulance sweeps lights to create a corridor" + ], + "camera": "Wide urban crane with ground-level pedestrian inserts", + "accents": [ + "urban reflection details on glass facades", + "fine motion trails and crowd micro-expressions" + ], + "mood": "organized bustling clarity (day)", + "lighting": "bright daylight with high color fidelity", + "style": "civic-scale systems documentary" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Rural farm lane at dusk where autonomous utility vehicles shuttle between fields and storage", + "sceneVariants": [ + "Small delivery pods crossing a dirt track", + "A tractor-like autonomous hauler ferrying feed", + "A drone coordinating with a ground robot to drop supplies", + "A farmhand inspecting a returned empty crate", + "A silo sensor broadcasting fill-levels to vehicles" + ], + "actions": [ + "Low-speed pathing uses crop margins as navigational cues", + "A hauler autonomously unloads a tote and retracts", + "An override lets a farmer manually guide a vehicle for a tight turn", + "Telemetry logs are sent to an agritech dashboard for optimization" + ], + "camera": "Warm lateral tracking across fields with close maintenance inserts", + "accents": [ + "dust micro-particles backlit by low sun", + "detailed soil texture and worn tire patterns" + ], + "mood": "practical rustic efficiency (dusk)", + "lighting": "soft golden-hour with extended warm shadows", + "style": "agricultural tech realism" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Snowbound city evacuation where autonomous shuttle lanes coordinate people movement at night", + "sceneVariants": [ + "A line of heated shuttles picking up residents from sheltered points", + "A central hub distributing route info in multiple languages", + "Road sensors redirecting traffic around icy patches", + "A bus stop with frost-tinted transparency panels", + "A temporary warmth shelter indicated by vehicle navigation" + ], + "actions": [ + "Heated tire modes engage and traction control optimizes pathing", + "Shuttles slow and lengthen following distances in icy stretches", + "A shuttle informs a remote control center of a blocked ramp", + "Passengers are routed via alternate pickup points to maintain flow" + ], + "camera": "Wide establishing cold vistas with intimate cabin reaction shots", + "accents": [ + "frost micro-texture on glass and heated vent glows", + "soft breath vapor details in closeups" + ], + "mood": "urgent communal care (night)", + "lighting": "muted streetlights with warm interior cabin lights", + "style": "humanitarian winter transit" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Bright tech demo floor midday where manufacturers showcase fully autonomous prototype concepts", + "sceneVariants": [ + "A polished concept car performing precision maneuvers", + "A press crowd watching interior AR experiences", + "Engineers toggling autonomous modes on a demo rig", + "A host narrating safety features to attendees", + "A test track looping the concept for repeated runs" + ], + "actions": [ + "A demo vehicle executes a flawless obstacle course run", + "Interior displays show sensor fusion visualizations", + "An on-stage Q&A answers regulatory and privacy questions", + "A remote diagnostics feed streams live to partner booths" + ], + "camera": "Glamourous tracking with cut-ins on product UI and crowd reactions", + "accents": [ + "studio flood highlights and glossy paint micro-shimmers", + "crisp interface typography and HUD micro-elements" + ], + "mood": "promotional confident clarity (day)", + "lighting": "bright controlled exhibition lighting", + "style": "product launch cinematography" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Night corporate shuttle lane where employee pods dock at smart transit hubs", + "sceneVariants": [ + "A queue of autonomous pods aligning to boarding nodes", + "A badge-tap holder triggering door opening", + "A concourse with local micro-retail kiosks servicing commuters", + "Shuttle bays rotating to balance demand", + "A small maintenance drone charging between runs" + ], + "actions": [ + "Pods adjust air quality according to stored passenger preferences", + "A shuttle reassigns routes in response to a meeting cancellation", + "A hub AI balances bay allocation to minimize wait times", + "A child misplaces a badge and staff assist via remote identification" + ], + "camera": "Mid-distance passes with interior passenger reaction closeups", + "accents": [ + "soft corporate blue highlights and tactile seat microfabric", + "fine-grain detail on badge embossing and LED indicators" + ], + "mood": "efficient corporate flow (night)", + "lighting": "low-key hub lighting with bright docking LEDs", + "style": "corporate mobility vignette" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Quiet residential cul-de-sac at dawn where neighborhood AVs complete overnight charging cycles", + "sceneVariants": [ + "Cars lining a semi-circle fronting small homes", + "Solar canopies retracting after a morning peak", + "A child chasing after a departing school shuttle", + "An elderly resident watching a vehicle fold into a garage", + "A street sweeper robot tidying curbs before peak" + ], + "actions": [ + "Charge cycles complete and cars roll out to scheduled departures", + "A vehicle predicts pedestrian movement and pauses to allow a jogger", + "A local controller pings to delay a pickup for privacy reasons", + "A maintenance patch applies to a vehicle prior to start" + ], + "camera": "Warm slow glide with human-focused reaction inserts", + "accents": [ + "dawn-gold reflections on curved glass and polished metal", + "micro-detail on charging port contacts and connector housings" + ], + "mood": "calm domestic routine (day)", + "lighting": "soft golden morning light", + "style": "neighborhood everyday realism" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Twilight airport express where long-range autonomous shuttles ferry passengers to terminals", + "sceneVariants": [ + "A continuous shuttle loop servicing all terminals", + "A luggage-handling robot coordinating with vehicle lockers", + "An illuminated guideway projecting arrival windows", + "A VIP cabin seamlessly integrating with terminal boarding gates", + "A missed flight reroute creating a flurry of reassignments" + ], + "actions": [ + "Door compartments deliver stored luggage to handlers", + "A shuttle accelerates smoothly to maintain tight schedule", + "Priority routing algorithms reassign vehicles to meet demand spikes", + "A public announcement syncs with shuttle arrivals to inform travelers" + ], + "camera": "Dynamic tracking with split screens showing terminal HUD and passenger faces", + "accents": [ + "cool airport halogen reflections and polished floor micro-reflection", + "fine-detail on luggage tags and latch mechanisms" + ], + "mood": "efficient transient urgency (twilight)", + "lighting": "mixed natural twilight with terminal artificial lighting", + "style": "transport logistics film" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Night testing proving ground where engineers push fail-safes and redundancy protocols", + "sceneVariants": [ + "An empty test track with a single test vehicle repeating maneuvers", + "A simulated obstacle course with unexpected dynamic hazards", + "A control room observing sensor telemetry in real time", + "A staged pedestrian crossing designed to evaluate responses", + "A sunset-to-night continuous endurance run" + ], + "actions": [ + "A controlled sensor dropout forces a redundancy switchover", + "A vehicle executes emergency fallback to a safe stop", + "Engineers analyze logs and tweak perception thresholds", + "A smoke machine simulates adverse visibility to test robustness" + ], + "camera": "High-speed chase-style tracking mixed with sterile control-room inserts", + "accents": [ + "stark test lighting emphasizing chassis and sensor arrays", + "micro-detail on calibration targets and stamped test IDs" + ], + "mood": "focused technical stress-testing (night)", + "lighting": "harsh test floodlights against dark surrounds", + "style": "engineering validation documentary" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Suburban school run midday where micro-shuttles choreograph safe child pickup and drop-off", + "sceneVariants": [ + "A queue of child-focused AVs with bright playful liveries", + "Guardian verification via biometric kiosk", + "A schoolyard where shuttles dock and release organized groups", + "An afterschool program van consolidating rides", + "Temporary drop zones adjusted by an event overlay" + ], + "actions": [ + "Shuttle doors open to reveal child-safe step deployment", + "A guardian identity check unlocks a child-release protocol", + "Shuttles stagger departures to avoid congestion", + "A system announces a schedule change via parent app" + ], + "camera": "Warm observational coverage with child reaction closeups", + "accents": [ + "bright saturated livery micro-texture and child backpack detail", + "soft sunlit facial micro-expressions captured in closeups" + ], + "mood": "trustworthy organized care (day)", + "lighting": "bright clear midday with soft fills", + "style": "family-oriented mobility vignette" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Dawn coastal delivery loop where last-mile autonomous pods drop chilled supplies to beachfront cafes", + "sceneVariants": [ + "Pods arriving in a neat sequence to cafe doors", + "A small handoff where workers transfer produce to display cases", + "A low tide path where vehicles adapt to sandy edges", + "An early barista greeting the first pod of the day", + "A coastal sensor reporting salt content for cleaning cycles" + ], + "actions": [ + "Pods integrate with cafe inventory systems to confirm deliveries", + "A path replanning occurs due to a blocked boardwalk", + "Self-cleaning cycles activate after sandy exposure", + "A pod waits in holding mode until staff confirm receipt" + ], + "camera": "Close friendly tracking with tactile handoff inserts", + "accents": [ + "sunlit condensation on chilled crates and glossy panel micro-reflections", + "fine sand grain on wheel treads and pathway seams" + ], + "mood": "bright reliable service (dawn)", + "lighting": "soft morning light with coastal haze", + "style": "local commerce documentary" + }, + { + "subGenre": "Autonomous Cars", + "scene": "Night urban canyon where a sensor-dense corridor struggles with GPS multipath and the cars use map-matching", + "sceneVariants": [ + "Tall glass towers creating complex signal reflections", + "Cars switching to visual odometry as satellite signals float", + "A temporary construction site confusing static maps", + "A test map update deployed over the air", + "A small delivery robot navigating the same canyon at lower speed" + ], + "actions": [ + "High-definition map overlays anchor visual positioning", + "A millisecond fusion algorithm fuses IMU, lidar and map cues", + "A vehicle slows to increase sensor confidence during a transition", + "A remote operator pushes a localized map patch to affected units" + ], + "camera": "Tight urban tracking with HUD overlays showing sensor fusion", + "accents": [ + "reflected glass micro-bloom and sharp rendered HUD edges", + "fine dust and smear detail on camera housings" + ], + "mood": "technical adaptive focus (night)", + "lighting": "contrasting bright facade lights and deep urban shadows", + "style": "sensor-fusion technical vignette" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_biotech.json b/src/data/technology_and_future_biotech.json new file mode 100644 index 0000000..69b9375 --- /dev/null +++ b/src/data/technology_and_future_biotech.json @@ -0,0 +1,527 @@ +[ + { + "subGenre": "Biotech", + "scene": "Moonlit biohacker loft where a DIY gene-editing rig hums beneath a tangle of cables", + "sceneVariants": [ + "A cramped apartment bench lit by a single desk lamp and laptop screens", + "A makeshift incubator stacked with labeled vials", + "A whiteboard full of quick CRISPR constructs and hand-drawn pathways", + "A courier drops a nondescript cold-pack at the door", + "A hidden rooftop ventilator dispersing faint exhaust" + ], + "actions": [ + "A pipette dispenses a tiny droplet onto a sliding gel", + "A PCR run completes and the laptop chirps quietly", + "A cautious glove opens an incubator to retrieve a ribbon of growth", + "A hurried erasure of logs and a thumb drive pulled from a port" + ], + "camera": "Tight, jittery handheld on bench-level with occasional close macro of micro-pipetting", + "accents": [ + "cold LED rim-light on plastic vials and handwritten labels", + "micro-detail on condensation beads and printed circuit textures" + ], + "mood": "tense clandestine curiosity", + "lighting": "low-key interior lamp with blue monitor glow (night)", + "style": "gritty DIY science vignette" + }, + { + "subGenre": "Biotech", + "scene": "Bright hospital regenerative ward where printed tissue scaffolds integrate with patients under daylight", + "sceneVariants": [ + "A clinical bedside scaffold implantation under sterile drapes", + "A family watching a cellular patch adhere during recovery", + "A lab-to-bedside handoff with labeled sterile carriers", + "A therapist testing movement aided by regenerative implants", + "A nurse scanning implant IDs for chain-of-custody records" + ], + "actions": [ + "A surgeon places a scaffold and seals it with bioglue", + "Monitoring graphs climb as integration markers stabilize", + "A clinician applies a sterile dressing and documents the procedure", + "A rehabilitation session measures returning function" + ], + "camera": "Calm, steady surgical POV with careful close-ups on tissue interfaces", + "accents": [ + "warm surgical rim-light on graft edges and sutures", + "high micro-detail on scaffold porosity and surface cell colonies" + ], + "mood": "hopeful solemnity", + "lighting": "bright clinical daylight with diffuse surgical fills", + "style": "medical humanist documentary" + }, + { + "subGenre": "Biotech", + "scene": "Dawn glasshouse where biotech-driven vertical farms hum with automated nutrient systems", + "sceneVariants": [ + "Rows of leafy greens under perfused nutrient mists", + "Robotic arms carrying seedling trays between racks", + "A control terminal showing growth analytics and micro-sensor readouts", + "A harvest worker tasting a test leaf and jotting notes", + "A drone mapping microclimate pockets over the racks" + ], + "actions": [ + "Misting systems pulse precisely as sensors note humidity changes", + "A maintenance drone swaps a depleted nutrient cartridge", + "Data spikes recorded as a new cultivar hits target yield", + "A worker tags a tray for selective breeding trials" + ], + "camera": "Smooth lateral rack-tracking with close inserts on nutrient droplet textures", + "accents": [ + "warm early sun refracting through hydroponic film", + "ultra-detailed leaf micro-veins and nutrient bead reflections" + ], + "mood": "optimistic productive calm", + "lighting": "soft dawn daylight filtered through greenhouse glass", + "style": "agritech documentary" + }, + { + "subGenre": "Biotech", + "scene": "Twilight city clinic where wearable bio-sensors stream patient vitals to a small local lab", + "sceneVariants": [ + "A commuter receiving a wrist biosensor and brief onboarding", + "A small clinic wall of dashboards displaying population trends", + "A patient in a chair with a patch flushing a therapeutic pulse", + "A courier bike delivering a sample box to neighborhood lab", + "A clinic tech toggling anonymization filters on datasets" + ], + "actions": [ + "A wearables patch pings a mobile and transmits a corrective dose", + "Clinician toggles threshold alerts for arrhythmia detection", + "A patient receives an SMS advisory and schedules a follow-up", + "An anonymized feed updates a public health dashboard" + ], + "camera": "Observational mid-shots intercut with device POV telemetry overlays", + "accents": [ + "soft urban sunset rim-light on skin and device housings", + "clear micro-typography on HUD vitals and biometric graphs" + ], + "mood": "practical reassuring vigilance", + "lighting": "warm twilight with readable device backlights", + "style": "near-future public health vignette" + }, + { + "subGenre": "Biotech", + "scene": "Night archive freezer where cryopreserved samples hum in a security-locked facility", + "sceneVariants": [ + "A narrow corridor of frosted cryo-chambers with icicled seals", + "A technician in heavy gloves transferring a careful vial", + "A backup generator kicking on during a faint alarm", + "A log terminal appending new accession IDs by lamplight", + "A sealed transport canister waiting under an overhang" + ], + "actions": [ + "A seal clicks and frost wafts as a vial is passed", + "Telemetry confirms cryo temperatures are nominal", + "A slow tilt as a technician nests a sample into carriage", + "A quiet audit stamp records the transfer into the ledger" + ], + "camera": "Close, deliberate dolly with macro focus on frost crystals and barcode labels", + "accents": [ + "icy specular highlights on cryo metal and vapor plumes", + "micro-detail of glass vial striations and barcode clarity" + ], + "mood": "reverent cold stewardship", + "lighting": "very low-key blue-tinted task lights (night)", + "style": "procedural archival film" + }, + { + "subGenre": "Biotech", + "scene": "Bright downtown biotech showroom where consumer gene-tests and wellness kits are demoed in daylight", + "sceneVariants": [ + "Sleek counters with kits and polished sample trays", + "A demonstrator guiding customers through an interactive genotype map", + "A family sampling a cheek swab in a bright kiosk", + "A digital board showing personalized lifestyle suggestions", + "A discreet consent terminal for optional deep-sequencing add-ons" + ], + "actions": [ + "A friendly demo shows a rapid test producing color-coded bands", + "A consultant advises on privacy and data-sharing toggles", + "A customer signs a consent pad and packages a kit for mail-in", + "A drop box hums as samples are barcoded and stowed" + ], + "camera": "Polished commercial tracking with mid-shots and clear product close-ups", + "accents": [ + "bright showroom reflections and crisp product textures", + "high-fidelity UI typography and subtle holographic maps" + ], + "mood": "consumer-forward confident curiosity", + "lighting": "bright clean daylight optimized for retail clarity", + "style": "commercial demo cinematography" + }, + { + "subGenre": "Biotech", + "scene": "Midnight coastal lab where synthetic algae farms glow under aquaculture lamps during experimental runs", + "sceneVariants": [ + "Rows of shallow tanks shimmering with green bioluminescent cultures", + "A scientist sampling biomass with a chilled pipette", + "A tidal monitoring sensor array pinging data to shore", + "A small boat bobbing as a maintenance tether is dropped", + "A control station flickering with adaptive growth algorithms" + ], + "actions": [ + "A sample is spun down and filtered for pigment analysis", + "LED spectra shift to shift growth phases of culture", + "A swarm of small robots skim surface scum for harvest", + "A data buzzer signals an anomalous bloom event" + ], + "camera": "Low, reflective tracking over water surfaces with macro inserts of cellular mats", + "accents": [ + "soft bioluminescent rim-light on shallow water and foam", + "high micro-detail on algal filaments and nutrient beads" + ], + "mood": "quiet experimental awe (night)", + "lighting": "low blue-green aquaculture lamps with gentle reflections", + "style": "environmental biotech documentary" + }, + { + "subGenre": "Biotech", + "scene": "Bright urban startup hub at midday where teams model disease dynamics using lab-on-chip prototypes", + "sceneVariants": [ + "A whiteboard full of network simulations and curve fits", + "Engineers assembling microfluidic chips on a bench", + "A lead presenting real-time model validation to a small crowd", + "A prototype rig cycling test fluids in rhythmic patterns", + "A cluster of laptops running visualized epidemiological maps" + ], + "actions": [ + "A chip priming cycle completes and data streams into a dashboard", + "A model param is adjusted leading to immediate simulation changes", + "A team celebrates passing a robustness checkpoint", + "A code commit pushes a new analytic to their cloud instance" + ], + "camera": "Energetic startup montage with close-ups on stylus annotations and instrument readouts", + "accents": [ + "warm co-working light with crisp display reflections", + "fine texture detail on microfluidic channels" + ], + "mood": "energetic collaborative optimism", + "lighting": "bright shared-space daylight", + "style": "innovative R&D showcase" + }, + { + "subGenre": "Biotech", + "scene": "Foggy wetland trial where engineered pollinator stations release modified microbes to boost plant resilience", + "sceneVariants": [ + "Small point-stations dotting reeds with soft GPS beacons", + "A researcher kneeling to swab a microcosm sample", + "A drone hovering to take aerial health imagery", + "Local fauna cautiously approaching a deployed station", + "Field notebooks and weather sensors scattered on a tarp" + ], + "actions": [ + "A station puffs a controlled aerosol of beneficial microbes", + "A sensor records a spike in local pollutant filtration", + "A nearby plant shows rapid stress-recovery within hours", + "A log entry flags an unexpected species interaction for review" + ], + "camera": "Slow tracking through reeds with POV inserts on sample vials", + "accents": [ + "mist-soft sunlight diffusing into microbe haze", + "ultra-detail on wet plant epidermis and sensor housings" + ], + "mood": "tentative experimental stewardship", + "lighting": "muted overcast daylight with soft volumetrics", + "style": "field trial documentary" + }, + { + "subGenre": "Biotech", + "scene": "Night epidemiology war-room where anonymized genomic traces map an unfolding outbreak", + "sceneVariants": [ + "A darkened room full of screens and pulsing genomic trees", + "A lead epidemiologist tracing transmission lines on a touchscreen", + "A flurry of secure messages routing sample requests", + "A map overlay showing hotspots with time-lapse markers", + "A whiteboard with contingency plans half-erased" + ], + "actions": [ + "Sequence matches highlight likely transmission nodes", + "Teams reassign testing resources and call field units", + "Models predict hospital load and trigger surge protocols", + "A critical sample result ticks from 'pending' to 'confirmed'" + ], + "camera": "Tense wide control-room shot with focused close inserts on faces and data", + "accents": [ + "electric cyan glows on vector trees and dot-heatmaps", + "fine on-screen typography and animated lineage arcs" + ], + "mood": "urgent analytical focus (night)", + "lighting": "low control-room illumination with bright screens", + "style": "urgent public-health thriller" + }, + { + "subGenre": "Biotech", + "scene": "Bright community clinic where point-of-care diagnostics powered by rapid assays return results in minutes", + "sceneVariants": [ + "A mother receiving a printed result strip for her child", + "A mobile van visiting a market giving same-day testing", + "A clinician explaining a result with simple infographics", + "A queue of locals waiting in a sunlit courtyard", + "A nurse uploading anonymized summary data to a health portal" + ], + "actions": [ + "A lateral-flow test completes and color bands resolve", + "A clinician scans the strip and a mobile app interprets the result", + "An immediate counseling micro-session is scheduled", + "Data syncs to regional dashboards with aggregated trends" + ], + "camera": "Warm observational mid-shots with empathetic close-ups", + "accents": [ + "warm daylight on faces and diagnostic strips", + "clear micro-detail on test band texture and capillary lines" + ], + "mood": "compassionate practical readiness", + "lighting": "bright daylight for clear legibility", + "style": "community health vignette" + }, + { + "subGenre": "Biotech", + "scene": "Dawn biomanufacturing facility where vats churn out therapeutic proteins under strict sterile protocols", + "sceneVariants": [ + "A bank of bioreactors gently rotating with bubbles", + "Engineers sampling and measuring protein titers", + "Automated pipetting arrays prepping assay plates", + "A QC lab bench verifying purity using precise optics", + "A logistics bay where sterile packs are labeled for dispatch" + ], + "actions": [ + "A sterile transfer completes and a valve seals", + "Optical density reads spike in the monitoring dashboard", + "A QC badge flags a batch for additional purification", + "A pallet of cold-chain units is staged for shipping" + ], + "camera": "Clean wide production shots with tight process close-ups", + "accents": [ + "bright industrial white highlights on steel vats", + "micro-detail on bubble nucleation and protein precipitates" + ], + "mood": "disciplined industrial assurance", + "lighting": "bright facility daylight with clinical clarity", + "style": "industrial biotech documentary" + }, + { + "subGenre": "Biotech", + "scene": "Moonlit coastal village clinic where low-cost CRISPR kits are used for local parasite diagnostics", + "sceneVariants": [ + "A small open-air bench beneath a tarpaulin with a single lamp", + "Locals watching a community health worker run a rapid assay", + "A visiting NGO supervising quality control", + "A bike messenger bringing reagents from the upstream clinic", + "A nighttime meeting where community consent is discussed" + ], + "actions": [ + "A rapid field assay flags a positive and triggers treatment flow", + "A health worker fills a paper log and scans a summary to cloud", + "An instruction card is shown to a worried parent", + "A small stock of antibiotics is allocated and labeled" + ], + "camera": "Intimate handheld with respectful POV of community faces", + "accents": [ + "warm lamplight on hands and reagent tubes", + "textural detail on worn wood benches and paper forms" + ], + "mood": "compassionate grassroots intervention (night)", + "lighting": "single lamp warm pool in otherwise dark village", + "style": "humanitarian fieldwork documentary" + }, + { + "subGenre": "Biotech", + "scene": "Bright corporate boardroom midday where ethics committees debate human enhancement trials", + "sceneVariants": [ + "A panel around a glossy table with legal pads and tablets", + "A projected slide deck showing trial phases and risk matrices", + "An outspoken advocate raising societal concerns", + "Investor reps shifting in their seats with financial charts", + "A recorded public comment streaming in from a remote participant" + ], + "actions": [ + "A heated exchange over acceptable risk thresholds", + "A formal vote is called and recorded", + "An ethics officer annotates a consent template for clearer language", + "A compliance clerk logs meeting minutes into a registry" + ], + "camera": "Formal static wide with close cuts to hands, notes, and faces", + "accents": [ + "neutral daylight with crisp boardroom reflections", + "fine on-screen contract typography and redlined clauses" + ], + "mood": "serious deliberative tension", + "lighting": "bright office daylight for clarity", + "style": "institutional deliberation documentary" + }, + { + "subGenre": "Biotech", + "scene": "Twilight coastal hatchery where engineered larvae are released with tracked micro-tags", + "sceneVariants": [ + "Tanks of tiny larvae pulsing under gentle aeration lights", + "Technicians gently acclimating larvae before release", + "A launch net dispersing tagged cohorts at the tide line", + "A small vessel with researchers tracking initial dispersal", + "A remote camera recording early survival behaviors" + ], + "actions": [ + "Micro-tags are affixed and logged to a release registry", + "A coordinated release synchronizes with tidal windows", + "Telemetry pings confirm initial survival and movement", + "A note is recorded about environmental conditions for follow-up" + ], + "camera": "Low-angle shoreline tracking with micro shots of larvae and tags", + "accents": [ + "twilight rim-light catching wet plastic tags", + "high micro-detail on tiny larval morphology" + ], + "mood": "hopeful measured stewardship (twilight)", + "lighting": "soft twilight with gentle rim highlights", + "style": "conservation science vignette" + }, + { + "subGenre": "Biotech", + "scene": "Bright classroom lab where kids run safe synthetic biology kits during a weekend workshop", + "sceneVariants": [ + "Colorful benches with smiling children and protective goggles", + "A mentor guiding a colony color-change experiment", + "A display board with simple explanations and safety signs", + "Parents peeking in through a glass partition", + "A certificate ceremony with proud young participants" + ], + "actions": [ + "Children pipette colored solutions into demonstration wells", + "A mentor explains ethical frameworks in age-appropriate language", + "Samples are safely sealed and taken for responsible disposal", + "A group photo captures the end-of-day smiles" + ], + "camera": "Warm wide classroom shots with close joyful reaction inserts", + "accents": [ + "sunny daylight illuminating colorful kit components", + "clear micro-detail on playful visual indicators and stickers" + ], + "mood": "playful curious education", + "lighting": "bright classroom daylight", + "style": "educational outreach documentary" + }, + { + "subGenre": "Biotech", + "scene": "Night urban alley where a black-market reagent exchange occurs under dim neon", + "sceneVariants": [ + "A hooded hand sliding a sealed vial across a metal table", + "A courier swapping identification codes for cash", + "An anxious look as a buyer inspects a reagent label", + "A quick read of a QR before the vial is tucked away", + "A distant siren rolling past as dealers disperse" + ], + "actions": [ + "A quick verification test performed with a handheld device", + "A coded handshake seals the deal", + "A buyer tucks the vial into padded lining and turns away", + "A vendor wipes the table to remove fingerprints" + ], + "camera": "Gritty narrow handheld with shallow depth focusing on the exchange", + "accents": [ + "neon rim-light catching glass edges and droplets", + "micro-detail on smudged labels and seal crimps" + ], + "mood": "paranoid illicit tension (night)", + "lighting": "low neon and streetlamp pools with deep shadows", + "style": "noir microcrime vignette" + }, + { + "subGenre": "Biotech", + "scene": "Bright precision lab midday where robotic liquid handlers execute millions of assays in parallel", + "sceneVariants": [ + "A lattice of automated arms tending stacked assay plates", + "A sterile corridor with glass windows to an inner automation hall", + "A control room where technicians monitor throughput dashboards", + "A QA bench sampling plates for spot verification", + "A courier staging robotic barcoded aliquots for cold storage" + ], + "actions": [ + "Pipetting arrays hum through synchronized cycles", + "A throughput alarm flags a blocked tip and pauses a line", + "An automated sorter routes a flagged plate for rework", + "A throughput statistic is logged and plotted for the hour" + ], + "camera": "Clean robotic tracking with rhythmic motion cuts and tight macro detail", + "accents": [ + "clinical studio white light emphasizing chrome and plastic", + "micro-detail on pipette tips, droplet formation, and barcode clarity" + ], + "mood": "efficient mechanized precision", + "lighting": "bright clinical daylight for high visual fidelity", + "style": "high-throughput R&D documentary" + }, + { + "subGenre": "Biotech", + "scene": "Dawn remote island lab where conservation biotech engineers attempt to revive an endangered plant species", + "sceneVariants": [ + "A tiny lab built into a weathered station beside dunes", + "Seedlings in humidity domes lined along a sunlit bench", + "A researcher comparing genomic snippets with a portable sequencer", + "A volunteer gently transplanting a lab-grown sapling", + "A field notebook with notes on soil microbiome interactions" + ], + "actions": [ + "A sapling is potted and labeled for release trials", + "Microbiome swabs are cataloged and frozen for analysis", + "A tide-weather window is chosen for a planting trial", + "A local guide and scientist confer on release logistics" + ], + "camera": "Gentle documentary passes from bench to dunes with human-close inserts", + "accents": [ + "soft dawn gold on leaves and moisture droplets", + "high-detail on root microstructures and substrate textures" + ], + "mood": "hopeful conservation care (dawn)", + "lighting": "soft early morning light", + "style": "small-team conservation documentary" + }, + { + "subGenre": "Biotech", + "scene": "Bright corporate incubator where start-ups demo lab-on-a-chip diagnostics to investors", + "sceneVariants": [ + "A demo bench with polished prototypes and quick-read displays", + "Investors leaning in as a chip returns a color-coded result", + "A founder narrating validation data on a slick slide deck", + "A small celebratory handshake after a successful demo", + "A demo kit handed to a potential partner for trial" + ], + "actions": [ + "A quick assay returns and the team records a success metric", + "An investor questions regulatory timelines and risk pathways", + "A demonstrator runs a repeat to show reproducibility", + "A term-sheet conversation quietly shifts to next steps" + ], + "camera": "Polished corporate coverage with product close-ups and reaction shots", + "accents": [ + "bright showroom lights reflecting on glossy demo plates", + "fine print and high-fidelity UI elements on product screens" + ], + "mood": "tense hopeful negotiation", + "lighting": "bright conference lighting", + "style": "startup investor demo film" + }, + { + "subGenre": "Biotech", + "scene": "Night courtroom where a biotech patent dispute is being argued under stark artificial light", + "sceneVariants": [ + "Lawyers pacing with scientific exhibits in a sterile room", + "Expert witnesses pointing to printed genomic alignments", + "A jury watching slow-motion video of contested lab steps", + "Clerk stamping evidence admission slips at a side table", + "Flashes of evidence boards during cross-examination" + ], + "actions": [ + "An expert explains a technical nuance to a lay jury", + "A key lab notebook page is entered into evidence", + "The judge asks for clarification on experimental reproducibility", + "A legal counsel objects and the courtroom murmurs" + ], + "camera": "Formal static courtroom shots with tight inserts on exhibits and hands", + "accents": [ + "harsh courtroom whites and crisp paper micro-detail", + "fine-grain clarity on printed graphs and sequence data" + ], + "mood": "serious adjudicative tension (night)", + "lighting": "stark artificial court lighting", + "style": "legal-technical drama" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_cyber_security.json b/src/data/technology_and_future_cyber_security.json new file mode 100644 index 0000000..d8d8c78 --- /dev/null +++ b/src/data/technology_and_future_cyber_security.json @@ -0,0 +1,377 @@ +[ + { + "subGenre": "Cyber Security", + "scene": "Night SOC (Security Operations Center) where triage analysts watch a flood of IDS alerts", + "sceneVariants": [ + "A dim room with curved displays showing threat timelines", + "An analyst twinning an alert to a ticketing system", + "A chat wall where red-team and blue-team coordinate responses", + "A flood of automated indicators-of-compromise scrolling past", + "A senior operator authorizing an escalation to incident response" + ], + "actions": [ + "Anomalous inbound traffic is triaged and prioritized by risk score", + "A playbook triggers an automated containment script against an infected host", + "A forensic sandbox ingests an attached binary for dynamic analysis", + "A pager alerts an on-call responder to join the war-room" + ], + "camera": "Tight low-light shots across monitors with HUD overlays and hand-close cutaways", + "accents": [ + "cold cyan monitor glows reflected on glass surfaces", + "fine log-line micro-text visible in zoomed overlays" + ], + "mood": "tense methodical urgency (night)", + "lighting": "low-room, high-screen contrast", + "style": "technical incident documentary" + }, + { + "subGenre": "Cyber Security", + "scene": "Midnight threat-hunt basement where seasoned hunters sift telemetry for stealthy attackers", + "sceneVariants": [ + "A cluster of laptops with packet captures and timeline visualizations", + "A whiteboard mapping lateral movement across a corporate estate", + "A hunter running YARA scans against recent file drops", + "A coffee-stained notebook with IOC shorthand", + "A deep-dive window showing process trees and parent-child relationships" + ], + "actions": [ + "A hunter correlates endpoint telemetry to reveal a living-off-the-land technique", + "A retrospective enrichment adds indicators to the shared IOC repo", + "A stealthy persistence is detected and an eradication plan drafted", + "A timeline is exported and shared with stakeholders for action" + ], + "camera": "Handheld intimate passes with detailed screen and notebook inserts", + "accents": [ + "warm desk-lamp edge glints on annotated notes", + "micro-detail on packet hex dumps and offset markers" + ], + "mood": "intense investigative focus (night)", + "lighting": "localized warm task lights", + "style": "deep-dive security vignette" + }, + { + "subGenre": "Cyber Security", + "scene": "Dawn blue-team briefing room where new threat intel informs patch prioritization", + "sceneVariants": [ + "A morning stand-up with charts showing exposure windows", + "A list of vulnerable CVEs ordered by exploitability", + "A liaison from IT presenting scheduled maintenance windows", + "A whiteboard mapping quick mitigations and compensating controls", + "A calm assigned owner for each priority item" + ], + "actions": [ + "A prioritized remediation list is sent to change control", + "Workarounds are applied to high-risk assets pending patches", + "A communication to impacted business units is drafted", + "A verification job schedules post-patch validation scans" + ], + "camera": "Clean daytime mid-shots with whiteboard details and tablet overlays", + "accents": [ + "soft morning light on marker strokes and printed CVE pages", + "fine typography in ticketing UI closeups" + ], + "mood": "practical collaborative urgency (day)", + "lighting": "bright meeting-room daylight", + "style": "enterprise operations documentary" + }, + { + "subGenre": "Cyber Security", + "scene": "Night red-team exercise where simulated adversaries attempt to bypass controls", + "sceneVariants": [ + "A dim collaborative space with command-line windows and scripts", + "A physical penetration test team coordinating with virtual ops", + "A simulated phishing campaign being launched for a tabletop", + "A scoreboard showing success metrics for attack paths", + "A debrief room filled with post-exploit snapshots" + ], + "actions": [ + "The red team executes a priced attack chain to test detection", + "Phishing templates are sent in controlled manner and click rates measured", + "A live purple-team session adjusts detection rules in response", + "A final after-action reviews missed detections and improves telemetry" + ], + "camera": "Grainy handheld for covert mood intercut with terminal closeups", + "accents": [ + "keyboard rim light micro-glow and coffee cup ring micro-detail", + "fine console font and timestamp micro-annotations" + ], + "mood": "provocative controlled tension (night)", + "lighting": "low warm desk lamps with monitor highlights", + "style": "red-team exercise film" + }, + { + "subGenre": "Cyber Security", + "scene": "Dawn secure dev pipeline where SAST/DAST and CI gates block vulnerable code from merging", + "sceneVariants": [ + "A CI dashboard showing passing and failing security gates", + "A developer iterating on a failing SAST finding", + "A merge request with automated security comments", + "A policy bot refusing to merge until tests are green", + "A team retrospective reviewing prevented vulnerabilities" + ], + "actions": [ + "SAST flags insecure deserialization and a fix is pushed", + "DAST runs catch an authentication bypass on a staging endpoint", + "A gated pipeline halts deployment until remediation", + "A security champion wires an educational note into the PR" + ], + "camera": "Crisp dev-screen inserts with team collaboration mid-shots", + "accents": [ + "soft morning reflection on laptop chassis and printed stack diagrams", + "fine diff snippet micro-typography" + ], + "mood": "constructive proactive discipline (day)", + "lighting": "bright engineering space daylight", + "style": "DevSecOps process vignette" + }, + { + "subGenre": "Cyber Security", + "scene": "Night IoT farm where edge-device fleets are monitored for firmware anomalies", + "sceneVariants": [ + "A greenhouse of smart sensors with a low-power gateway", + "A dashboard flagging anomalous firmware checksums", + "A technician scheduling a staged OTA update", + "A low-bandwidth link throttling large updates into batches", + "A remote field console displaying device health" + ], + "actions": [ + "A rollback is prepared for devices failing checksum validation", + "A limited OTA is pushed to a pilot group for canary testing", + "A device is quarantined remotely to avoid lateral spread", + "A device manifests snapshot is captured and stored for analysis" + ], + "camera": "Macro device-feeds and long-lens greenhouse passes", + "accents": [ + "soft LED grow-light reflections on sensor housings", + "micro-scratch detail on plastic enclosures" + ], + "mood": "protective technical calm (night)", + "lighting": "muted greenhouse task light with instrument glows", + "style": "operational IoT security" + }, + { + "subGenre": "Cyber Security", + "scene": "Dawn phishing simulation center where user-awareness metrics drive targeted training", + "sceneVariants": [ + "A training room with participants interacting with simulated phishing emails", + "A panel showing click-through rates by department", + "A facilitator guiding a role-play on social-engineering", + "A small rewards board for teams showing exemplary reporting", + "A feedback kiosk for users to submit concerns" + ], + "actions": [ + "A targeted simulated campaign is launched and response rates measured", + "Employees who report suspicious messages are immediately retrained", + "A metric dashboard surfaces at-risk groups for focused outreach", + "A positive reinforcement program issues recognition tokens" + ], + "camera": "Warm human-focused shots with close-ups on email UI and reaction faces", + "accents": [ + "morning sun reflection on presentation screens", + "fine paper and print micro-detail on training handouts" + ], + "mood": "educational engaged optimism (day)", + "lighting": "bright classroom daylight with soft fills", + "style": "awareness training vignette" + }, + { + "subGenre": "Cyber Security", + "scene": "Night financial fraud ops where transaction analytics and anomaly detection protect accounts", + "sceneVariants": [ + "A bank ops room with live transaction streams and risk scores", + "An account analyst freezing a suspicious transfer in real time", + "A fraud-hit list being automatically reconciled with KYC data", + "A legal hold placed on accounts pending verification", + "A small alert window showing geolocation mismatches" + ], + "actions": [ + "An unusual geo-velocity triggers a temporary block and verification call", + "A forensic snapshot of account activity is generated for review", + "A machine learning detector refines thresholds based on false-positive feedback", + "A coordinated takedown handoff is prepared for law enforcement" + ], + "camera": "Tense close-in action with UI overlays and phone-call reaction shots", + "accents": [ + "soft amber server indicator glows and micro-font transaction timestamps", + "fine print on legal hold notices" + ], + "mood": "urgent protective focus (night)", + "lighting": "low control-room with bright transaction displays", + "style": "financial security procedural" + }, + { + "subGenre": "Cyber Security", + "scene": "Dawn supply-chain review where SBOMs and dependency scans prevent vulnerable components in builds", + "sceneVariants": [ + "A software bill-of-materials viewer with nested dependency trees", + "A developer replacing a flagged transitive dependency", + "A compliance officer signing off an SBOM snapshot", + "An automated scanner highlighting outdated packages", + "A small archive of vendor attestations and licenses" + ], + "actions": [ + "Automated SBOM comparison detects a flagged CVE in a transitive dependency", + "A developer upgrades the package and a regression test is triggered", + "A vendor attests a fix and a new signed SBOM is published", + "A compliance snapshot is retained for audit trail" + ], + "camera": "Clean closeups on tree viewers and merge workflow screens", + "accents": [ + "bright morning desk light reflecting on printed SBOM sheets", + "micro-typography on package hashes and signature stamps" + ], + "mood": "methodical preventive diligence (day)", + "lighting": "bright engineering daylight", + "style": "supply-chain security vignette" + }, + { + "subGenre": "Cyber Security", + "scene": "Night zero-trust control-point where access policies and micro-segmentation dynamically enforce least privilege", + "sceneVariants": [ + "A network map showing microsegments with live policy hits", + "A workstation request locked by a conditional access policy", + "A sudden policy enforcement preventing lateral access", + "A policy authoring console showing recent changes", + "An auditor reviewing an access exception request" + ], + "actions": [ + "A conditional access rule triggers MFA and device posture checks", + "Micro-segmentation isolates a suspicious host from critical data lanes", + "An access exception is logged and routed to approvers", + "A policy test-run simulates impact prior to global rollout" + ], + "camera": "Tidy console closeups and network-map wide reveals", + "accents": [ + "cool vector-map micro-lines and crisp console typography", + "fine badge ID micro-text and token bead detail" + ], + "mood": "disciplined cautious control (night)", + "lighting": "low ops with bright policy-map accents", + "style": "modern security architecture film" + }, + { + "subGenre": "Cyber Security", + "scene": "Dawn incident post-mortem where teams annotate root-cause and continuous improvement items", + "sceneVariants": [ + "A war-room whiteboard full of timeline swimlanes and root cause trees", + "Teams documenting mitigations and preventive action items", + "A retrospective board where wins and gaps are listed", + "A CI job queue showing remediation tests in flight", + "A small gratitude note for on-call staff pinned to the board" + ], + "actions": [ + "An RCA session produces a prioritized action plan", + "Mitigations are scheduled into sprint cycles and owners assigned", + "A knowledge-base article is written to prevent recurrence", + "A public executive summary is prepared for stakeholders" + ], + "camera": "Conversational mid-shots with close annotations on whiteboard and keyboard", + "accents": [ + "soft morning meeting light and marker ink micro-texture", + "fine printed checklist micro-detail" + ], + "mood": "reflective constructive closure (day)", + "lighting": "bright meeting-room daylight", + "style": "organizational improvement vignette" + }, + { + "subGenre": "Cyber Security", + "scene": "Night cloud-hunt where serverless telemetry and ephemeral instances complicate detection", + "sceneVariants": [ + "A cloud monitoring wall showing ephemeral function invocations", + "An analyst investigating short-lived anomalous invocations", + "A chase through distributed logs across multiple cloud regions", + "A lambda function snapshot with suspicious environment variables", + "A cloud bill anomaly showing spikes during off-hours" + ], + "actions": [ + "A distributed trace is stitched across ephemeral services to locate anomaly", + "A function execution is frozen for forensic artifact collection", + "An alert triggers an automated rollback of a misconfigured deployment", + "A cost anomaly leads to an abuse investigation and throttling" + ], + "camera": "Rapid digital overlays with terminal closeups and graph zoom-ins", + "accents": [ + "neon cloud-dashboard micro-gradients and log line micro-type", + "fine JSON snippet micro-structure in closeups" + ], + "mood": "technical hunting intensity (night)", + "lighting": "dim ops with bright cloud dashboards", + "style": "cloud security vignette" + }, + { + "subGenre": "Cyber Security", + "scene": "Dawn hardware trust bench where firmware signing and root-of-trust checks protect supply chain components", + "sceneVariants": [ + "A bench testing secure boot chains on embedded devices", + "An engineer validating a TPM attestation log", + "A sealed kit of signed firmware images ready for deployment", + "A compliance stamp of approval being affixed to a batch", + "A quiet lab with ESD mats and precision screwdrivers" + ], + "actions": [ + "A secure boot verification rejects a tampered image", + "An attestation report is generated and uploaded to a ledger", + "A rollback firmware is staged for compromised units", + "A batch is quarantined pending vendor re-certification" + ], + "camera": "Macro hardware-close with steady lab-wide context", + "accents": [ + "polished PCB micro-traces and stamped serial micro-text", + "fine ESD mat texture and antibody-like sticker micro-detail" + ], + "mood": "methodical trust-building (day)", + "lighting": "bright laboratory task lighting", + "style": "hardware supply-security documentary" + }, + { + "subGenre": "Cyber Security", + "scene": "Night tabletop crisis simulation where executives practice communication under an incident", + "sceneVariants": [ + "A conference table with scripted scenario injects and a timeline board", + "A communications lead rehearsing public messaging", + "A legal counsel role-playing regulator interactions", + "A simulated social media wildfire displayed on a monitor", + "A final debrief capturing gaps in message cadence" + ], + "actions": [ + "A media playbook is activated and mock statements released", + "Cross-functional roles execute communication and technical responses", + "A simulated regulator interaction tests record and audit readiness", + "A review annotates improvements to notification speed and clarity" + ], + "camera": "Formal static wide with reaction cuts and script closeups", + "accents": [ + "warm conference rim-light and printed script micro-text", + "fine mock-social post imagery micro-detail" + ], + "mood": "serious prepared composure (night)", + "lighting": "controlled interior lighting", + "style": "executive crisis preparedness film" + }, + { + "subGenre": "Cyber Security", + "scene": "Dawn privacy-by-design workshop where engineers and product teams bake privacy controls into features", + "sceneVariants": [ + "A co-design space with mock user journeys and privacy checklists", + "A feature owner adding data minimization steps to a spec", + "A UX designer mapping consent flows and redaction points", + "A compliance officer endorsing a privacy-preserving architecture", + "A small whiteboard with retention timelines and anonymization strategies" + ], + "actions": [ + "A design decision chooses pseudonymization over cleartext collection", + "A retention schedule is shortened and automated deletion scheduled", + "A consent flow mockup is tested with user focus groups", + "A privacy impact assessment is drafted for sign-off" + ], + "camera": "Friendly collaborative passes with detailed UI and whiteboard closeups", + "accents": [ + "soft morning light on sticky notes and printed flow diagrams", + "fine UI micro-typography and consent micro-copy detail" + ], + "mood": "collaborative ethical clarity (day)", + "lighting": "bright workshop daylight", + "style": "product privacy design film" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_data_centers.json b/src/data/technology_and_future_data_centers.json new file mode 100644 index 0000000..3f1e1a2 --- /dev/null +++ b/src/data/technology_and_future_data_centers.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Data Centers", + "scene": "Midnight hyperscale hall where rack LEDs pulse like constellations across endless aisles", + "sceneVariants": [ + "A carpet of black racks stretching under suspended cable trays", + "A single technician walking the aisle with a tablet glow", + "Automated crane retrieving a hot-swapped blade", + "Empty maintenance carts parked between rack banks", + "A cooling corridor with vapor plumes drifting under vents" + ], + "actions": [ + "Autoscaling jobs spin up and redistribute across clusters", + "A hot-swap event triggers an automated rebalancing script", + "Thermal sensors nudge cooling fans to a higher RPM", + "A technician patches in a firmware update via secured console" + ], + "camera": "Slow lateral dolly down an aisle with periodic micro close-ups on flashing status LEDs", + "accents": [ + "cold blue rim-light on brushed metal panels", + "high micro-detail on connector pins and sticker barcodes" + ], + "mood": "efficient nocturnal vigilance", + "lighting": "low ambient with focused rack status glows", + "style": "industrial tech noir" + }, + { + "subGenre": "Data Centers", + "scene": "Dawn edge PoP in a repurposed subway cavern, cables like veins feeding the city", + "sceneVariants": [ + "A vaulted station adapted into an edge point-of-presence", + "Technicians swapping fiber patch cords under archways", + "A transit of courier robots delivering SSD cartridges", + "Commuters glancing at a compact glass-fronted operations room", + "A muraled wall with an integrated network map display" + ], + "actions": [ + "Fiber technicians reorganize trunking to reduce latency hops", + "Edge caches refresh regional datasets on a scheduled cycle", + "A micro-outage triggers a graceful reroute to neighboring nodes", + "On-prem analytics compress and forward aggregated telemetry" + ], + "camera": "Wide reveal of cavern-turned-PoP, intercut with close patch-panel inserts", + "accents": [ + "warm dawn rim on curved concrete and braided cable sheen", + "micro-detail on patch-label text and fiber ferrule tips" + ], + "mood": "urban resilient hum (day)", + "lighting": "soft dawn fills with clear task lighting", + "style": "urban infrastructure documentary" + }, + { + "subGenre": "Data Centers", + "scene": "Night underwater datacenter pod tethered to a calm bay, bioluminescent sea life flickering beyond glass", + "sceneVariants": [ + "A glass-walled pod with interior racks visible through condensation", + "Remote marine technicians monitoring from a dry dock", + "A support vessel moored with cable reels and power converters", + "A subtle algae bloom glowing near support struts", + "Undersea thermal vents mapped in a glow-overlay" + ], + "actions": [ + "External pumps manage thermal exchange with seawater", + "A scheduled integrity scan pings the hull and returns micro-readings", + "A maintenance drone does a brief exterior cleaning pass", + "Bandwidth bursts offload archival snapshots to shore" + ], + "camera": "Underwater wide passes outside the dome, then intimate interior pan across servers", + "accents": [ + "deep-sea blue gradation and reflective glass micro-flares", + "fine particulate micro-detail suspended in water" + ], + "mood": "isolated clinical wonder (night)", + "lighting": "thin blue ambient with rack status highlights", + "style": "speculative industrial cinematography" + }, + { + "subGenre": "Data Centers", + "scene": "Bright solar-canopied modular yard midday where containerized racks sit under moving PV arrays", + "sceneVariants": [ + "Rows of shipping-container data modules under bright panels", + "An operator scanning a container barcode with a tablet", + "A portable cooling unit switched between modules", + "A maintenance UAV delivering a spare fan assembly", + "A service lane with orange safety cones and techs in vests" + ], + "actions": [ + "Mobile PV trackers reorient to follow peak irradiance", + "Load-balancing migrates compute to cooler modules", + "A quick swap of a dusty filter restores cooling efficiency", + "A telemetry burst uploads environmental metrics to a dashboard" + ], + "camera": "Aerial sweep of the yard with ground-level service close-ups", + "accents": [ + "bright sun specular on panel glass and container paint", + "micro grit detail on filter meshes" + ], + "mood": "practical engineered optimism (day)", + "lighting": "bright daylight with strong shadows", + "style": "clean industrial documentary" + }, + { + "subGenre": "Data Centers", + "scene": "Nighttime security ops where a SOC watches live threats crawl across a globe of attack vectors", + "sceneVariants": [ + "A dimled war-room with curved screens and analyst stations", + "A rapid incident response team standing by", + "A red alert timeline scrolling across the central display", + "A secure comms line opening to a remote datacenter controller", + "A shift handover with encrypted key exchange" + ], + "actions": [ + "Anomalous traffic patterns trigger automated containment", + "A forensics VM spins up to quarantine suspicious instances", + "A human operator validates and escalates a cross-tenant threat", + "A patch pipeline is scheduled to mitigate a discovered CVE" + ], + "camera": "Tight camera moves across the SOC with insert on scrolling logs and alert badges", + "accents": [ + "electric cyan and red HUD accents", + "micro-detail on keyboard wear and headset foam" + ], + "mood": "tense vigilant urgency (night)", + "lighting": "low ops-light with bright display glows", + "style": "tech-thriller procedural" + }, + { + "subGenre": "Data Centers", + "scene": "Dawn co-located campus at a hydroplant where chilled water loops feed free cooling", + "sceneVariants": [ + "A riverside campus with visible heat-exchange arrays", + "Engineers walking between intake manifolds and chilled headers", + "A public walkway with educational plaques about waste-heat reuse", + "A service dock with insulated piping bundles", + "A remote thermostat calibrating flow valves" + ], + "actions": [ + "Hydro-exchange gates modulate flow to match compute load", + "Waste heat routes into a district heating loop for nearby homes", + "A control loop spins down pumps during low demand", + "Operators log thermal efficiency gains for sustainability reporting" + ], + "camera": "Documentary wide establishing the campus, with process-focused close-ups", + "accents": [ + "warm metallic patina on pipes and dew micro-beads", + "fine-texture on industrial gasket faces" + ], + "mood": "sober efficient stewardship (day)", + "lighting": "soft morning light with crisp industrial contrast", + "style": "sustainability reportage" + }, + { + "subGenre": "Data Centers", + "scene": "Night disaster recovery hub where mirrored clusters spin up under generator hum after a regional blackout", + "sceneVariants": [ + "A warehouse of humming racks lit by emergency strips", + "Technicians verifying DR replication hashes under headlamps", + "A generator bank cycling to handle load", + "A satellite uplink queueing delayed packets", + "A wall of status LEDs mapping regional failovers" + ], + "actions": [ + "Replication streams failover to the DR site with checksum verification", + "An operator throttles non-critical services to preserve capacity", + "A hot-standby cluster boots additional instances", + "A comms link reports regional restoration ETA" + ], + "camera": "Intense close-ups on operator faces and server front panels with ambient generator rumble", + "accents": [ + "warm generator amber glows and oily metal micro-texture", + "fine dust and cooling-vapor detail in the air" + ], + "mood": "controlled crisis competence (night)", + "lighting": "emergency amber strips with local task lamps", + "style": "operations crisis documentary" + }, + { + "subGenre": "Data Centers", + "scene": "Bright university HPC cluster lab midday where researchers queue GPU jobs and visualize protein folds", + "sceneVariants": [ + "A glass-walled cluster room adjacent to a lecture theatre", + "Students watching a realtime rendering of computation progress", + "A scientist annotating a GPU utilization heatmap", + "Cooling manifolds visible with transparent insulation", + "An academic poster showing benchmark results pinned nearby" + ], + "actions": [ + "A batch scheduler optimizes GPU allotment across experiments", + "Checkpoint snapshots are saved to long-term storage", + "Researchers iterate code and re-submit optimized kernels", + "A visualization pipeline renders results for the group" + ], + "camera": "Clean academic close-ups with wide lab context shots", + "accents": [ + "neutral lab light with polished server grille micro-sheen", + "fine typography on visualization overlays" + ], + "mood": "curious focused productivity (day)", + "lighting": "bright diffuse daylight for clarity", + "style": "academic research film" + }, + { + "subGenre": "Data Centers", + "scene": "Night robotic floor where autonomous trolleys and cranes service racks with surgical precision", + "sceneVariants": [ + "Robotic shuttles retrieving hot-swappable drives in silence", + "An automated crane lowering a replacement PSU", + "A maintenance bay where failed modules are quarantined", + "A panoramic view showing choreographed robot traffic", + "A spare-part depot with neatly organized inventory bins" + ], + "actions": [ + "Robots use machine vision to locate and extract failed blades", + "An automated repair pipeline desiccates and reboots a returned component", + "A logistic robot brings a replacement to the hot-swap bay", + "A central scheduler coordinates robot paths to avoid collisions" + ], + "camera": "Smooth tracking across the robotic choreography with macro tool-close cutaways", + "accents": [ + "mechanical joint micro-grease sheen and polished track micro-detail", + "tight focus on magnet coupling faces" + ], + "mood": "precise mechanical calm (night)", + "lighting": "focused task LEDs with dark aisles", + "style": "automation choreography film" + }, + { + "subGenre": "Data Centers", + "scene": "Dawn cold-climate facility nestled in a fjord where ambient air cooling reduces power draw", + "sceneVariants": [ + "A low-profile facility built into a snow-shelf", + "Heat-exchange radiators steaming faintly in cold air", + "A remote worker checking inlet temperatures with gloved hands", + "A snowplow clearing service lanes at first light", + "A wind-sensor mast whirring gently on the ridge" + ], + "actions": [ + "Ambient intake shutters open to pull frigid air for economized cooling", + "Power draws are throttled upward as thermal headroom increases", + "A seasonal maintenance routine checks insulation seals", + "Operators update seasonal PUE baselines in the ledger" + ], + "camera": "Wide chilled landscape establishes with close technical inserts", + "accents": [ + "frost micro-patterns on panel seams and vapor plume micro-detail", + "fine grain on insulated cable jackets" + ], + "mood": "stoic efficient chill (day)", + "lighting": "cool early light with crisp contrasts", + "style": "cold-region industrial documentary" + }, + { + "subGenre": "Data Centers", + "scene": "Night fiber landing station where subsea cables terminate into dense patch panels and NOCs hum nearby", + "sceneVariants": [ + "A concrete landing with armored cable clamping systems", + "Technicians splicing fiber under localized lamps", + "A clean NOC room with a wall of route maps and fiber topology", + "A weather-beaten van parked near the shore access", + "An ops console indicating packet loss and latency traces" + ], + "actions": [ + "A splice test completes with green light and the route reactivates", + "A remote ping test validates transoceanic latency under load", + "A shepherding team coordinates with shipborne cable-lay crews", + "A route reconfiguration alleviates congestion for critical services" + ], + "camera": "Tense low-angle shoreline shots with tight splice-microscope inserts", + "accents": [ + "salt-fleck micro-texture on cable armor and warm lamp pools", + "fine fiber core glow under microscope" + ], + "mood": "watchful connective duty (night)", + "lighting": "isolated task lighting against coastal night", + "style": "connectivity operations vignette" + }, + { + "subGenre": "Data Centers", + "scene": "Bright community edge node in a library serving local compute and archival needs at midday", + "sceneVariants": [ + "A small rack tucked behind a public desk", + "Library patrons using low-latency AR exhibit rendering", + "A staff member performing a routine backup", + "A kid-led workshop using mini-cloud resources", + "A wall chart showing uptime and local hosting pride" + ], + "actions": [ + "Edge caching speeds up commonly requested educational resources", + "Nightly incremental backups sync to a regional vault", + "A librarian reimages a kiosk from a local snapshot", + "Community alerts display a scheduled maintenance window" + ], + "camera": "Warm intimate passes between public and technical spaces", + "accents": [ + "soft indoor daylight on oak surfaces and rack bezel micro-texture", + "fine print on educational poster overlays" + ], + "mood": "inclusive practical service (day)", + "lighting": "bright warm daylight with even interior fill", + "style": "civic tech documentary" + }, + { + "subGenre": "Data Centers", + "scene": "Night cold-start facility where deep-freeze tape archives are restored for compliance audits", + "sceneVariants": [ + "Rows of dense tape vaults with access lanes", + "A technician in gloves loading a retrieval carousel", + "A verification station scanning archive checksums", + "An audit team waiting in a nearby conference room", + "A secure courier picking up sealed boxes" + ], + "actions": [ + "A pull request for archived dataset triggers a staged restore", + "Checksum comparisons verify integrity before release", + "An audited log records chain-of-custody for compliance", + "A slow robotic picker retrieves and stages tapes under controlled humidity" + ], + "camera": "Quiet formal tracking with macro inserts on barcode scans and seals", + "accents": [ + "matte vault metal micro-texture and soft archival label detail", + "fine condensation beads on sealed containers" + ], + "mood": "formal procedural calm (night)", + "lighting": "low archival lighting with focused task lamps", + "style": "compliance documentary" + }, + { + "subGenre": "Data Centers", + "scene": "Dawn AI-render farm where racks blaze with GPU activity for predictive weather simulations", + "sceneVariants": [ + "A bank of GPU pods humming in synchronized fan patterns", + "Researchers observing a volumetric storm forecast render", + "A wall of thermal maps updating in real time", + "A small test cluster extrapolating high-resolution models", + "Cooling manifolds shrouded in early mist" + ], + "actions": [ + "Distributed tensor jobs orchestrate model shards across nodes", + "A checkpoint completes and is distributed to regional partners", + "A performance tweak lowers power draw per TFLOP", + "Visualizations push frames to researcher tablets for inspection" + ], + "camera": "High-detail technical passes with dynamic visualization overlays", + "accents": [ + "warm processor micro-glows and textured fan blades", + "fine rasterized detail on volumetric frames" + ], + "mood": "intense creative rigor (day)", + "lighting": "bright lab-day with high-contrast monitors", + "style": "research and compute documentary" + }, + { + "subGenre": "Data Centers", + "scene": "Night small-form-factor container at a remote cell tower site providing local CDN caching", + "sceneVariants": [ + "A ruggedized container mounted near a telecom mast", + "An onsite battery bank cycling with predictable hum", + "A tech swapping a compact hot-swap drive", + "A local farmer using cached media without long-haul latency", + "A tiny status panel showing cache hit ratios" + ], + "actions": [ + "Local cache serves high-demand media to reduce backbone traffic", + "Battery assist supplies burst power during peak events", + "A remote health check confirms container environmental thresholds", + "A drive rotation job consolidates logs nightly" + ], + "camera": "Practical close-level shots with landscape context and device closeups", + "accents": [ + "rugged powdercoat micro-scratches and connector micro-detail", + "soft LED status dots and small-lens reflections" + ], + "mood": "compact pragmatic utility (night)", + "lighting": "muted task LEDs with small ambient glow", + "style": "edge-infrastructure vignette" + }, + { + "subGenre": "Data Centers", + "scene": "Dusk hybrid campus where legacy brick buildings house modern glassed ops centers and cooling gardens", + "sceneVariants": [ + "A restored factory building with a modern annex", + "Green roofs and passive cooling courtyards between buildings", + "A night-shift operator crossing an old cobbled lane", + "A tech lounge with a view of the cooling garden", + "An EV charging row for staff fleet" + ], + "actions": [ + "Legacy workloads cold-migrate to the glassed annex overnight", + "Greenspace irrigation cycles reduce microclimate temps", + "A facilities manager toggles a garden sprinkler schedule", + "A rooftop PV string reports mid-dusk generation figures" + ], + "camera": "Architectural cross-cuts between old brick texture and new glass expanses", + "accents": [ + "warm brick micro-pitting and reflective glass micro-flares", + "fine detail on planted soil and gutter joinery" + ], + "mood": "adaptive respectful continuity (dusk)", + "lighting": "soft transitional dusk with warm building glows", + "style": "heritage-meets-tech profile" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_digital_currency.json b/src/data/technology_and_future_digital_currency.json new file mode 100644 index 0000000..b251c1c --- /dev/null +++ b/src/data/technology_and_future_digital_currency.json @@ -0,0 +1,352 @@ +[ + { + "subGenre": "Digital Currency", + "scene": "Midnight exchange floor: low-lit, glass-walled OTC room with traders watching global ledger feeds", + "sceneVariants": [ + "A dim private trading booth with rolling candlesticks on multiple monitors", + "A small group negotiating a high-value transfer at a circular table", + "An encrypted hardware wallet being passed between counsel and client", + "A live-feed wall showing exchanges and arbitrage opportunities", + "A quiet compliance officer reviewing KYC flags under a lamp" + ], + "actions": [ + "A trader confirms a multisig release and watches confirmations", + "An on-screen arbitrage bot executes split-second trades", + "A legal counsel cross-checks a large transfer against flagged entities", + "A risk alert pings and an automated throttle reduces exposure" + ], + "camera": "Tight, low-angle coverage with soft rack-focus passes over screens and hands", + "accents": [ + "cold monitor glows reflecting on polished glass", + "micro-detail on stamped hardware wallet serials and textured leather cases" + ], + "mood": "tense nocturnal vigilance", + "lighting": "low-key with focused task lamps and monitor illumination", + "style": "noir fintech vignette" + }, + { + "subGenre": "Digital Currency", + "scene": "Dawn mining farm in a repurposed warehouse where rigs hum and cooling fans beat the pre-dawn air", + "sceneVariants": [ + "Rows of GPU and ASIC rigs with indicator LEDs pulsing like insect swarms", + "A maintenance tech swapping a hotboard as steam flows from chilled racks", + "A rooftop solar array topping up a local battery bank", + "A logistics pallet of replacement PSUs awaiting inventorying", + "A security gate opening as early shift workers arrive" + ], + "actions": [ + "Hash-rate metrics spike on a central dashboard after a firmware tweak", + "Cooling cycles ramp down as ambient temperature drops", + "A technician marks a failed fan and schedules rework", + "A local energy offset meter credits green generation to the pool" + ], + "camera": "Wide industrial tracking with close inserts on soldered boards and fan blades", + "accents": [ + "warm amber LED micro-glow on board indicators", + "fine metallic texture on cooling fins and cable braid" + ], + "mood": "mechanical industrious calm (dawn)", + "lighting": "soft pre-dawn with industrial task lights", + "style": "industrial operations documentary" + }, + { + "subGenre": "Digital Currency", + "scene": "Night underground market alley where crypto-for-cash deals swap hands under neon", + "sceneVariants": [ + "A narrow alley with flickering neon and a hidden exchange kiosk", + "A hooded buyer scanning a QR and receiving a small paper receipt", + "A clump of courier bikes idling near a meeting point", + "A counterfeit-detection device used to verify notes", + "A quick handshake as an escrow release completes" + ], + "actions": [ + "A peer-to-peer swap completes with a last confirmation chirp", + "A courier secures a small envelope and melts into the crowd", + "A clandestine observer captures transaction metadata on a burner device", + "A vendor pockets cash and updates a ledger app" + ], + "camera": "Handheld close, gritty, with occasional POV on small screens and receipts", + "accents": [ + "neon rim-light on damp cobbles and weathered leather", + "micro-detail on fingerprint smudges and receipt print micro-text" + ], + "mood": "tense clandestine thrill (night)", + "lighting": "neon contrast with deep shadow pockets", + "style": "street-level noir" + }, + { + "subGenre": "Digital Currency", + "scene": "Bright fintech incubator midday where founders demo token economics to a panel", + "sceneVariants": [ + "An airy open office with tokenomics slides projected on a translucent screen", + "A founder nervously answering scalability questions", + "A small whiteboard showing vesting schedules and emission curves", + "A demo app showing staking UI and APR projections", + "An investor probing governance parameters with a tablet" + ], + "actions": [ + "A live smart contract simulation runs a governance vote", + "A presenter toggles inflation parameters to show long-term effects", + "An advisor notes regulatory action items in a shared doc", + "A follow-up demo meeting is scheduled by the panel" + ], + "camera": "Clean mid-shots and UX close-ins on interactive dashboards", + "accents": [ + "warm daylight reflection on polished desks and tablet glass", + "crisp micro-typography on legal slides" + ], + "mood": "optimistic pragmatic pitch (day)", + "lighting": "bright natural daylight with soft interior fill", + "style": "startup pitch documentary" + }, + { + "subGenre": "Digital Currency", + "scene": "Night cold-storage vault where hardware wallets and seed backups are guarded in a climate-controlled safe", + "sceneVariants": [ + "A reinforced vault room with bank-grade locks and laminated documentation", + "A clerk transferring a sealed seed package from a courier to a vault shelf", + "Secure cameras and biometric readers watching silent corridors", + "Redundant cold-storage units in staggered locations", + "An encrypted USB vault being logged and sealed" + ], + "actions": [ + "A multisig custody step requires three physical authentications", + "A sealed package is scanned, logged, and transferred to vault storage", + "A forensic check verifies tamper-evident seals before release", + "A compliance checklist is stamped and archived" + ], + "camera": "Sterile static wide with close macro on seals and embossed metal", + "accents": [ + "cool steel micro-sheen and high-resolution stamp embossing detail", + "fine grain on tamper-evident seal fibers" + ], + "mood": "secure methodical calm (night)", + "lighting": "controlled cool task lights emphasizing security", + "style": "procedural security vignette" + }, + { + "subGenre": "Digital Currency", + "scene": "Dawn merchant street where small cafes accept micropayments via NFC and wallet apps", + "sceneVariants": [ + "A barista tapping a tablet to receive a nano-payment for coffee", + "A street vendor displaying a dynamic QR with suggested tips", + "A tourist scanning a poster to claim a discount via token coupon", + "A vendor reconciling totals on a morning tablet", + "A young musician receiving small donations live via on-phone wallets" + ], + "actions": [ + "A micropayment streams in as background music shifts to a small chime", + "A coupon token redeems and updates vendor inventory automatically", + "A tip jar aggregates many nano-payments and notifies the performer", + "A merchant runs a morning settlement to move small balances into fiat" + ], + "camera": "Friendly shallow-depth street-level passes with close UI interactions", + "accents": [ + "sunlit reflection on laminated QR cards and tablet glass", + "micro texture on cup paper and braided wallet straps" + ], + "mood": "cheerful pragmatic convenience (day)", + "lighting": "bright morning sunlight with warm fills", + "style": "neighborhood payments vignette" + }, + { + "subGenre": "Digital Currency", + "scene": "Night regulatory briefing room where compliance teams map AML vectors for token flows", + "sceneVariants": [ + "A high-level map showing flow-of-funds heatmaps across jurisdictions", + "A compliance lead marking high-risk nodes on a touchscreen", + "A remote counsel joining over secure video", + "A quiet debate over travel rules and beneficial ownership", + "A thick binder of policy notes and sanctioned lists" + ], + "actions": [ + "Analysts tag suspicious clusters and queue investigations", + "A policy officer drafts an updated KYC flow with staged enforcement", + "An automated watchlist flags a newly sanctioned address", + "A notification schedules a deeper forensic pull for the morning team" + ], + "camera": "Formal boardroom coverage with focused closeups on the map and documents", + "accents": [ + "cool blue map glows and fine-printed legal footnote detail", + "micro-text clarity on sanctioned lists" + ], + "mood": "serious regulatory diligence (night)", + "lighting": "low ops-light bright screens for contrast", + "style": "policy procedural vignette" + }, + { + "subGenre": "Digital Currency", + "scene": "Dawn charitable distribution where stablecoin disbursements reach remote recipients via SMS wallets", + "sceneVariants": [ + "A small community center with recipients lining up to collect aid", + "A volunteer using a tablet to verify IDs and send stablecoins", + "A posted board showing expected disbursement times and QR instructions", + "A recipient using a basic feature phone to receive a one-time code", + "A translator helping elders understand wallet flows" + ], + "actions": [ + "Volunteers batch airdrops into verified recipient lists", + "Recipients confirm receipt and convert small amounts to local goods", + "An outreach worker logs outreach metrics for donors", + "A contingency offline-swap method is used where network is thin" + ], + "camera": "Warm humanist tracking with close portrait reactions and tablet UI cutaways", + "accents": [ + "soft dawn rim on faces and tablet glass micro-reflections", + "fine-printed instruction card micro-text" + ], + "mood": "compassionate practical empowerment (dawn)", + "lighting": "soft morning light with warm fills", + "style": "impact storytelling vignette" + }, + { + "subGenre": "Digital Currency", + "scene": "Night developer ops where smart contract auditors scan a major protocol for a zero-day exploit", + "sceneVariants": [ + "A small secure room with a whiteboard of contract functions and invariants", + "A developer running formal verification tools with red/green indicators", + "A conference call with protocol maintainers in multiple timezones", + "A test harness simulating high-value transfers against attack vectors", + "A relieved cheer as a patch merges and is scheduled for deployment" + ], + "actions": [ + "Formal proofs run and counterexamples are inspected in code", + "A hotfix is authored and peer-reviewed in short order", + "A testnet roll-out verifies the patch under stress", + "Release notes and CVE-style advisories are prepared for distribution" + ], + "camera": "Close technical cut-ins on code, logs and whiteboard thinking", + "accents": [ + "cool monitor glow and keyboard micro-wear detail", + "fine printed diff snippets and stamped merge IDs" + ], + "mood": "tense focused problem-solving (night)", + "lighting": "low task light with bright screen contrast", + "style": "engineering incident report" + }, + { + "subGenre": "Digital Currency", + "scene": "Daytime retail plaza where merchants show dynamic pricing in tokens adjusted to local demand", + "sceneVariants": [ + "A digital storefront billboard showing live discount token rates", + "Shoppers watching price dips and deciding when to purchase", + "A pop-up stall offering token-only bundles", + "A backend admin toggling time-limited offers", + "A small loyalty token displayed as a badge on a user's app" + ], + "actions": [ + "Dynamic pricing algorithm updates offers and emits token coupons", + "A shopper redeems a time-limited token for an instant discount", + "The merchant's POS settles token receipts into a daily fiat sweep", + "A loyalty balance ticks up with micro-earnings" + ], + "camera": "Energetic wide plaza coverage with UX close-ins and reaction shots", + "accents": [ + "sunlit glossy billboard micro-reflections and printed sticker textures", + "fine app icon micro-details and neat QR print quality" + ], + "mood": "playful consumer engagement (day)", + "lighting": "bright daylight with vivid color saturation", + "style": "retail tech snapshot" + }, + { + "subGenre": "Digital Currency", + "scene": "Night cross-border settlement hub where atomic swaps and routing reduce settlement latency", + "sceneVariants": [ + "An operations room mapping in-flight cross-chain swaps", + "A whiteboard of routing topologies and liquidity pools", + "A small team watching confirmations cascade across graphs", + "A legal liaison monitoring sanction filters during routing", + "A compliance beacon flagging unusual chain hops" + ], + "actions": [ + "A queued atomic swap executes successfully across two chains", + "Routing algorithms select least-cost path given slippage constraints", + "A flagged path is quarantined pending manual review", + "An automated settlement memo generates an auditable trail" + ], + "camera": "Tight technical overlays with map-of-flows and operator closeups", + "accents": [ + "cool infographics micro-font clarity and node micro-icons", + "fine timestamp granularity visible in overlays" + ], + "mood": "high-precision nocturnal logistics (night)", + "lighting": "dim ops-room with bright data visual glows", + "style": "financial systems vignette" + }, + { + "subGenre": "Digital Currency", + "scene": "Dawn academic seminar where researchers unpack token design philosophies and societal impacts", + "sceneVariants": [ + "A lecture hall with projected token governance models", + "A heated panel debating universal basic token experiments", + "Students sketching economic flow diagrams on paper", + "An economist walking through a staged case study", + "A slow post-seminar clustering of small-group debates" + ], + "actions": [ + "A model simulation shows distributional outcomes over decades", + "Panelists annotate tradeoffs between inflation curves and incentives", + "Students propose adjustment mechanisms and vote", + "Follow-up reading lists are distributed electronically" + ], + "camera": "Calm pedagogical wide with close-up note-taking and reaction shots", + "accents": [ + "soft daylight on paper grain and projector pixel micro-structure", + "fine chalk or marker stroke detail on whiteboards" + ], + "mood": "thoughtful engaged inquiry (day)", + "lighting": "bright even lecture lighting", + "style": "academic discourse vignette" + }, + { + "subGenre": "Digital Currency", + "scene": "Night municipal pilot where city services accept local utility tokens for micro-fees", + "sceneVariants": [ + "A small kiosk accepting tokens for public bike rentals", + "Park meters showing token prices adjusted for congestion", + "A transit gate syncing a daily commuter token", + "A municipal dashboard summarizing token circulation", + "A community officer explaining the pilot to an elder" + ], + "actions": [ + "Users tap wallets to unlock bikes and gates via local token validation", + "A micro-fee is distributed automatically to service operators", + "A pilot dashboard shows uptake maps and demographic heat", + "Anomalous activity triggers a policy review for fairness" + ], + "camera": "Civic-friendly coverage with user reaction inserts and kiosk UI cut-ins", + "accents": [ + "soft municipal paint micro-texture and kiosk glass glare", + "fine typography on token instructions" + ], + "mood": "pragmatic civic experimentation (night)", + "lighting": "muted evening streetlights with kiosk accent LEDs", + "style": "urban pilot documentary" + }, + { + "subGenre": "Digital Currency", + "scene": "Dusk charity gala where NFT-backed donations are auctioned live for cultural preservation", + "sceneVariants": [ + "A refined room with projected NFT art and live bid counters", + "An auctioneer describing provenance and cultural impact", + "Guests scanning and bidding from phones", + "A transparent ledger display showing bid history", + "A small panel discussing repatriation funding mechanisms" + ], + "actions": [ + "A high-value NFT sells and funds are immediately routed to a vetted foundation", + "Donors receive tokenized receipts and tax documentation", + "A live update adjusts cumulative fundraising goals", + "A curator steps to the stage to explain cultural context" + ], + "camera": "Glamorous event tracking with reaction closeups and ledger-on-screen overlays", + "accents": [ + "warm chandelier micro-glints and glossy invitation card texture", + "fine ledger typography and token provenance stamps" + ], + "mood": "elegant philanthropic celebration (dusk)", + "lighting": "soft warm interior event lighting", + "style": "high-society charity film" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_drones.json b/src/data/technology_and_future_drones.json new file mode 100644 index 0000000..85567c6 --- /dev/null +++ b/src/data/technology_and_future_drones.json @@ -0,0 +1,527 @@ +[ + { + "subGenre": "Drones", + "scene": "Rooftop drone swarm circling a neon-lit metropolis at midnight", + "sceneVariants": [ + "A cloud of delivery drones weaving between skyscrapers", + "Swarm forming a moving billboard over a busy intersection", + "Drones hovering above a rooftop clinic during a blackout", + "Aerial drones tracing patterns around a spire under rain", + "A tight formation signaling over a construction crane" + ], + "actions": [ + "Propeller hum mixing with distant traffic", + "A lead drone flashes a warning light and shifts formation", + "Rain beading on carbon-fiber shells as they adjust altitude", + "One drone drops a small package into a waiting crate" + ], + "camera": "Tight aerial dolly with occasional top-down crane, slow reveal of city below", + "accents": [ + "neon rim-light reflecting on glossy drone shells", + "micro-detail on rain-splattered propellers and stamped serial codes" + ], + "mood": "tense urban vigilance", + "lighting": "selective neon highlights and deep blue shadows with wet-surface reflections", + "style": "hyperreal cyber-noir aerial cinematography" + }, + { + "subGenre": "Drones", + "scene": "Abandoned industrial yard patrolled by rust-dusted security drones under a blood-red moon", + "sceneVariants": [ + "A derelict hangar with drones perched on girders", + "One drone scanning graffiti-carved machinery", + "Drones forming a perimeter around a broken shipping container", + "A distant alarm triggers a synchronized sweep", + "A low fog hugging the ground as drones cast search beams" + ], + "actions": [ + "Rotors kick up dust and old paper", + "Searchlight cones slice through fog revealing sharp silhouettes", + "A drone’s thermal scanner flickers with phantom heat signatures", + "A rusted gate clangs as a drone brushes against it" + ], + "camera": "Slow, jittering handheld with intermittent push-ins to drone lenses", + "accents": [ + "cold specular highlights on scratched titanium", + "soft volumetric beams from searchlights through fog" + ], + "mood": "eerie abandonment", + "lighting": "low-key moonlight with harsh spot searchlights", + "style": "gritty nocturnal surveillance" + }, + { + "subGenre": "Drones", + "scene": "Coastal cliff rescue: medevac drones lowering a stretcher into a wind-swept cove at night", + "sceneVariants": [ + "A single drone hovering over surf-lashed rocks", + "A pair of drones stabilizing a dangling rescue line", + "Headlamps from a rescue boat joining drone beacons", + "A cliff-edge medic signaling to an air controller drone", + "A final lift into an awaiting ambulance under storm clouds" + ], + "actions": [ + "Winch cables creak as tension changes", + "Spray from surf lit by downward LEDs", + "A med drone stabilizes the stretcher with micro-adjustments", + "A pilot issues calm, clipped commands through the comms link" + ], + "camera": "Low-angle wide lens capturing scale, intercut with close-up gimbal of winch mechanism", + "accents": [ + "warm LED wash on medical fabric against cool storm tones", + "high-detail salt spray and wind-tunneled motion blur" + ], + "mood": "urgent, focused hope", + "lighting": "staccato emergency strobes and narrow-beam LEDs against dark sea", + "style": "documentary-style rescue sequence" + }, + { + "subGenre": "Drones", + "scene": "Derelict agricultural field at twilight where crop-mapping drones hover like watchful insects", + "sceneVariants": [ + "A lone drone skimming rows of dead corn", + "A hive of drones releasing micro-sensors into furrows", + "Abandoned tractor half-covered by ivy with drones scanning its chassis", + "A sunset silhouette of drones arching above a windbreak", + "A drone landing on a rusted sign to transmit data" + ], + "actions": [ + "Sensor pods detach and tumble into soil", + "Rotors slow as drones hover to analyze samples", + "A distant howl of an engine startles the formation", + "A data burst uplink flickers then completes" + ], + "camera": "Slow lateral tracking shot across fields with occasional low passes near rusted farm equipment", + "accents": [ + "golden rim-light on sensor housings at dusk", + "micro-level topology mapping overlays visible as translucent HUD" + ], + "mood": "melancholic technological encroachment", + "lighting": "warm dusk glow contrasted with cool sensor LEDs", + "style": "pastoral-tech elegy" + }, + { + "subGenre": "Drones", + "scene": "A collapsed highway where delivery drones coordinate to clear debris in the blue-gray hour", + "sceneVariants": [ + "Drones lifting pieces of rebar and concrete", + "A junction of autonomous rigs broadcasting coordination signals", + "Workers guiding drones through narrow gaps", + "A drone hive building a temporary scaffold", + "A cargo drone converting to salvage mode and attaching clamps" + ], + "actions": [ + "Magnetic clamps click and secure fragments", + "Grit falls from lifted concrete as drones realign", + "A central drone emits a harmonic ping to synchronize the swarm", + "A small drone slips into a void to inspect structural damage" + ], + "camera": "Action-oriented tracking with overhead crash-cam panoramas and kinetic cutaways", + "accents": [ + "sparks catching on twisted metal with bright micro-flares", + "dust motes backlit by search LEDs creating volumetric texture" + ], + "mood": "industrious urgency", + "lighting": "diffuse pre-dawn light with sharp LED accents", + "style": "fast-paced rescue/engineering montage" + }, + { + "subGenre": "Drones", + "scene": "Underground subway shaft where inspection drones flick between dark tunnels and emergency lights", + "sceneVariants": [ + "A drone slipping through a collapsed ceiling opening", + "Mapping drones projecting 3D scans onto tunnel walls", + "A maintenance drone patching a power conduit", + "A drone discovering old graffiti and a forgotten ticket stub", + "A line of drones forming a beaconed pathway for workers" + ], + "actions": [ + "Echoes of rotors blend with distant dripping water", + "LIDAR lattice patterns crawl across rough concrete", + "A drone’s camera zooms into a rusted bolt to confirm alignment", + "A sudden power surge causes a swarm to reorient" + ], + "camera": "Close, claustrophobic dolly-ins alternating with wide-angle tunnel vistas", + "accents": [ + "cold LED strips highlighting grime and moisture", + "high micro-contrast on rust textures and stamped labels" + ], + "mood": "tense subterranean inspection", + "lighting": "focused utility LEDs against inky tunnel black", + "style": "industrial thriller" + }, + { + "subGenre": "Drones", + "scene": "A coastal smuggling ring: swift drones darting between fishing boats on a moonless night", + "sceneVariants": [ + "Drones dropping small waterproof pods off the stern", + "A chase where a larger enforcement drone intercepts a courier", + "A drone nest on a trawler's deck with clandestine goods", + "A sequence of drones exchanging packages mid-air", + "A drone evading search-beams by skimming the water" + ], + "actions": [ + "Hydrophobic pods splash silently into the sea", + "Tense microbursts from rotors as drones dodge nets", + "A radio crackles with urgent coded commands", + "A thermal camera reveals hidden figures on a dark deck" + ], + "camera": "High-speed crane with pop-zoom cuts to drone POV", + "accents": [ + "wet-sheen reflections on hull paint with pinpoint highlights", + "glints off waterproof seals and fasteners" + ], + "mood": "clandestine adrenaline", + "lighting": "near-total darkness punctuated by narrow IR and thermal glows", + "style": "noirish nighttime chase" + }, + { + "subGenre": "Drones", + "scene": "Highway traffic management at midnight with drones corralling autonomous vehicles through fog", + "sceneVariants": [ + "Drones projecting temporary lane markings", + "A drone hovering above an accident to coordinate traffic", + "Aerial units guiding a broken-down convoy to the shoulder", + "Drones deploying inflatable safety beacons on the tarmac", + "A traffic-control drone broadcasting reroute instructions to cars" + ], + "actions": [ + "A drone lowers a reflective flare to alert approaching vehicles", + "Communications pings ripple across vehicle networks", + "Fog diffuses headlights into halos around the drones’ beams", + "A drone’s signal reroutes a platoon of cars to a safe lane" + ], + "camera": "Dynamic crane and aerial shots with split-screen HUD overlays", + "accents": [ + "reflective road paint catching drone light with prismatic sheen", + "detailed particle work for fog interacting with search beams" + ], + "mood": "controlled tension", + "lighting": "diffuse highway sodium glow plus sharp drone LEDs", + "style": "futuristic traffic control documentary" + }, + { + "subGenre": "Drones", + "scene": "A quiet suburban neighborhood at 2 AM where drones map pain points for a next-day delivery surge", + "sceneVariants": [ + "Doorstep scanning for secure drop zones", + "Privacy drones recording compliance checks", + "A delivery drone navigating narrow cul-de-sacs", + "A drone slipping between hedges to reach a back gate", + "A final-mile drone descending onto a porch light" + ], + "actions": [ + "Prop wash ruffles mailbox flags", + "A soft mechanical whirr as the drone releases a tethered package", + "A porch camera blinks; a drone’s proximity light stows", + "An automated log records a successful drop with timestamp" + ], + "camera": "Quiet, observational mid-distance shots punctuated with POV landings", + "accents": [ + "warm porch light reflecting on matte package surfaces", + "fine-detail on delivery labels and barcode scans" + ], + "mood": "domestic serenity tinged with surveillance", + "lighting": "soft porch lamps and muted streetlights with drone LED rims", + "style": "intimate near-future slice-of-life" + }, + { + "subGenre": "Drones", + "scene": "Windswept canyon where mapping drones stitch together high-resolution geological surveys at night", + "sceneVariants": [ + "A drone constellation tracing a canyon rim", + "Swarm descending into a narrow gorge for detailed scans", + "A lead drone projecting real-time mesh models", + "A survey riged tent where scientists monitor feed", + "Small probe drones entering crevices to capture mineral samples" + ], + "actions": [ + "LIDAR bursts render the rock face into glowing wireframe", + "A gust shakes the swarm and formation re-aligns", + "Data spikes surge across a tethered uplink", + "A drone delicately extracts a micro-sample with a precision arm" + ], + "camera": "Crisp telephoto passes combined with augmented-visual overlays revealing mesh reconstruction", + "accents": [ + "cold specular on rock faces illuminated by scanning arrays", + "shimmering volumetric dust kicked up by rotor wash" + ], + "mood": "methodical scientific wonder", + "lighting": "subtle cold-scanning beams and moonlit contours", + "style": "high-detail exploratory cinematography" + }, + { + "subGenre": "Drones", + "scene": "A power-plant perimeter swarm in stormy midnight, tracking fallen lines and coordinating emergency repairs", + "sceneVariants": [ + "Drones forming a protective ring around a damaged transformer", + "A maintenance drone threading into a substation alcove", + "Swarm relaying thermal anomalies to engineers", + "A drone dropping an insulating patch over a live sparking cable", + "A sequence where drones lift a collapsed service ladder" + ], + "actions": [ + "Arcing electricity creates stark strobe-lit silhouettes", + "A drone’s telemetry overlays warn of voltage thresholds", + "A rescue algorithm issues a rollback maneuver to prevent overload", + "A drone deposits insulating material onto a sparking seam" + ], + "camera": "High-contrast wide shots and quick cut close-ups of sparking details", + "accents": [ + "electric blue corona around high-voltage components", + "saturated micro-sparks emphasized with slow-motion" + ], + "mood": "tense technical problem-solving", + "lighting": "intermittent arc-light staccato with deep surrounding darkness", + "style": "industrial crisis reportage" + }, + { + "subGenre": "Drones", + "scene": "Solar farm inspection at dawn where drones sweep rows of panels, identifying microfractures and bird strikes", + "sceneVariants": [ + "A drone hovering inches above PV cells scanning for hotspots", + "Swarm coordinating to clean off morning dew", + "A maintenance drone replacing a cracked panel segment", + "A technician monitoring thermal overlays on a tablet", + "Drones forming a choreography to minimize shade shadows" + ], + "actions": [ + "Thermal sensors highlight a failing cell in magenta", + "Cleaning micro-brushes spin against glass and fling off dew", + "A replacement module is secured with a micro-wrench", + "Data logs upload to a cloud endpoint with immediate alerts" + ], + "camera": "Graceful sweeping passes along array rows with close macro inserts on cracked glass", + "accents": [ + "warm dawn gold reflecting on polished glass", + "high-fidelity dust and water bead micro-details" + ], + "mood": "optimistic precision", + "lighting": "soft golden-hour warmth with cool diagnostic LEDs", + "style": "clean sustainable-technology vignette" + }, + { + "subGenre": "Drones", + "scene": "Bright midday harbor where port logistics drones coordinate container transfers under clear sky", + "sceneVariants": [ + "Aerial cranes guided by drone beacons", + "Small drones ferrying manifests between ships", + "A drone scanning a container barcode on a sunlit dock", + "Swarm optimizing flow during peak loading", + "A safety drone enforcing exclusion zones around cranes" + ], + "actions": [ + "Rotors hum in a busy rhythmic choreography", + "A container is latched and hoisted with drone-guided precision", + "A small courier drone weaves through stacked containers delivering paperwork", + "A safety override halts a misaligned lift and reroutes drones" + ], + "camera": "Wide establishing port panoramas with close-up operational cuts", + "accents": [ + "sunlit metal gleam on container edges and crane cables", + "crisp reflections off water with motion-blurred drone trails" + ], + "mood": "efficient industrial order", + "lighting": "clear daylight with sharp shadows and reflective highlights", + "style": "corporate logistic documentary" + }, + { + "subGenre": "Drones", + "scene": "Festival sky at dusk where choreographed light-drones perform a narrated aerial ballet", + "sceneVariants": [ + "A synchronized heart shape forming above a stadium", + "Drones painting constellations over a lakeside crowd", + "A drone releasing confetti while others trace calligraphic trails", + "A finale of color pulses culminating in a slow drift-down", + "Close-ups of audience faces lit by drone patterns" + ], + "actions": [ + "Swarm executes a flawless formation change on cue", + "LED arrays pulse in time with orchestral hits", + "A solo drone spirals outward and releases a cascade of tiny lights", + "Crowd cameras capture the moment, broadcasting it to wrist devices" + ], + "camera": "Cinematic wide lenses with occasional crowd reaction cuts and POV ascents", + "accents": [ + "vivid color gradients on drone undersides", + "sparkling micro-lens bokeh from released light particulates" + ], + "mood": "celebratory awe", + "lighting": "rich dusk gradients complemented by saturated drone LEDs", + "style": "festive spectacle cinematography" + }, + { + "subGenre": "Drones", + "scene": "Sunlit orchard where pollination-assist drones hover between blossoms during a busy morning", + "sceneVariants": [ + "Micro-drones brushing petals to assist pollen transfer", + "A drone fleet depositing nutrient pellets at tree bases", + "A smiling orchardist tracking swarm stats on a tablet", + "Aerial micro-views of bees and drones sharing flight lanes", + "A drone gently nudging a fallen branch so a harvester can pass" + ], + "actions": [ + "Tiny brushes rotate to mimic insect contact", + "A drone releases biodegradable nutrient spheres into soil", + "Soft rotor breezes move petals and reveal pollen clouds", + "A harvest drone syncs with ground crew to optimize yield" + ], + "camera": "Warm, pastoral tracking with intimate macro passes on blossoms", + "accents": [ + "sunlit translucence of petals and glossy pollen granules", + "high micro-detail on drone brush fibers and weathered wood" + ], + "mood": "gentle productivity", + "lighting": "warm morning light with soft backlit highlights", + "style": "idyllic agritech documentary" + }, + { + "subGenre": "Drones", + "scene": "Bright urban canyon midday where news drones chase a flash protest, capturing crowds from above", + "sceneVariants": [ + "Drones weaving between reflective glass towers over marchers", + "A lead drone broadcasting live feeds to mobile viewers", + "Authorities dispatching containment drones at the edges", + "Drone cameras zooming on signage and faces in the crowd", + "Aerial shots of the protest forming patterns down avenues" + ], + "actions": [ + "Live-stream latency drops as data uplink stabilizes", + "Crowd noise swells against rotor hum", + "A drone narrowly avoids a thrown banner and recalibrates", + "A legal observer drone maintains a safe altitude and documents interactions" + ], + "camera": "Energetic fly-throughs with split-screen live-feed overlays", + "accents": [ + "reflections of protest signs on glass facades", + "crisp motion trails behind fast-moving units" + ], + "mood": "charged public energy", + "lighting": "high-contrast daylight with sharp urban shadows", + "style": "cinéma vérité news coverage" + }, + { + "subGenre": "Drones", + "scene": "Clear blue-sky wildlife reserve where quiet observation drones film migrating herds from a respectful distance", + "sceneVariants": [ + "A single stealth drone slipping above a herd at sunrise", + "Drones mapping migration corridors over rolling plains", + "A drone recording close-up behavior for biologists", + "Swarm retreating as a predator approaches to avoid disturbance", + "A drone relaying GPS waypoints to tagging teams" + ], + "actions": [ + "Stealth motors hum with near-silent thrust", + "A drone captures a newborn calf as it rises", + "Telemetry annotates behavior events in real time", + "A remote scientist marks footage with observational notes" + ], + "camera": "Long telephoto lens passes with gentle parallax and observational restraint", + "accents": [ + "soft golden highlights on animal fur at sunrise", + "ultra-high-detail skin and feather textures visible in close-ups" + ], + "mood": "reverent observation", + "lighting": "soft dawn warmth with broad natural fills", + "style": "ethological documentary" + }, + { + "subGenre": "Drones", + "scene": "Emergency medical corridor in bright daylight where triage drones shuttle supplies between hospitals", + "sceneVariants": [ + "A nurse receiving a drone-delivered blood pack at an entrance", + "A drone rapidly ferrying medication across a city bridge", + "Swarm optimizing route around congested airspace", + "A drone dropping a life-saving AED to a sidewalk collapse", + "A courier drone exchanging payloads at a rooftop helipad" + ], + "actions": [ + "A drone’s automated triage kit clicks open upon delivery", + "A med drone signals clearance and descends for handoff", + "Data packets confirm chain-of-custody for critical supplies", + "A rooftop crew lifts a stretcher as a drone clears the zone" + ], + "camera": "Crisp close-ups of medical handoffs intercut with wide logistical overviews", + "accents": [ + "sterile clinical highlights on packaging materials", + "high micro-detail on printed expiry labels and seals" + ], + "mood": "urgent competence", + "lighting": "bright neutral daylight optimized for clarity", + "style": "procedural medical realism" + }, + { + "subGenre": "Drones", + "scene": "A sunlit, windless parade where promotional drones carry banners and choreograph advertisements", + "sceneVariants": [ + "Drones forming a logo over a main boulevard", + "A synchronized color sweep trailing brand banners", + "A mid-parade drone drop releasing confetti pods", + "A hover-cam drone capturing ceremonial marching bands", + "Drones projecting text onto building facades" + ], + "actions": [ + "Swarm executes precise grid patterns timed with music", + "A banner unfurls with tiny servos and flutters in the breeze", + "A promotional drone releases biodegradable confetti", + "Operators monitor telemetry to avoid no-fly zones" + ], + "camera": "Celebratory wide-angle shots with responsive cut-ins to audience reactions", + "accents": [ + "vibrant saturated color LED washes", + "crisp confetti particle micro-detail in slow motion" + ], + "mood": "festive corporate spectacle", + "lighting": "bright midday sun with vivid color saturation", + "style": "commercial parade cinematography" + }, + { + "subGenre": "Drones", + "scene": "Clear afternoon mountain pass where courier drones negotiate thermals on a scenic postal route", + "sceneVariants": [ + "A drone surfing a ridge thermal with scenic vistas", + "A package drop onto a remote mountaintop cabin porch", + "Swarm avoiding gusts through a narrow pass", + "A drone landing on a rock outcrop to reboot", + "A handoff between a high-altitude drone and a local micro-drone" + ], + "actions": [ + "Propellers feather as thermal lift carries a drone", + "A package release mechanism engages with a soft thud", + "A gust tips instruments and auto-stabilization corrects", + "A pilot issues a course correction through a live comms link" + ], + "camera": "Epic wide vistas with dynamic parallax and graceful drone-to-ground transitions", + "accents": [ + "crisp alpine light reflecting off matte carbon finishes", + "fine-detail on mountain flora stirred by rotor wash" + ], + "mood": "adventurous reliability", + "lighting": "clean high-altitude sunlight with hard shadows", + "style": "scenic transport vignette" + }, + { + "subGenre": "Drones", + "scene": "Bright laboratory daylight where prototype nanocarrier drones demonstrate micro-delivery inside a mock urban model", + "sceneVariants": [ + "Bench-top drone demo weaving through model streets", + "A swarm adjusting to simulated wind tunnels", + "Micro-drones docking at micro-stations for recharge", + "Engineers annotating flight paths on a translucent map", + "A public demo with excited observers behind glass" + ], + "actions": [ + "Autonomy algorithms recalibrate to simulated obstacles", + "A prototype drops a micro-carrier into a model apartment window", + "Telemetry overlays update with live performance metrics", + "A drone returns to base and docks with an audible click" + ], + "camera": "Clinical close-ups on assembly and macro passes over the urban model", + "accents": [ + "sterile white lab highlights and high-contrast polished metal", + "micro-texture detail on 3D-printed components" + ], + "mood": "innovative optimism", + "lighting": "bright diffuse lab illumination for clarity", + "style": "tech-demo precision film" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_futuristic_homes.json b/src/data/technology_and_future_futuristic_homes.json new file mode 100644 index 0000000..f8e6ba9 --- /dev/null +++ b/src/data/technology_and_future_futuristic_homes.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Futuristic Homes", + "scene": "Moonlit cliffside smart-home with glass terraces cascading down to a black surf", + "sceneVariants": [ + "A cantilevered living room with floor-to-ceiling sea windows", + "An external drone landing pad lit by soft blue beacons", + "A reflecting pool mirroring the starlit glass facade", + "An interior garden visible through layered glazing", + "Service bots gliding along hidden rails under eaves" + ], + "actions": [ + "Window electrochromics dim to block wind-driven spray", + "A climate node adjusts humidity for the interior garden", + "A drone unloads a courier package onto the terrace", + "Soft ambient music cues an evening lighting scene change" + ], + "camera": "Slow wide crane from cliff to terrace with periodic inserts on reflective water", + "accents": [ + "cold moon-glint on wet stone and glass edges", + "high micro-detail on salt-flecked terrace textures" + ], + "mood": "lonely elegant serenity (night)", + "lighting": "selective moonlight with warm interior glows", + "style": "architectural cinematic serenity" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Urban rooftop micro-mansion at night with responsive facade panels and garden nodes", + "sceneVariants": [ + "A rooftop pool with fiber-optic starfield ripples", + "A living wall responding to air quality sensors", + "A compact greenhouse under a glass dome", + "A satellite dish folding into a sculptural screen", + "Neighbors’ rooftops connected by illuminated skybridges" + ], + "actions": [ + "Facade panels retract to reveal a night breeze corridor", + "An automated irrigation mist refreshes the rooftop plants", + "A neighbor waves as a walkway light pulses in recognition", + "A home AI composes a personalized night soundscape" + ], + "camera": "Over-the-shoulder glide revealing terrace depth and skyline beyond", + "accents": [ + "neon rim on metal edges and soft bokeh city lights", + "micro-detail on dew-laden leaves and tiled pool mosaic" + ], + "mood": "sophisticated urban calm (night)", + "lighting": "warm terrace lamps amid cool skyline LEDs", + "style": "modern luxe stillness" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Subterranean earth-sheltered home with luminous circulation veins pulsing at night", + "sceneVariants": [ + "Curved interior halls lined with living moss panels", + "A subterranean atrium opening to an engineered skylight", + "Hidden service corridors with softly glowing guides", + "An underground cinema with immersive AV wrap", + "A rain-harvest reservoir visible through a glass floor panel" + ], + "actions": [ + "Air-recycling vents modulate to a gentle nocturnal whisper", + "A soft projection maps star patterns onto the atrium", + "A family gathers around a low-lit communal table", + "A gentle pump hums as the reservoir levels adjust" + ], + "camera": "Low-angle tracking through curved corridor into open atrium", + "accents": [ + "subsurface warm rim-light accentuating organic textures", + "high micro-detail on engineered stone and moss filaments" + ], + "mood": "protective contemplative hush (night)", + "lighting": "gentle bioluminescent accents with warm interior pools", + "style": "quiet eco-futurist cinematography" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Cozy hillside pod cluster connected by lit walkways and smart fog barriers at night", + "sceneVariants": [ + "Individual pods with adaptive skylights above", + "A communal firepit with AR story projections", + "A narrow path lined with sensor-activated lanterns", + "A parent tucking a child in as pods dim", + "Service rovers navigating between pods below the canopy" + ], + "actions": [ + "Pod skylights tint and local climate zones set to sleep mode", + "Walkway sensors lower barrier fog for thermal insulation", + "An evening comms chiming signals family check-ins", + "A rover returns with a dinner tray and retracts to charge" + ], + "camera": "Gentle dolly along walkway with intimate close-ups of pod doors", + "accents": [ + "soft warm lantern glow against cool fog filaments", + "fine detail on woven pod exteriors and seam stitching" + ], + "mood": "communal cozy quiet (night)", + "lighting": "soft localized warm lighting with muted background darkness", + "style": "slow intimate vignette" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Floating river cabin with retracting hull and responsive thermal screens at night", + "sceneVariants": [ + "A wrap-around deck with adaptive glass balustrades", + "Interior living area with suspended fireplace and floating furniture", + "A small hydro-foil docking platform illuminated softly", + "Mist rising off the river as generators cycle", + "A wall of aquatic monitoring HUDs observing biotic life" + ], + "actions": [ + "Hull stabilizers engage as a passing barge induces wake", + "Thermal screen tightens to capture interior heat", + "A kayak motor gently hums as it returns to dock", + "An onboard aquarium cycles fresh water to the viewing window" + ], + "camera": "Wide river-skim shot drawing close to deck then moving inside", + "accents": [ + "wet speculars on wood and glass catching stray moonlight", + "micro-detail on ripple textures along hull seams" + ], + "mood": "soft solitary refuge (night)", + "lighting": "low warm interior and thin exterior halo lights", + "style": "reflective nautical architecture" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Desert eco-dome compound at night with thermal chimneys and star-mapped roofs", + "sceneVariants": [ + "A network of domes connected by low tunnels", + "Thermal chimneys venting rhythmic heat pulses", + "A rooftop array displaying constellations for navigation", + "A courtyard with nighttime communal cooking nodes", + "Service skeins bringing water from an oasis line" + ], + "actions": [ + "Vents pulse and a humidity cycle refreshes the inner garden", + "A community gathers under a projection of seasonal stars", + "A transport skein delivers filtered water to a central tank", + "A child chases a projected comet across the playground" + ], + "camera": "Tracking crane from dome cluster to communal area with starfield overlays", + "accents": [ + "subtle thermal rim on dome seams and dust motes", + "high micro-detail on woven fabric tensile membranes" + ], + "mood": "communal resilient calm (night)", + "lighting": "soft, diffuse dome-glow with star-projection contrast", + "style": "sustainable future community" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Mountain cabin with kinetic shuttering skin that opens under moonlight to reveal a panoramic interior", + "sceneVariants": [ + "A mechanical timber skin unfolding like petals", + "A minimal living area oriented to a valley view", + "A small workshop with warm tool lights", + "A snow-lined deck with heated foot paths", + "An exterior weather station blinking status at intervals" + ], + "actions": [ + "Skin actuators whisper as they realign panels", + "An interior fireplace modulates heat output to conserve fuel", + "A visitor leaves a boot mat and the drying rack cycles", + "A sensor pings with a forecast update and roof adjusts" + ], + "camera": "Long lens valley reveal with intimate inserts on moving panels", + "accents": [ + "crisp alpenglow on metal fittings and timber grain", + "micro snowflake detail on deck railings" + ], + "mood": "solitary rugged respite (night)", + "lighting": "warm interior lights contrasting with cold moon-bathed exterior", + "style": "contemplative mountain design" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Compact smart-flat with morphing furniture and adaptive privacy screens in a quiet urban lane at night", + "sceneVariants": [ + "Convertible bed-studio that folds into a living workshop", + "A small balcony with retractable greenery", + "An integrated AI concierge projecting recipe steps onto a countertop", + "Neighbors visible across a softly lit courtyard", + "A silent sewage-free micro-system venting below" + ], + "actions": [ + "Furniture morphs into work mode as morning prep halts", + "Privacy screens pulse and render selective views opaque", + "A smart oven sequences dinner and notifies the occupant", + "An automated vacuum stows itself into a base panel" + ], + "camera": "Tight interior coverage with smooth morphing transitions", + "accents": [ + "soft warm lumen on bamboo finishes and glass", + "fine grain on molded composite surfaces" + ], + "mood": "private efficient comfort (night)", + "lighting": "localized warm tasks with muted ambient dim", + "style": "compact high-tech living" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Glass-walled countryside villa with reflective privacy film and lunar pool at night", + "sceneVariants": [ + "An infinity pool blending into a starfield", + "A double-height living volume with suspended staircase", + "A library alcove with smart glass shelves", + "A distant farmhouse visible through layered fields", + "Garden sculptures doubling as environmental sensors" + ], + "actions": [ + "Privacy film toggles to opaque as evening protocol triggers", + "Pool filtration cycles to thermally adjust water temperature", + "A resident selects a reading lighting scene and glass warms", + "A distant dog barks and a security drone checks perimeter" + ], + "camera": "Slow push-in from pool to interior reading nook with reflective interplay", + "accents": [ + "mirror-like pool reflections and glass sheen micro-detail", + "soft grain on linen upholstery illuminated by a single lamp" + ], + "mood": "luxurious restful hush (night)", + "lighting": "soft interior warm pools with cool exterior moonlight", + "style": "modern luxury retreat" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Sunlit coastal fold-house with solar sails and passive ventilation at midday", + "sceneVariants": [ + "An articulated roof-veil capturing sea breezes and shade", + "A central atrium with a tidal water feature", + "Solar sail arrays angling to the sun", + "A family cooking outside on a shaded terrace", + "Children tunneling through sand beside the house" + ], + "actions": [ + "Sails adjust their pitch to maximize PV output", + "Ventilation chimneys create a gentle stack effect cooling the interior", + "A water-tank gravity feed irrigates planters", + "An outdoor dining automation sets tableware and coolers" + ], + "camera": "Wide establishing coastal pass with dynamic sail movements", + "accents": [ + "bright sun specular on metal sail surfaces", + "fine sand grain detail on terrace joints" + ], + "mood": "open breezy optimism (day)", + "lighting": "bright clear daylight with soft coastal haze", + "style": "sustainable coastal modern" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Bright suburban biophilic house with integrated vertical garden and AI irrigation at midday", + "sceneVariants": [ + "A living façade of edible greens and flowers", + "A children’s play space integrated into plantings", + "A kitchen with hydroponic wall growing herbs", + "A roof-pond for thermal regulation", + "Neighbors exchanging surplus produce" + ], + "actions": [ + "Irrigation microdoses deliver nutrients tailored per plant", + "An AI suggests recipes using freshly harvested herbs", + "A child waters a pot and the system logs growth progress", + "A compost module converts kitchen waste to fertilizer" + ], + "camera": "Cheerful tracking from facade to kitchen with close macro on foliage", + "accents": [ + "lush green micro-texture and sun-dapple micro-shadowing", + "clean water bead detail on trimmed leaves" + ], + "mood": "fresh communal vitality (day)", + "lighting": "warm natural daylight with bright interior fills", + "style": "biophilic family documentary" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Minimalist cliffside studio with passive solar glazing and rotating living modules at noon", + "sceneVariants": [ + "A single rotating pod aligning to the sun", + "A small artist’s nook sunbathed on a terrace", + "A concealed service shaft for supplies", + "A narrow path winding down to a coastal garden", + "A reflective roof doubling as thermal regulator" + ], + "actions": [ + "Pod slowly rotates to optimize daylight for a painting session", + "Thermal mass stores heat and releases it at evening", + "A courier drone perches briefly to drop a paint supply", + "A resident sweeps a terrace and adjusts a shade screen" + ], + "camera": "Elegant side pass with rotation reveal and interior cut-ins", + "accents": [ + "clean glass glints and soft plaster microtexture", + "fine detail on brush bristles and canvas weave in sunlight" + ], + "mood": "focused creative calm (day)", + "lighting": "bright neutral daylight with calibrated window shading", + "style": "studio minimalism" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Community co-housing cluster with shared maker-space and solar pergolas at mid-morning", + "sceneVariants": [ + "Shared workshop with sunlit translucent panels", + "Residents collaborating on a modular furniture build", + "A communal laundry and food-share hub under pergolas", + "Children riding modular micro-transport between pods", + "A shared battery bank and EV chargers in a sunlit plaza" + ], + "actions": [ + "Residents drop off repair parts for communal projects", + "A maker prints a replacement hinge and fits it live", + "Shared meal prep panels rotate into position for lunch", + "A community board announces upcoming maintenance tasks" + ], + "camera": "Friendly lateral passes showing social interactions and work details", + "accents": [ + "warm solar-washed textures on pergolas", + "high micro-detail on printed joinery and tool marks" + ], + "mood": "social pragmatic optimism (day)", + "lighting": "bright even daylight suitable for tasks", + "style": "community design documentary" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Sun-drenched inland courtyard house whose central thermal garden powers microclimate controls", + "sceneVariants": [ + "A sheltered courtyard with fruiting trees", + "Water channels crisscrossing a planted atrium", + "A shaded study looking into the garden", + "A morning tea ritual in the courtyard", + "Robotic pollinator drones visiting plants" + ], + "actions": [ + "Thermal sinks cycle heat to stabilize interior temperature", + "Garden sensors tune micro-irrigation for newly planted beds", + "A resident harvests fruit and scans it into a recipe app", + "Small maintenance bots prune and collect detritus" + ], + "camera": "Gentle circular dolly around courtyard with close botanical inserts", + "accents": [ + "sunlit leaf translucence and water micro-reflections", + "fine bark and soil texture captured in macro" + ], + "mood": "grounded domestic warmth (day)", + "lighting": "soft mid-morning sunlight with shaded pockets", + "style": "domestic eco-architecture" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Bright adaptive townhouse where internal walls slide to reconfigure living and workspaces at noon", + "sceneVariants": [ + "Sliding partitions revealing workspace then folding to reveal living space", + "An embedded conference wall that stows into a cabinet", + "A child’s art wall morphing into a dining surface", + "A balcony that converts into a micro-garden", + "A small embedded gym emerging from a closet" + ], + "actions": [ + "Walls glide smoothly to new positions as a schedule is triggered", + "Acoustic panels activate to isolate a video call", + "A user pre-sets morning mode for workspace orientation", + "Automated vacuum retracts as partitions move" + ], + "camera": "Dynamic interior crane showcasing reconfiguration choreography", + "accents": [ + "clean joint lines and tactile handle micro-details", + "soft cast shadows from moving panels" + ], + "mood": "flexible productive clarity (day)", + "lighting": "bright task-optimized daylight with even distribution", + "style": "urban adaptive living" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Coastal terraced orchard-home with integrated aquaponics and child-run micro-farm at midday", + "sceneVariants": [ + "Terraced planters stepping down toward a sea-view", + "Aquaponic channels weaving through living spaces", + "A child checking fish feeders and harvest trays", + "A small processing station turning harvest into preserves", + "Neighbors swapping seedlings under a pergola" + ], + "actions": [ + "Aquaponic pumps cycle and nutrient balance adjusts automatically", + "Children tag new plantings with educational AR badges", + "A neighbor drops off compost to the processing bin", + "Harvest crates are labeled for neighborhood share" + ], + "camera": "Warm lateral tracking across terraces with close-up harvest inserts", + "accents": [ + "vibrant leaf micro-texture and water droplet micro-reflections", + "sunlit specular on hand-woven baskets and produce sheen" + ], + "mood": "communal abundant cheer (day)", + "lighting": "bright coastal daylight with crisp contrasts", + "style": "agro-domestic pastoral" + }, + { + "subGenre": "Futuristic Homes", + "scene": "Bright translucent-paneled seaside bungalow where passive cooling and sea-salt tolerant materials are showcased at noon", + "sceneVariants": [ + "A raised bungalow with ventilated crawlspace and salt-resistant cladding", + "A breezy verandah with modular seating", + "An interior that opens entirely to a shaded courtyard", + "A rooftop micro-pond for evaporative cooling", + "A family mid-day nap in shaded alcoves" + ], + "actions": [ + "Passive vents create cross-flow cooling as shutters open", + "Materials shed salt and self-cleaning coatings activate", + "A child chases a paper boat along a shallow channel", + "An outdoor cooking area cycles to low-energy simmer" + ], + "camera": "Wide warm establishing with intimate midday activity close-ups", + "accents": [ + "sunlit translucent panel textures and water sheen", + "fine grain on weather-resistant timber joinery" + ], + "mood": "relaxed resilient daylight living (day)", + "lighting": "bright filtered sunlight with gentle breezes", + "style": "coastal sustainable vernacular" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_green_tech.json b/src/data/technology_and_future_green_tech.json new file mode 100644 index 0000000..bcf3a28 --- /dev/null +++ b/src/data/technology_and_future_green_tech.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Green Tech", + "scene": "Dawn tidal array where wave converters hum as first light glances the sea", + "sceneVariants": [ + "A row of oscillating converters stretching along a rocky shore", + "Engineers on a service catamaran performing pre-dawn checks", + "A monitoring buoy relaying real-time power graphs", + "Seabirds weaving through mooring lines at low tide", + "A distant refinery silhouette repurposed into a microgrid node" + ], + "actions": [ + "Converter pistons oscillate in rhythm with swell", + "A remote controller adjusts damping to stabilize output", + "A sensor pod uploads efficiency logs to cloud", + "A small maintenance hatch cycles open for inspection" + ], + "camera": "Low, cinematic tracking over churning water with close-ups on piston motion", + "accents": [ + "wet specular highlights on corrosion-resistant coatings", + "micro-detail on salt-spray beads and stamped serial plates" + ], + "mood": "steady hopeful industrious (day)", + "lighting": "soft dawn gold with cool sea-blues", + "style": "documentary marine technology" + }, + { + "subGenre": "Green Tech", + "scene": "Night rooftop meadow microfarm with bioluminescent pollinators and gentle drone tenders", + "sceneVariants": [ + "A rooftop terrace turned into a glowing pollinator garden", + "Small robotic tenders dispensing nutrient mists", + "Citizens visiting weekly to collect fresh microgreens", + "A faint skyline backlit by distant city LEDs", + "A security perimeter of low-profile solar strips" + ], + "actions": [ + "Micro-drones shift LED patterns to attract beneficial insects", + "Nutrient misting runs for a timed micro-cycle", + "A gardener harvests dew-laden leaves into a reusable crate", + "A sensor notes nocturnal pollination activity and logs a spike" + ], + "camera": "Intimate low-angle with macro passes on leaf surfaces and hovering drones", + "accents": [ + "soft bioluminescent rims and dew micro-reflections", + "fine texture on leaf venation and printed planter seams" + ], + "mood": "gentle futuristic pastoral (night)", + "lighting": "muted rooftop glow with bioluminescent accents", + "style": "poetic urban ecology" + }, + { + "subGenre": "Green Tech", + "scene": "Bright solar canal corridor where floating PV arrays track the sun along a reclaimed waterway", + "sceneVariants": [ + "A long swath of linked solar pontoons stretching into the distance", + "A water taxi passing between clean reflective PV strips", + "Engineers adjusting tracking motors from a maintenance barge", + "Fisherfolk tending nets along preserved margins", + "A control kiosk showing flow and generation overlays" + ], + "actions": [ + "Tracking arrays tilt in unison as the sun arcs", + "A maintenance crew replaces a fouled panel and records serials", + "A control algorithm culls low-efficiency segments for cleaning", + "A small boat harvests algae below panels as part of dual-use stewardship" + ], + "camera": "Aerial sweep along canal with occasional close repairs and tilt mechanics", + "accents": [ + "sun-sheen micro-glints on panel glass", + "fine water ripple detail interacting with array shadows" + ], + "mood": "optimistic productive (day)", + "lighting": "bright sunlit clarity with reflective contrasts", + "style": "sustainable infrastructure film" + }, + { + "subGenre": "Green Tech", + "scene": "Twilight forest carbon-farm where automated planters sequence reforestation under soft lanterns", + "sceneVariants": [ + "Rows of recently planted saplings with stake markers", + "An autonomous planter quietly moving through loam", + "Researchers checking soil sensors around a small camp", + "A canopy walkway lit for nocturnal fauna monitoring", + "A drone releasing native seed-balls into a cleared patch" + ], + "actions": [ + "Planter probes soil depth and drops a moisture-retaining plug", + "Sensors broadcast CO2 drawdown readings to base", + "A researcher collects a core sample for microbiome analysis", + "A night camera documents returning species activity" + ], + "camera": "Slow tracking between planted rows with close inserts on soil probes", + "accents": [ + "soft lantern rim on damp leaf litter and root micro-structures", + "micro-detail on soil granules and seed-coating textures" + ], + "mood": "deliberate regenerative calm (twilight)", + "lighting": "muted twilight with soft task lanterns", + "style": "conservation practice vignette" + }, + { + "subGenre": "Green Tech", + "scene": "Midday urban waste-to-energy hub where sorting robots and bio-reactors convert refuse into resources", + "sceneVariants": [ + "A clean, modular plant with transparent digesters", + "Robotic sorters separating streams with surgical accuracy", + "A public viewing gallery showing process transparency", + "Engineers sampling bio-reactor output for quality control", + "A small adjacent greenhouse using captured CO2 on display" + ], + "actions": [ + "Sorters remove contaminants before material feed", + "A digester blooms and a gas scrubber cycles to stabilize output", + "Byproduct heat is piped to a neighborhood microgrid", + "A dashboard notifies operators of a stabilizing nutrient feed" + ], + "camera": "Dynamic tracking through plant with detailed mechanical cutaways", + "accents": [ + "sterile process light highlighting stainless surfaces", + "micro-detail on conveyor belt wear and sensor arrays" + ], + "mood": "efficient civic innovation (day)", + "lighting": "bright industrial daylight-balanced illumination", + "style": "urban circular-economy documentary" + }, + { + "subGenre": "Green Tech", + "scene": "Night geothermal plant nestled in steam-swept ravine with neon-lit monitoring paths", + "sceneVariants": [ + "A ring of turbines and vent stacks steaming into the night", + "Remote monitoring booths with warm window halos", + "Technicians checking casing integrity under headlamps", + "A maintenance drone inspecting thermal joints", + "A distant village softly lit by the plant's microgrid" + ], + "actions": [ + "Pressure valves cycle to maintain steady output", + "A thermal camera maps hot spots and alerts an operator", + "A repair crew tightens a flange as steam subsides", + "A local microgrid draws a predictable load for community heating" + ], + "camera": "Low, smoky wide with steady close-ups on valve and flange work", + "accents": [ + "steamy micro-vapor ribbons and cool metallic sheen", + "fine detail on ridge bolts and gasket texture" + ], + "mood": "practical resilient warmth (night)", + "lighting": "low ambient with task headlamps and warm plant glows", + "style": "industrial energy documentary" + }, + { + "subGenre": "Green Tech", + "scene": "Bright microgrid neighborhood hub where battery banks and shared EV chargers hum at midday", + "sceneVariants": [ + "A communal energy hub with EV ports and public seating", + "Neighbors swapping charge slots and community notices", + "A display showing real-time local renewables contribution", + "A small repair kiosk maintaining inverters and cabling", + "Children playing nearby with a low-noise lawn mower robot" + ], + "actions": [ + "Charge allocation software optimizes slots and schedules", + "A solar input spike shifts charging priorities to batteries", + "A microgrid operator triggers a community storage discharge during a peak", + "An energy credit is transferred to a neighbor via app" + ], + "camera": "Friendly community-level passes with interface close-ups", + "accents": [ + "sunlit anodized metal textures and cable micro-detail", + "crisp UI typography on the hub display" + ], + "mood": "communal efficient optimism (day)", + "lighting": "bright daylight with clean open shadows", + "style": "people-first energy documentary" + }, + { + "subGenre": "Green Tech", + "scene": "Night algae bioreactor facility producing feedstock under cool blue LEDs and protective domes", + "sceneVariants": [ + "Long trays of dense green cultures lit in rows", + "Technicians sampling optical density on illuminated benches", + "A drone ferrying culture trays between domes", + "Piping and centrifuge arrays humming in the background", + "A control room mapping growth curves on curved screens" + ], + "actions": [ + "LED spectra shift to induce lipid accumulation", + "A harvest cycle runs and centrifuges separate biomass", + "Samples are flash-frozen and staged for transport", + "A predictive model tunes nutrient feed for next cycle" + ], + "camera": "Clinical lateral passes with macro inserts on microalgae textures", + "accents": [ + "cool blue LED rim-light and wet micro-sheen on trays", + "ultra-detail on cell-mat surfaces under magnification" + ], + "mood": "innovative laboratory calm (night)", + "lighting": "cool LED task lighting with dark surrounds", + "style": "bioindustrial vignette" + }, + { + "subGenre": "Green Tech", + "scene": "Dawn floating wetland restoration where modular reed-islands capture runoff and filter pollutants", + "sceneVariants": [ + "A mosaic of small constructed wetlands with birdlife returning", + "Engineers releasing planted mats to re-establish habitat", + "A kayak drifting through reed channels collecting samples", + "A lab van processing nutrient loads on-site", + "Educational signage showing water-cleaning statistics" + ], + "actions": [ + "Planted mats root and water clarity improves over weeks", + "A sensor network reports nutrient flux reductions", + "A volunteer group tides the mats' anchors and logs growth", + "A small launch celebrates the inbound community monitoring boat" + ], + "camera": "Soft lateral tracking with time-lapse inserts showing water clarity change", + "accents": [ + "gentle dawn rim on water beads and plant microtext", + "fine detail on anchored mat weave and root filaments" + ], + "mood": "restorative patient optimism (dawn)", + "lighting": "soft warm dawn with reflective water highlights", + "style": "ecological restoration documentary" + }, + { + "subGenre": "Green Tech", + "scene": "Midnight hydrogen production plant where electrolyzers pulse under quiet dim safety lights", + "sceneVariants": [ + "A grid of electrolyzer stacks with coolant piping", + "A storage cavern access rail where cylinders are staged", + "Engineers checking pressure gauges under headlamps", + "A safety drone patrolling venting routes", + "A transport truck rolling in under strict safety protocols" + ], + "actions": [ + "Electrolyzer cells cycle and a buffer tank equalizes pressure", + "A leak detection system flashes a localized alert and vents safely", + "A remote valve sequences a refill to storage bladder", + "A technician annotates a compliance log after a maintenance cycle" + ], + "camera": "Tight industrial night coverage with macro instrumentation shots", + "accents": [ + "cold stainless micro-sheen and pin-point LED markers", + "high micro-detail on stamped valve handles and serial plates" + ], + "mood": "quiet vigilant industrial (night)", + "lighting": "low safety lighting with sharp instrument highlights", + "style": "process safety vignette" + }, + { + "subGenre": "Green Tech", + "scene": "Bright circular economy maker-hub where designers upcycle materials into durable goods", + "sceneVariants": [ + "Workshop benches with recycled polymer extruders and 3D printers", + "Designers swapping open-source blueprints", + "A showroom with finished upcycled furniture pieces", + "A repair café demonstrating mending and part-swapping", + "A community board with skill-share schedules" + ], + "actions": [ + "A filament extruder converts sorted waste into printing feed", + "A repair volunteer replaces a gear using a community-printed part", + "A designer marks a pattern for a new upcycled lamp", + "A small sale routes proceeds back into the hub operations" + ], + "camera": "Warm documentary passes with intimate hands-on inserts", + "accents": [ + "sunlit workshop dust motes and colorful recycled filament sheen", + "fine print and stitch detail on repaired textiles" + ], + "mood": "practical creative optimism (day)", + "lighting": "bright productive daylight with warm fills", + "style": "community circular-economy film" + }, + { + "subGenre": "Green Tech", + "scene": "Night urban canyon where vertical wind turbines hum between towers, whisper-quiet to the city below", + "sceneVariants": [ + "Slim turbines mounted on building facades", + "A rooftop control node balancing flow across units", + "A nighttime maintenance runner checking lube levels", + "A passerby pausing to look up at faintly spinning blades", + "A repair drone swapping a vane on a med-height turbine" + ], + "actions": [ + "Blade pitch adjusts to gusts to smooth power delivery", + "A maintenance node signals a scheduled bearing replacement", + "A control algorithm redistributes load to minimize vibration", + "A nighttime diagnostic ping archives a log for morning technicians" + ], + "camera": "Low-angle urban tracking with close details on blade mounting and facade integration", + "accents": [ + "soft motion blur micro-trails on blades and reflective glass micro-glints", + "fine fastener and bearing micro-texture" + ], + "mood": "quiet efficient urban integration (night)", + "lighting": "muted city glow with subtle turbine accent lights", + "style": "urban renewable integration vignette" + }, + { + "subGenre": "Green Tech", + "scene": "Bright agrivoltaic field where solar panels elevated above crops provide shade and power at midday", + "sceneVariants": [ + "Rows of elevated PV with intercropped vegetables beneath", + "Farmers harvesting under dappled shade", + "A tractor navigating between elevated rack legs", + "A monitoring mast showing soil moisture data", + "A mobile inverter unit routing energy to a farm microgrid" + ], + "actions": [ + "Array tilt schedules adapt to crop water needs and sun angle", + "Farmers harvest a midday pick while sensors log yield data", + "A mobile cleaning unit sprays panels early to remove dust", + "Power flows route to on-farm cold storage as demand spikes" + ], + "camera": "Ground-level passes through crop rows with aerial establishing overviews", + "accents": [ + "dappled light micro-pattern on leaves and panel undersides", + "micro-detail on mounting bolts and drip irrigation tubing" + ], + "mood": "productive integrated abundance (day)", + "lighting": "bright daylight with patterned shade pockets", + "style": "agri-tech documentary" + }, + { + "subGenre": "Green Tech", + "scene": "Dawn urban thermal-siphon street where passive cooling channels keep sidewalks verdant", + "sceneVariants": [ + "A shaded boulevard with verdant pocket parks and misting vents", + "A small cafe with cool sidewalk seating", + "Subsurface thermal channels visible through glass insets", + "A maintenance crew inspecting grates at first light", + "A cyclist gliding by under a cool breeze canopy" + ], + "actions": [ + "Thermal siphons draw cool underground air to the surface at peak hours", + "Plantings absorb heat and sensors modulate misting", + "A dashboard credits local users for energy-efficient shade choices", + "A citizen toggles a micro-shade for a small gathering" + ], + "camera": "Friendly wide street pass with detail cuts on grates and plant textures", + "accents": [ + "soft morning shadows and water micro-bead reflections", + "fine grain on stone insets and green texture" + ], + "mood": "civil calming practicality (day)", + "lighting": "soft morning light with cool shaded pockets", + "style": "urban climate adaptation film" + }, + { + "subGenre": "Green Tech", + "scene": "Night permaculture hub where nocturnal irrigation and biodiverse lighting attract nocturnal pollinators", + "sceneVariants": [ + "Winding garden beds with native planting under subtle LEDs", + "A volunteer team tending compost and microbial teas", + "A small amphitheater hosting a night ecology talk", + "Sensor nodes tracking insect activity during the dark hours", + "A moonlit path guiding volunteers between beds" + ], + "actions": [ + "Timed nocturnal irrigation runs to reduce evaporation", + "A volunteer inoculates a new bed with beneficial microbes", + "A researcher logs increased moth pollination rates", + "A community leader annotates a succession plan for next season" + ], + "camera": "Tender low-light tracking with macro on insect interactions", + "accents": [ + "gentle LED rim-light on wing micro-venation and petal texture", + "fine soil granule detail and compost fiber micro-structure" + ], + "mood": "quiet regenerative community (night)", + "lighting": "soft low-light with targeted ecological LEDs", + "style": "community ecological film" + }, + { + "subGenre": "Green Tech", + "scene": "Bright coastline carbon capture array where porous mineral beds trap CO2 from engineered seawater flows", + "sceneVariants": [ + "Rows of engineered beds where seawater percolates through mineral substrates", + "A pumping station with flow meters and sampling valves", + "A research team sampling carbonate accumulation", + "A low boardwalk where tourists learn about sequestration", + "A remote sensor buoy measuring pH and saturation" + ], + "actions": [ + "Seawater flows through beds depositing carbonate in media", + "A sampler retrieves a small granular sample for lab titration", + "A control cycle adjusts flow to optimize capture rates", + "A public display updates cumulative tons sequestered" + ], + "camera": "Elevated passes with close macro on mineral beads and flow channels", + "accents": [ + "sunlit wet mineral sheen and micro-grain textures", + "fine fluid ripple micro-detail and bubble traces" + ], + "mood": "practical scientific hope (day)", + "lighting": "bright coastal daylight with crisp clarity", + "style": "applied climate technology documentary" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_nanobots.json b/src/data/technology_and_future_nanobots.json new file mode 100644 index 0000000..a36fec2 --- /dev/null +++ b/src/data/technology_and_future_nanobots.json @@ -0,0 +1,302 @@ +[ + { + "subGenre": "Nanobots", + "scene": "Night clinical cleanroom where medical nanobots are prepared in microfluidic arrays", + "sceneVariants": [ + "A sterile bench with microfluidic cartridges under a laminar hood", + "A technician loading magnetically guided nanobot vials into a dock", + "A time-lapse overlay showing self-assembly under microscope", + "A small incubator humming softly in a sealed cabinet", + "A quality board listing particle-size distributions and suffix batches" + ], + "actions": [ + "Microcarriers assemble and a fluorescence marker confirms successful functionalization", + "A vial is barcoded and logged into cold-chain tracking", + "A brief calibration pulse configures magnetic steering parameters", + "A safety interlock prevents release until verification checks pass" + ], + "camera": "Tight macro passes over microfluidic channels with slow pullouts to the calm cleanroom", + "accents": [ + "cold LED rim on polished stainless and droplet micro-reflections", + "ultra-fine particle shimmer visible under high-magnification" + ], + "mood": "reverent meticulous focus (night)", + "lighting": "very low warm task lights with microscope illumination", + "style": "clinical micro-documentary" + }, + { + "subGenre": "Nanobots", + "scene": "Night emergency med-bay where deployed therapeutic nanobots localize inflammation in a patient", + "sceneVariants": [ + "A tense ER bay with monitors and a focused treatment cart", + "A nurse watching a nano-delivery HUD showing localization heatmaps", + "A clinician adjusting a magnetic targeting controller", + "A patient under sterile blankets with monitored vitals", + "An on-call researcher viewing nanobot telemetry remotely" + ], + "actions": [ + "An intravenous micro-infusion releases functionalized nanobots which home to inflamed tissue", + "Real-time imaging shows concentration peaking and markers normalizing", + "A clinician pauses anticoagulants per protocol to avoid interactions", + "Telemetry confirms payload delivery and triggers a cleanup sequence" + ], + "camera": "Intimate steady close-ups on monitors and patient hands with focused clinical inserts", + "accents": [ + "soft monitor glows on clinical steel and fine tubing micro-detail", + "shimmering therapeutic particle overlay micro-visualization" + ], + "mood": "urgent hopeful care (night)", + "lighting": "calm clinical LEDs with bright monitoring accents", + "style": "medical intervention vignette" + }, + { + "subGenre": "Nanobots", + "scene": "Night environmental lab where nanobots are introduced to sequester microplastics in a containment pond", + "sceneVariants": [ + "A small test pond with gentle pumps and sampling rigs", + "Researchers watching particle aggregation under field microscopes", + "A containment barrier and signage for ecological safety", + "A drone hovering to take a demonstration clip", + "A data kiosk showing microplastic reduction graphs" + ], + "actions": [ + "Engineered nanobots bind microplastic fragments into retrievable flocs", + "Net skimming collects aggregated flocs for analysis", + "Sensor nodes confirm reductions in turbidity and microplastic counts", + "A field log records environmental parameters for regulatory records" + ], + "camera": "Low reflective passes with close-up floc and microscope imagery", + "accents": [ + "wet-sheen micro-glints on aggregated flocs", + "fine particulate micro-texture visible in macro" + ], + "mood": "experimental cautious optimism (night)", + "lighting": "soft field lights and instrument glows", + "style": "environmental tech vignette" + }, + { + "subGenre": "Nanobots", + "scene": "Dawn manufacturing bay where nanobot chassis and payloads are assembled at wafer scale", + "sceneVariants": [ + "Clean benches with automated pipette arms assembling arrays", + "A wafer-handling robot moving trays between stations", + "QC microscopes verifying surface functionalization", + "A logistics pallet of sealed assembly kits", + "A control terminal showing throughput and yield plots" + ], + "actions": [ + "Automated assemblers place nanoscale components then seal with photopolymer", + "A QC microscope verifies surface binding via spectral readout", + "Yield metrics shift as process parameters are tuned", + "Sealed wafers are logged and moved to cold storage" + ], + "camera": "Precision macro shots of assembly with wide shop-floor overviews", + "accents": [ + "sterile polish micro-sheen and wafer edge detail", + "fine laser-etched batch IDs and label micro-text" + ], + "mood": "industrial precise calm (day)", + "lighting": "bright manufacturing daylight with precision task lamps", + "style": "microfab process documentary" + }, + { + "subGenre": "Nanobots", + "scene": "Dawn agricultural demo where soil-injecting nanobots deliver micronutrients to root zones", + "sceneVariants": [ + "A demonstration plot with stake markers and sampling patches", + "A field tech tapping a tablet to start the injection sequence", + "A small autonomous injector rover moving down crop rows", + "Researchers sampling root-zone conductivity", + "A control map showing injection paths and dose per plant" + ], + "actions": [ + "Nanobot injectors deposit calibrated nutrient payloads into targeted root zones", + "Soil sensors show localized conductivity change and nutrient absorption", + "A small yield preview shows accelerated greening in treated patches", + "A follow-up sampling schedule is queued in the farm cloud" + ], + "camera": "Ground-level field passes with close root-zone macro shots", + "accents": [ + "soil granule micro-texture and wet root micro-fibers", + "fine injection nozzle and tubing details" + ], + "mood": "practical hopeful productivity (day)", + "lighting": "bright morning sun with soft field haze", + "style": "agri-nanotech vignette" + }, + { + "subGenre": "Nanobots", + "scene": "Night security lab where defensive nanobots neutralize corrosive agents on critical infrastructure", + "sceneVariants": [ + "A small pipeline test where nanobots are applied to a corroded section", + "Engineers watching passivation build-up under microscope", + "A containment hood active with filtered exhaust", + "A sensor reporting pH stabilization over hours", + "A maintenance crew preparing the treated section for reinstallation" + ], + "actions": [ + "Nanobots form protective layers that bind corrosives into inert compounds", + "Surface analysis shows reduced oxidation rates post-treatment", + "A containment protocol ensures no unintended environmental release", + "A maintenance log records treated length and expected longevity" + ], + "camera": "Macro corrosion closeups with process-focused lab inserts", + "accents": [ + "metal micro-pitting detail and protective film sheen", + "fine instrument calibration markings" + ], + "mood": "secure proactive remediation (night)", + "lighting": "focused lab task light with dark surrounds", + "style": "infrastructure protection vignette" + }, + { + "subGenre": "Nanobots", + "scene": "Dawn consumer clinic where diagnostic nanobots circulating in blood signal early biomarkers on a handheld reader", + "sceneVariants": [ + "A small community clinic with a point-of-care reader", + "A patient providing a small sample and awaiting micro-readout", + "A clinician reading a concise biomarker dashboard", + "A tablet showing suggested next steps based on early detection", + "An educational pamphlet explaining nanoparticle diagnostics" + ], + "actions": [ + "Nanobots bind target biomarkers and produce a measurable signal in the reader", + "The reader translates signal peaks into clinical recommendations", + "A clinician schedules confirmatory tests and records the event", + "Data is encrypted and a consented anonymized snapshot is uploaded for population health" + ], + "camera": "Warm human-close clinic shots with device UI inserts", + "accents": [ + "soft clinical rim-light on device bezels and vial micro-bubbles", + "crisp micro-typography on result readouts" + ], + "mood": "reassuring practical medical (day)", + "lighting": "bright clinic daylight optimized for readability", + "style": "point-of-care vignette" + }, + { + "subGenre": "Nanobots", + "scene": "Night forensic lab where trace-detection nanobots reveal minute residues on evidence swabs", + "sceneVariants": [ + "A tight bench with microscopes and sealed evidence bags", + "A small reaction chamber where nanobots fluoresce on binding target compounds", + "A tech noting detection timestamp and chain-of-custody", + "A secure chain-of-evidence cabinet with humidity control", + "A magnified time-lapse of fluorescence emerging on a swab" + ], + "actions": [ + "Nanobot probes bind trace residues and produce a fluorescent signature", + "A calibrated reader quantifies concentration and logs it to the case file", + "Operators photograph the reaction under controlled lighting for court-ready evidence", + "A secure archive records the batch, instrument, and operator metadata" + ], + "camera": "Clinical macro sequences with careful chain-of-custody closeups", + "accents": [ + "fine evidence bag seam micro-detail and fluorescence micro-patterns", + "precision instrument engraving micro-text" + ], + "mood": "forensic solemn precision (night)", + "lighting": "controlled microscopic illumination", + "style": "evidentiary science vignette" + }, + { + "subGenre": "Nanobots", + "scene": "Dawn urban air purification corridor where nanobots in filtration cartridges breakdown volatile pollutants", + "sceneVariants": [ + "A cityblock with smart filtration stations integrated into bus stops", + "Maintenance staff swapping spent cartridges at morning shift", + "A display showing local pollutant drop after cartridge swap", + "A commuter inhaling cleaner morning air at a bus stop", + "A sensor node correlating reduced VOC counts to the new deployment" + ], + "actions": [ + "Nanobots catalyze breakdown of volatile organics into inert compounds inside filter media", + "Sensors confirm pollutant reductions and update public displays", + "A maintenance schedule rotates cartridges to balance lifetime", + "A civic dashboard credits local air-quality improvement metrics" + ], + "camera": "Cheerful street-level passes with cartridge closeups and thermal sensors", + "accents": [ + "sunlit bus-stop glass micro-reflections and filter fiber details", + "fine printed maintenance tag micro-annotations" + ], + "mood": "civic pragmatic optimism (day)", + "lighting": "bright morning with city clarity", + "style": "urban environmental tech" + }, + { + "subGenre": "Nanobots", + "scene": "Night planetary protection lab where sterilizing nanobots prepare a Mars lander interface", + "sceneVariants": [ + "A sealed chamber with spacecraft components on stands", + "Engineers supervising nanobot sterilization cycles under containment", + "A control readout showing bioburden reduction over time", + "A robotic arm removing treated fixtures for vacuum bake", + "A small logbook documenting sterilization parameters for mission records" + ], + "actions": [ + "Nanobots degrade organic contaminants on hardware surfaces within containment", + "A bioburden assay confirms reduction to mission specification", + "Treated parts are sealed and scheduled for final bake-out", + "A mission compliance officer signs off the sterilization batch" + ], + "camera": "Sterile close lab shots with careful process overlays", + "accents": [ + "high-grade metal micro-polish and controlled vapor micro-detail", + "fine assay strip micro-readings in closeups" + ], + "mood": "serious exacting responsibility (night)", + "lighting": "low cold lab task lighting", + "style": "space mission preparation vignette" + }, + { + "subGenre": "Nanobots", + "scene": "Dawn field hospital where swarm nanobots clear local infection in a mass-casualty simulation", + "sceneVariants": [ + "A field triage tent with modular sterile packs", + "Medics deploying topical nanobot dressings to simulated wounds", + "A monitoring tablet tracking localized reduction in microbial load", + "A training officer observing the simulated cleanup sequence", + "A small debrief circle after the simulation completes" + ], + "actions": [ + "Topical nanobot dressings release targeted antimicrobial payloads in situ", + "Microbial counts drop on the monitoring tablet and vitals stabilize", + "Medics practice rapid dressing application and record timestamps", + "A post-sim review writes up procedure improvements" + ], + "camera": "Human-focused documentary passes with device overlays and medical closeups", + "accents": [ + "soft tarp micro-texture and dressing fiber details", + "fine printed instruction micro-text on kit pouches" + ], + "mood": "compassionate trained readiness (day)", + "lighting": "bright field-daylight with tent diffusion", + "style": "humanitarian medical vignette" + }, + { + "subGenre": "Nanobots", + "scene": "Night academic microscopy bay where students watch nanobot swarms assemble programmable materials", + "sceneVariants": [ + "A cluster of microscopes showing coordinated pattern formation", + "Students observing fluorescence choreography under supervised guidance", + "A professor annotating assembly rules on a projection", + "A small celebratory applause as a complex pattern completes", + "A whiteboard listing next experiment parameters" + ], + "actions": [ + "Nanobot swarms follow programmed rules to assemble lattice structures", + "A student tweaks parameters and visualizes improved order", + "Data is archived to the lab repository with timestamped metadata", + "A professor notes experimental variance for next iteration" + ], + "camera": "Macro microscope inserts with warm lab-wide context", + "accents": [ + "fine fluorescence micro-patterns and optical glass sheen", + "micro-etched slide label and pen stroke detail" + ], + "mood": "curious educational wonder (night)", + "lighting": "microscope illumination with dim surrounds", + "style": "academic wonder vignette" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_quantum_computing.json b/src/data/technology_and_future_quantum_computing.json new file mode 100644 index 0000000..e57a589 --- /dev/null +++ b/src/data/technology_and_future_quantum_computing.json @@ -0,0 +1,377 @@ +[ + { + "subGenre": "Quantum Computing", + "scene": "Midnight dilution-fridge lab where superconducting qubits sleep beneath layered shields", + "sceneVariants": [ + "A row of dilution refrigerators humming with faint vibrations", + "A researcher sipping cold coffee while watching a qubit parity trace", + "A tangle of coax and waveguides disappearing into cryogenic ports", + "A soft blue maintenance status LED panel yawning awake", + "A clean bench with annotated fridge schematics and sealed tools" + ], + "actions": [ + "Cryo pumps cycle to maintain millikelvin baths", + "A control sequence runs a T1 relaxation measurement", + "A researcher annotates an anomalous phase error in the log", + "A shield door closes as RF isolation is confirmed" + ], + "camera": "Tight macro passes over fridge flanges with slow pullouts to the quiet lab", + "accents": [ + "cold instrument glows reflected on brushed metal", + "micro-detail on braided cables and stamped connector tags" + ], + "mood": "reverent technical hush (night)", + "lighting": "very low blue task glows with deep surrounding shadow", + "style": "high-tech contemplative documentary" + }, + { + "subGenre": "Quantum Computing", + "scene": "Dawn university research bay where graduate students run error-correction cycles across an array", + "sceneVariants": [ + "A cluster of small experimental cryo rigs lined under ambient daylight", + "Students gathered around a laptop visualizing syndrome maps", + "A whiteboard filled with lattice codes and stabilizer graphs", + "A PI pointing at a projection with annotated thresholds", + "A small celebratory snack as a long run completes successfully" + ], + "actions": [ + "Syndrome data streams in and a decoder suggests corrections", + "A job scheduler queues multiple calibration sweeps", + "Logs are archived to the group’s shared repository", + "A student tweaks pulse amplitudes and re-runs a sequence" + ], + "camera": "Energetic lateral tracking mixed with close-screen POVs of running diagnostics", + "accents": [ + "soft warm rim on laptop keyboards and chalk dust micro-texture", + "fine raster detail on plotted error histograms" + ], + "mood": "energetic collaborative curiosity (day)", + "lighting": "bright lab daylight with readable screen contrast", + "style": "academic process vignette" + }, + { + "subGenre": "Quantum Computing", + "scene": "Night corporate quantum cloud ops where remote clients dispatch experiments to a secure cluster", + "sceneVariants": [ + "A secure rackbank dedicated to quantum control hardware", + "A legal compliance panel showing access logs in realtime", + "A late-night operator watching queued jobs with a cup of tea", + "A remote engineer toggling a permission flag for a client", + "A monitored audit trail scrolling on a secondary display" + ], + "actions": [ + "A remote batch is authenticated and scheduled on a next-window slot", + "Access tokens rotate with HSM-backed approvals", + "An operator checks cryo telemetry before allowing a privileged run", + "A nightly summary emails stakeholders performance metrics" + ], + "camera": "Cool low-key wides of the ops floor with insert closeups on auth dialogs", + "accents": [ + "cyan status glows and polished bezels micro-detail", + "tight typography on secure log overlays" + ], + "mood": "quiet corporate rigor (night)", + "lighting": "muted ops-room illum with bright screen accents", + "style": "enterprise operations documentary" + }, + { + "subGenre": "Quantum Computing", + "scene": "Dusk bank vault where quantum-safe key exchanges and post-quantum handshakes are being validated", + "sceneVariants": [ + "A secure vault room with an HSM and quantum key store", + "A compliance officer reviewing PQC transition reports", + "A small bank team watching handshake latency charts", + "A staged audit demonstration for regulators", + "A locked glass cabinet showing archival quantum seed devices" + ], + "actions": [ + "A post-quantum key rollover completes with checksum verification", + "A compliance snapshot is printed and sealed for the record", + "Automated test harness measures handshake throughput under load", + "A slow polite conversation about migration timelines is recorded" + ], + "camera": "Formal static shots with close inserts on HSM badges and sealed envelopes", + "accents": [ + "warm metal grain on vault doors and high-fidelity label detail", + "subtle reflection highlights on laminated compliance sheets" + ], + "mood": "formal cautious assurance (dusk)", + "lighting": "controlled warm interior with spot highlights", + "style": "regulatory procedural film" + }, + { + "subGenre": "Quantum Computing", + "scene": "Night black-hat den where a clandestine team attempts to probe weak implementations of PQC", + "sceneVariants": [ + "A converted loft with laptop glow and coffee-stained notes", + "A whiteboard with scribbled attack trees and timing diagrams", + "A remote VPN cascade routing traffic through satellites", + "A tense late-night pair debugging a fault", + "A cautious hand wiping a keyboard before leaving" + ], + "actions": [ + "Timing side-channels are profiled against a simulated PQC stack", + "A proof-of-concept exploit demonstrates a mis-implemented random oracle", + "A quick patch is crafted and tested in an isolated VM", + "Logs are shredded and a burner is left running to mask presence" + ], + "camera": "Grainy handheld with frantic close-on-typing cutaways", + "accents": [ + "warm keyboard rim-light and smudged trackpad micro-detail", + "fine-inked post-it notes and pen indent micro-texture" + ], + "mood": "uneasy clandestine tension (night)", + "lighting": "low warm desk lamp against dark corners", + "style": "noir techno-thriller" + }, + { + "subGenre": "Quantum Computing", + "scene": "Bright conference demo floor where a start-up visualizes quantum advantage on optimization demos", + "sceneVariants": [ + "A demo rig showing real-time comparisons to classical baselines", + "Investors leaning in as a solver finds a superior route", + "A queue of attendees requesting demo tokens", + "A presenter narrating technical trade-offs under stage lights", + "A whitepaper handout with benchmark tables" + ], + "actions": [ + "The demo runs a job and displays time-to-solution metrics", + "The presenter toggles parameters to show stability across seeds", + "An investor asks about error-correction roadmaps", + "A follow-up contact form is scanned on a phone" + ], + "camera": "Glamourous wide with urgent cut-ins on UI and crowd reaction", + "accents": [ + "bright exhibit flood highlights on polished cases", + "crisp printed graph micro-detail and glossy slide reflections" + ], + "mood": "promotional optimistic energy (day)", + "lighting": "bright show-floor lighting with crisp contrast", + "style": "product-demo cinematography" + }, + { + "subGenre": "Quantum Computing", + "scene": "Midnight satellite ground station where quantum-entangled photons are correlated for long-distance links", + "sceneVariants": [ + "A dish farm pointing to low-orbit nodes with fiber backhaul", + "A chill room with single-photon detectors in cooled housings", + "A scientist inspecting time-tagged coincidence histograms", + "A launch window clock counting down to a scheduled link attempt", + "A secure comms line updating orbital ephemeris" + ], + "actions": [ + "A time-synchronization pulse calibrates the detector gates", + "Coincidence counts appear and a quantum link metric climbs", + "A calibration tweak reduces background noise and improves fidelity", + "An uplink is authorized and a short entanglement demonstration runs" + ], + "camera": "Low-angle dish shots with macro on detector fiber ferrules and oscilloscope overlays", + "accents": [ + "cold instrument glows and faint fiber tip micro-reflections", + "fine timing histogram raster detail" + ], + "mood": "technical poetic hush (night)", + "lighting": "thin twilight with focused instrument illumination", + "style": "science-technology documentary" + }, + { + "subGenre": "Quantum Computing", + "scene": "Dawn secure lab where trapped-ion qubits are probed with focused laser arrays and vacuum benches", + "sceneVariants": [ + "A vacuum chamber with optical benches and high-stability tables", + "A set of AOMs and stabilized lasers locked on atomic lines", + "A researcher aligning a beam through a tiny view-port", + "A control rack streaming real-time shelving of fluorescence counts", + "A clean-room entry where gloved techs pass sealed optics trays" + ], + "actions": [ + "Laser frequency locks maintain resonance with atomic transitions", + "A fluorescence burst indicates a state readout", + "Pulse sequences are updated to improve gate fidelity", + "A vacuum gauge stabilizes and the run resumes" + ], + "camera": "Precise optical close-ups with slow crane to the control terminal", + "accents": [ + "laser speckle micro-texture and polished optics sheen", + "fine printed labels on vacuum feedthroughs" + ], + "mood": "precise calm focus (dawn)", + "lighting": "soft lab daylight with high-contrast optical highlights", + "style": "experimental physics vignette" + }, + { + "subGenre": "Quantum Computing", + "scene": "Midday hybrid cloud office where classical compute and quantum backends are orchestrated for a financial simulation", + "sceneVariants": [ + "A trading desk with visualized risk surfaces using quantum subroutines", + "A scheduler panel showing job division across quantum and classical nodes", + "A compliance officer reviewing audit trails", + "A CFO watching a comparative risk dashboard", + "A lunchtime whiteboard session mapping hybrid pipelines" + ], + "actions": [ + "A hybrid job splits workloads, awaiting a quantum slot", + "Results return and are stitched into a final forecast model", + "Auditable logs record the quantum calls and parameters used", + "A nightly recalibration pushes updated model hyperparameters" + ], + "camera": "Professional mid-shots with overlay graphics for dataflow visualization", + "accents": [ + "warm office rim-light and crisp screen micro-typography", + "fine-print compliance stamp details" + ], + "mood": "businesslike calculated optimism (day)", + "lighting": "bright office daylight with soft fill", + "style": "enterprise use-case documentary" + }, + { + "subGenre": "Quantum Computing", + "scene": "Night error-flag hunt where a small team triages an intermittent phase-noise issue in a cryo stack", + "sceneVariants": [ + "A cluster of engineers staring at phase spectrograms", + "A portable noise source injected and withdrawn during tests", + "A whiteboard mapping suspected coupling paths", + "A coffee-fueled midnight brainstorming huddle", + "A short relief as a candidate root-cause is isolated" + ], + "actions": [ + "A correlation scan between instrument clocks isolates a jitter source", + "A firmware tweak retimes pulses to avoid the noise window", + "A post-fix regression run confirms improved coherence", + "A shift-hand-off documents the fix and next monitoring plan" + ], + "camera": "Intense close-screen shots and frantic hand annotations with slow calming pullbacks", + "accents": [ + "monitor flicker micro-detail and sticky-note ink micro-texture", + "fine cable shielding abrasion closeups" + ], + "mood": "tense problem-solving (night)", + "lighting": "low task lamps with bright screen light", + "style": "engineering drama vignette" + }, + { + "subGenre": "Quantum Computing", + "scene": "Daytime NGO workshop teaching civic developers how to access quantum resources for climate modeling", + "sceneVariants": [ + "A community lab with approachable demo stacks and handouts", + "Attendees running simplified kernels on a remote quantum emulator", + "A mentor explaining conceptual quantum speedups with analogies", + "A collaboration whiteboard mapping real-world data inputs", + "A group photo capturing diverse participants" + ], + "actions": [ + "Participants submit example jobs and view emulator results", + "A mentor highlights where quantum advantage might emerge", + "A community project idea is sketched and assigned tasks", + "A follow-up learning path is shared via email" + ], + "camera": "Warm documentary style with interactive teaching closeups", + "accents": [ + "sunlit communal tables and paper texture micro-detail", + "crisp printed cheat-sheet typography" + ], + "mood": "inclusive exploratory optimism (day)", + "lighting": "bright even daylight for approachable learning", + "style": "educational outreach film" + }, + { + "subGenre": "Quantum Computing", + "scene": "Twilight demonstrator where phononic quantum links between solid-state devices are stressed to measure coherence", + "sceneVariants": [ + "A test bench with surface-acoustic transducers coupling devices", + "An oscilloscope showing interference fringes in long exposure", + "A PI marking an annotated fringe map on glass", + "A small magnet backplane tuned for field compensation", + "A technician adjusting coupling pads with micrometer precision" + ], + "actions": [ + "A coherent tone is injected and coherence time is measured", + "Magnetic shielding toggles adjust to minimize dephasing", + "A quick param scan optimizes coupling strength", + "Data stamps record environmental conditions for the run" + ], + "camera": "Macro acoustic transducer closeups with slow methodical pans", + "accents": [ + "subtle fringe micro-pattern and polished transducer sheen", + "fine engraved micrometer numeric detail" + ], + "mood": "experimental careful inquiry (twilight)", + "lighting": "warm task lamp with cool ambient shadow", + "style": "materials-science vignette" + }, + { + "subGenre": "Quantum Computing", + "scene": "Night quantum-supply chain yard where specialty cryogenic components and dilution units are staged and tested", + "sceneVariants": [ + "A fenced yard with palletized cryo modules under covers", + "A mobile test rig running quick pressure and vacuum checks", + "A logistics team scanning serials and batching shipments", + "A small office where export paperwork is reconciled", + "A truck departing for an international research site" + ], + "actions": [ + "A pre-shipment QC test cycles a unit through cooldown", + "Serials and certificates are cross-checked against orders", + "A transport crate is sealed and flagged for priority airlift", + "A logistics manager updates a staging manifest" + ], + "camera": "Documentary yard-level passes with barcode and label close-ins", + "accents": [ + "moisture bead micro-detail on protective covers", + "fine printed certification stamps and holograms" + ], + "mood": "organized logistical readiness (night)", + "lighting": "low security lighting with bright task lamps", + "style": "supply-chain vignette" + }, + { + "subGenre": "Quantum Computing", + "scene": "Dawn testbed where photonic integrated circuits are bench-probed and packaged for field deployment", + "sceneVariants": [ + "A microscope station aligning waveguides to fiber arrays", + "A technician monitoring insertion loss charts", + "A small clean bench for glue-dosing packaging", + "A kitting table preparing field replacement modules", + "A logbook with lot IDs and burn-in times" + ], + "actions": [ + "A fiber aligner trims insertion loss below a target dB", + "Thermal cycling ensures packaging stability for field conditions", + "A test script burns in photonic modulators overnight", + "A packer stages modules into ESD-safe trays for shipping" + ], + "camera": "Precise macro passes with slow reveals of assembled PICs", + "accents": [ + "glass waveguide shimmer micro-detail and polished ferrule reflections", + "fine glue bead morphology in closeups" + ], + "mood": "meticulous engineering calm (dawn)", + "lighting": "soft lab daylight with high-contrast microscope light", + "style": "microfabrication documentary" + }, + { + "subGenre": "Quantum Computing", + "scene": "Midday open-source hackathon where algorithm teams compete to optimize variational circuits", + "sceneVariants": [ + "Clusters of developers around whiteboards and laptops", + "A scoreboard updating live with best-found energies", + "Mentors cycling between teams with targeted advice", + "A live-stream audience reacting to breakthroughs", + "A celebratory gong for notable improvements" + ], + "actions": [ + "Teams push parameter updates and compare objective values", + "A benchmark runner evaluates submission robustness", + "A mentor recommends a regularization trick that improves convergence", + "A final judging panel selects winners and prize allocations" + ], + "camera": "Energetic event montage with cut-ins on code and whiteboard equations", + "accents": [ + "bright event floodlights and printed poster micro-text", + "crisp keyboard micro-detail and sticky-note clusters" + ], + "mood": "playful rigorous creativity (day)", + "lighting": "bright conference lighting", + "style": "community challenge film" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_robotics.json b/src/data/technology_and_future_robotics.json new file mode 100644 index 0000000..3f9e270 --- /dev/null +++ b/src/data/technology_and_future_robotics.json @@ -0,0 +1,252 @@ +[ + { + "subGenre": "Robotics", + "scene": "Research lab where bipedal prototypes practice balance on variable terrain rigs", + "sceneVariants": [ + "Research lab where bipedal prototypes practice balance on variable terrain rigs", + "A treadmill with shifting slopes", + "Force plates under simulated cobbles", + "A control bank displaying gait metrics", + "Engineers with clipboards watching telemetry" + ], + "actions": [ + "Prototype adjusts foot placement to maintain center-of-mass", + "Controllers tune PID gains and push a new firmware checkpoint", + "A stumble is recovered by a hip torque burst", + "Motion capture replays a successful step in slo-mo for analysis" + ], + "camera": "Low lateral dolly across the treadmill with close actuator macro inserts", + "accents": [ + "metal micro-highlights on joint housings", + "sensor micro-highlights on force plate LEDs" + ], + "mood": "methodical progress", + "lighting": "cool lab with focused task spots", + "style": "technical documentary" + }, + { + "subGenre": "Robotics", + "scene": "Warehouse where collaborative robots (cobots) assist humans with precise bin picking", + "sceneVariants": [ + "Warehouse where collaborative robots (cobots) assist humans with precise bin picking", + "A human picker and a cobot sharing a workstation", + "Soft fencing and safety zones demarcated", + "A tote conveyor moving parts", + "A supervisor tablet with live exception list" + ], + "actions": [ + "Cobot hands a part to a human for final inspection", + "Collision avoidance politely yields workspace when human reaches in", + "Throughput metrics adapt to a new batch size", + "A safety banner updates status after a near-miss log" + ], + "camera": "Workstation-level with picker-hand and gripper closeups", + "accents": [ + "plastic micro-highlights on gripper pads", + "fabric micro-highlights on worker gloves" + ], + "mood": "collaborative efficiency", + "lighting": "warm warehouse task lamps", + "style": "workplace robotics vignette" + }, + { + "subGenre": "Robotics", + "scene": "Agricultural field where autonomous harvesters harvest in swathes and coordinate via mesh", + "sceneVariants": [ + "Agricultural field where autonomous harvesters harvest in swathes and coordinate via mesh", + "A small fleet of low-ground tractors", + "A satellite comms dish on a trailer", + "A farmer in a shade hat supervising via tablet", + "Crop residue patterns marking recent passes" + ], + "actions": [ + "Harvesters share coverage maps to avoid overlap", + "Local edge nodes optimize route to minimize soil compaction", + "A harvester signals a maintenance alert and a support drone inspects", + "Yield sensors log moisture and quality data per bin" + ], + "camera": "Aerial sweep with harvester-level macro and bin closeins", + "accents": [ + "metal micro-highlights on cutter blades", + "soil micro-highlights on tread patterns" + ], + "mood": "steady productivity", + "lighting": "golden-hour agriculture glow", + "style": "agri-robot documentary" + }, + { + "subGenre": "Robotics", + "scene": "Hospital sterile corridor where delivery robots shuttle meds between wards", + "sceneVariants": [ + "Hospital sterile corridor where delivery robots shuttle meds between wards", + "A robot docking at a nursing station", + "An elevator with prioritized robot access", + "A nurse scanning a package with an ID tag", + "A soft-voiced robot status chime" + ], + "actions": [ + "Robot requests elevator priority and a door opens", + "Nurse authenticates and removes a tray", + "A sanitation cycle self-triggers after a delivery", + "Logs record time-to-delivery and temperature history" + ], + "camera": "Hallway tracking with docking macro and UI inserts", + "accents": [ + "plastic micro-highlights on robot shell", + "screen micro-highlights on delivery tags" + ], + "mood": "clinical reliability", + "lighting": "cool institutional with warm human pockets", + "style": "service-robot vignette" + }, + { + "subGenre": "Robotics", + "scene": "Search-and-rescue demo where climbing drones map a collapsed structure and drop comms relays", + "sceneVariants": [ + "Search-and-rescue demo where climbing drones map a collapsed structure and drop comms relays", + "Rubble strewn courtyard with hazardous pockets", + "Handheld operator console with 3D map", + "A tethered heavy-lift drone overhead", + "A canine team standing by" + ], + "actions": [ + "Climbing drones anchor and scan voids with penetrating radar", + "Micro-relays are deployed to re-establish comms to trapped areas", + "A live 3D mesh updates and highlights likely survivor pockets", + "An autonomous path is proposed for human entry teams" + ], + "camera": "Dynamic drone POV cut to operator console map overlay", + "accents": [ + "dust micro-highlights in scanner beams", + "metal micro-highlights on anchor clamps" + ], + "mood": "tense hope", + "lighting": "dusk with search-beam highlights", + "style": "operational rescue" + }, + { + "subGenre": "Robotics", + "scene": "Domestic assistant robot navigating cluttered apartment and learning user preferences", + "sceneVariants": [ + "Domestic assistant robot navigating cluttered apartment and learning user preferences", + "A kitchen counter with dishes", + "A pet napping on a rug", + "A smart speaker in a corner", + "A charging dock tucked under a table" + ], + "actions": [ + "Robot plans a path avoiding pet and toys and adjusts speed", + "Learns the user's preferred coffee mug and fetches it", + "Records preference patterns and suggests a tidy routine", + "Soft voice confirms a completed task and returns to dock" + ], + "camera": "Low domestic tracking with object-level micro-inserts", + "accents": [ + "plastic micro-highlights on shell", + "ceramic micro-highlights on mug rim" + ], + "mood": "friendly assistance", + "lighting": "warm home fill", + "style": "domestic-robot vignette" + }, + { + "subGenre": "Robotics", + "scene": "Factory inspection robot climbing tall structures to inspect welds and coatings", + "sceneVariants": [ + "Factory inspection robot climbing tall structures to inspect welds and coatings", + "A high gantry and access scaffolds", + "A portable inspection station with laptop", + "A safety harness tether", + "A long span weld seam" + ], + "actions": [ + "Climbing robot scans weld geometry with ultrasonic probe", + "Automated defect classifier flags suspect areas for human review", + "A repair crew receives a precise coordinate for patching", + "Sequence logs record duty cycle and battery swaps" + ], + "camera": "Climbing-robot POV with weld macro and console inserts", + "accents": [ + "metal micro-highlights on weld bead", + "sensor micro-highlights on probe tip" + ], + "mood": "industrial scrutiny", + "lighting": "high-contrast structural light", + "style": "inspection-tech vignette" + }, + { + "subGenre": "Robotics", + "scene": "Education lab where modular robot kits teach children programming and simple mechanics", + "sceneVariants": [ + "Education lab where modular robot kits teach children programming and simple mechanics", + "Colorful blocks and servo modules", + "A teacher guiding a small group", + "A wall of printed circuit boards and spare sensors", + "A display of simple robot silhouettes" + ], + "actions": [ + "Kids slot modules together and upload a simple behavior script", + "Robot responds with lights and movement confirming logic", + "Teacher projects group results and compares performance", + "A checkpoint saves student progress into a class portfolio" + ], + "camera": "Kid-eye POV with close module macro and group reaction cuts", + "accents": [ + "plastic micro-highlights on block facets", + "LED micro-highlights on activity nodes" + ], + "mood": "playful discovery", + "lighting": "bright classroom with warm tones", + "style": "ed-tech robotics" + }, + { + "subGenre": "Robotics", + "scene": "Underwater inspection glider deploying a manipulator to collect a sample from a reef", + "sceneVariants": [ + "Underwater inspection glider deploying a manipulator to collect a sample from a reef", + "Colorful coral backdrop", + "A small sample jar at the manipulator tip", + "A tethered buoy relaying data", + "Bioluminescent fauna scattering" + ], + "actions": [ + "Glider approaches with fine station-keeping and extends manipulator", + "Manipulator plucks a sample and seals it into a sterile vial", + "Onboard AI classifies sample context and tags metadata", + "Glider ascends to handoff with support vessel" + ], + "camera": "Underwater glide with manipulator close-in and sample macro", + "accents": [ + "water micro-highlights on particle suspension", + "glass micro-highlights on vial rim" + ], + "mood": "gentle exploration", + "lighting": "cool aquatic with vehicle spotlights", + "style": "marine robotics vignette" + }, + { + "subGenre": "Robotics", + "scene": "Entertainment animatronics in a theme exhibit where robots perform synchronized choreography", + "sceneVariants": [ + "Entertainment animatronics in a theme exhibit where robots perform synchronized choreography", + "Stage with prop trees and lighting rigs", + "Control booth with sequence console", + "Audience of mixed ages watching", + "Backstage engineers with headphones" + ], + "actions": [ + "Animatronics execute motion scripts in perfect synchronization", + "Lighting and sound cues match mechanical beats", + "An engineer triggers an improvisation sequence for audience interaction", + "Post-show diagnostics run and log actuator loads" + ], + "camera": "Stage-wide to tight servo and joint macro inserts", + "accents": [ + "paint micro-highlights on prop surfaces", + "metal micro-highlights on actuator faces" + ], + "mood": "joyful spectacle", + "lighting": "stage warm with cool spot accents", + "style": "entertainment robotics" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_smart_cities.json b/src/data/technology_and_future_smart_cities.json new file mode 100644 index 0000000..7f1e153 --- /dev/null +++ b/src/data/technology_and_future_smart_cities.json @@ -0,0 +1,477 @@ +[ + { + "subGenre": "Smart Cities", + "scene": "Central mobility hub where autonomous shuttles dock and crowds flow through biometric turnstiles", + "sceneVariants": [ + "Central mobility hub where autonomous shuttles dock and crowds flow through biometric turnstiles", + "Glass canopy with integrated solar strips", + "Digital timetables projecting in AR above platforms", + "Luggage conveyors routing to shared lockers", + "A plaza-level info-kiosk with multilingual voice" + ], + "actions": [ + "Shuttles align with docking pads and doors open autonomously", + "Turnstiles authenticate faces and wave pedestrians through", + "AR timetables update in real-time to show load balancing", + "A micro-mobility dock deploys scooters to meet demand" + ], + "camera": "Wide hub establish to low pedestrian-eye inserts", + "accents": [ + "glass micro-highlights on canopy seams", + "screen micro-highlights on AR timetables" + ], + "mood": "efficient bustle", + "lighting": "soft daytime with canopy shade pockets", + "style": "futuristic urban realism" + }, + { + "subGenre": "Smart Cities", + "scene": "Green corridor where embedded sensors water planters and monitor biodiversity", + "sceneVariants": [ + "Green corridor where embedded sensors water planters and monitor biodiversity", + "Permeable paving with micro drains", + "Sensor posts humming with low telemetry", + "Benches with integrated device charging", + "A family watching birds on a smart display" + ], + "actions": [ + "Soil sensors trigger targeted micro-irrigation", + "Biodiversity camera tags a rare species and updates the public feed", + "Benches publish availability and route suggestions to phones", + "Runoff channels open to store rainwater when forecasts spike" + ], + "camera": "Low naturalistic tracking with sensor macro inserts", + "accents": [ + "leaf micro-highlights on drainage edges", + "metal micro-highlights on sensor housings" + ], + "mood": "calm sustainability", + "lighting": "soft natural with dappled shade", + "style": "eco-urban documentary" + }, + { + "subGenre": "Smart Cities", + "scene": "Night plaza lit by adaptive lighting that responds to foot traffic density", + "sceneVariants": [ + "Night plaza lit by adaptive lighting that responds to foot traffic density", + "Light poles with motion and camera clusters", + "A group of late commuters using a pop-up market", + "Reflections on wet tiles after a short rain", + "A maintenance drone recharging at a base" + ], + "actions": [ + "Lighting brightens along walked paths and dims in empty zones", + "A maintenance alert flags a flickering node and dispatches a drone", + "Market stall payments processed via proximity tokens", + "Foot traffic heatmap animates on a nearby info wall" + ], + "camera": "Low night sweep with dynamic light tracking", + "accents": [ + "lamp micro-highlights on wet tile reflections", + "screen micro-highlights on info wall" + ], + "mood": "secure nightlife", + "lighting": "adaptive warm-to-cool pools", + "style": "responsive urban cinematography" + }, + { + "subGenre": "Smart Cities", + "scene": "Neighborhood microgrid control room coordinating rooftop solar and storage", + "sceneVariants": [ + "Neighborhood microgrid control room coordinating rooftop solar and storage", + "A matrix wall of energy flows", + "Technicians evaluating demand forecasts", + "A community noticeboard showing carbon credits", + "A small battery container humming at low pitch" + ], + "actions": [ + "Microgrid reallocates storage to balance a spike in AC usage", + "Predictive AI shutters non-critical loads during a heatwave", + "A community panel approves a local demand-response event", + "Meters flash green as households hit efficiency goals" + ], + "camera": "Control-room steady with flow-chart inserts", + "accents": [ + "screen micro-highlights on energy nodes", + "metal micro-highlights on battery casing" + ], + "mood": "calm orchestration", + "lighting": "neutral control-room with cool monitor glow", + "style": "infrastructure documentary" + }, + { + "subGenre": "Smart Cities", + "scene": "Integrated emergency response where city sensors cue ambulances to optimal routes", + "sceneVariants": [ + "Integrated emergency response where city sensors cue ambulances to optimal routes", + "A hospital admission dashboard showing ETA", + "A cyclist's wearable signaling a health alert", + "Intersection beacons holding traffic for clear passage", + "Paramedics updating triage through an in-vehicle HUD" + ], + "actions": [ + "Traffic nodes switch to green corridor to clear a path", + "Ambulance routing recalculates around a crowd event", + "Hospital indicates bed readiness and surfaces to the dispatcher", + "Aerial drone confirms scene access and relays images" + ], + "camera": "Mobile POV from ambulance with HUD overlays", + "accents": [ + "headlight micro-highlights on wet road", + "screen micro-highlights on ETA panels" + ], + "mood": "urgent coordination", + "lighting": "mixed emergency and ambient city light", + "style": "procedural rescue" + }, + { + "subGenre": "Smart Cities", + "scene": "Public health monitoring kiosk analyzing environmental air quality data", + "sceneVariants": [ + "Public health monitoring kiosk analyzing environmental air quality data", + "A parent checking asthma alerts", + "A cyclist choosing a low-exposure route", + "Sensors on building facades", + "A tree canopy overlay showing pollutant flow" + ], + "actions": [ + "Kiosk displays hourly AQI and suggests safe routes", + "Urban model flags an upcoming pollution pocket and notifies authorities", + "Cyclist reroutes via app to avoid a hotspot", + "A sensor self-calibrates after automated maintenance" + ], + "camera": "Kiosk-eye level with overlay micro-inserts", + "accents": [ + "glass micro-highlights on kiosk display", + "leaf micro-highlights on canopy overlay" + ], + "mood": "protective civic service", + "lighting": "clear daylight with soft urban shade", + "style": "health-tech vignette" + }, + { + "subGenre": "Smart Cities", + "scene": "Multimodal commuter app UI visualizing real-time carbon cost and travel time tradeoffs", + "sceneVariants": [ + "Multimodal commuter app UI visualizing real-time carbon cost and travel time tradeoffs", + "A user tapping alternatives on a phone screen", + "A small e-scooter parking pocket", + "A bus arrival dock with crowding indicator", + "A rooftop view of rails and traffic" + ], + "actions": [ + "App recalculates options to favor low-carbon but slightly longer trips", + "User selects a shared-ride option and peer-matches appear", + "An incentive credit displays for taking a green route", + "Push notification gives live boarding instructions" + ], + "camera": "Over-the-shoulder phone insert with UI micro-highlights", + "accents": [ + "screen micro-highlights on route nodes", + "metal micro-highlights on scooter frames" + ], + "mood": "empowered choice", + "lighting": "soft outdoor daylight with screen glow", + "style": "UX-forward urban" + }, + { + "subGenre": "Smart Cities", + "scene": "Waste-sorting depot where sensor bins identify recyclable materials and route pickups", + "sceneVariants": [ + "Waste-sorting depot where sensor bins identify recyclable materials and route pickups", + "Robotic swivel arms sorting streams", + "A schedule board for neighborhood pickups", + "A composting cell with aeration fans", + "Workers in hi-vis reviewing exception items" + ], + "actions": [ + "Bins scan items and auto-classify contaminants", + "Robotic conveyors redirect materials to proper lanes", + "Pickup routes update to collect full bins first", + "Compost sensors trigger turning cycles for odor control" + ], + "camera": "Industrial closeups with conveyor and bin macro", + "accents": [ + "plastic micro-highlights on bin rims", + "metal micro-highlights on conveyor edges" + ], + "mood": "practical cleanliness", + "lighting": "high-contrast depot task lights", + "style": "service-utility realism" + }, + { + "subGenre": "Smart Cities", + "scene": "Civic participation hub where citizens propose and vote on hyperlocal improvements", + "sceneVariants": [ + "Civic participation hub where citizens propose and vote on hyperlocal improvements", + "A town hall touchscreen wall", + "A moderator facilitating a hybrid meeting", + "A list of short proposals with estimated budgets", + "A family watching progress on a tablet at home" + ], + "actions": [ + "Proposals gather community sentiment via micro-polls", + "AI aggregates comments and summarizes tradeoffs", + "A secure vote allocates a small local budget", + "Status tiles show implementation timelines" + ], + "camera": "Community-level wide with interface closeups", + "accents": [ + "screen micro-highlights on vote tiles", + "paper micro-highlights on proposal printouts" + ], + "mood": "participatory optimism", + "lighting": "neutral civic interior with warm people light", + "style": "civic engagement vignette" + }, + { + "subGenre": "Smart Cities", + "scene": "City maintenance drone coordinating pothole repairs and pothole-mapping in near-real-time", + "sceneVariants": [ + "City maintenance drone coordinating pothole repairs and pothole-mapping in near-real-time", + "A crew van with repair materials", + "A sidewalk data-collection rig", + "Road spray marking outlines", + "A live municipal service map" + ], + "actions": [ + "Drone maps pothole and sends geotagged service request", + "Repair crew accepts job and collects optimal materials", + "Map updates with closure and ETA", + "Automated compaction machine performs a micro-patch" + ], + "camera": "Drone POV with close road texture inserts", + "accents": [ + "road micro-highlights on rough edges", + "metal micro-highlights on compaction tool" + ], + "mood": "efficient upkeep", + "lighting": "daylight work-stark", + "style": "municipal operations" + }, + { + "subGenre": "Smart Cities", + "scene": "Urban logistics node where small delivery robots coordinate loading from micro-fulfillment lockers", + "sceneVariants": [ + "Urban logistics node where small delivery robots coordinate loading from micro-fulfillment lockers", + "A bike courier swapping parcels", + "A modular locker wall with status LEDs", + "A pedestrian seating area nearby", + "A scheduling kiosk with time windows" + ], + "actions": [ + "Robots queue and load parcels based on optimized route clustering", + "Lockers release contents to verified robots or humans", + "Real-time congestion updates change departure windows", + "A human attendant assists an exception pickup" + ], + "camera": "Street-level inserts with robot micro-inserts", + "accents": [ + "plastic micro-highlights on locker seams", + "wheel micro-highlights on robots" + ], + "mood": "logistical rhythm", + "lighting": "soft urban daylight", + "style": "micro-logistics vignette" + }, + { + "subGenre": "Smart Cities", + "scene": "Underground parking where AI directs cars to nearest empty bay and manages charging", + "sceneVariants": [ + "Underground parking where AI directs cars to nearest empty bay and manages charging", + "An EV charging bank with moving tethers", + "A driver tapping a parking app", + "A low roof with sensor strips", + "A wall showing bay occupancy visualization" + ], + "actions": [ + "Guidance signs direct cars to efficient bays", + "Charging sessions are scheduled to flatten peaks", + "Sensors confirm battery health and suggest cool-down cycles", + "App notifies the driver the car is optimally charged" + ], + "camera": "Low car-level tracking with bay-level macro", + "accents": [ + "charger micro-highlights on connector sheen", + "screen micro-highlights on occupancy map" + ], + "mood": "seamless utility", + "lighting": "cool subterranean task lighting", + "style": "invisible infrastructure" + }, + { + "subGenre": "Smart Cities", + "scene": "Cultural district where AR guides overlay historical narratives onto facades", + "sceneVariants": [ + "Cultural district where AR guides overlay historical narratives onto facades", + "A tourist scanning a plaque with a phone", + "A street musician performing nearby", + "A heritage building with conserved signage", + "An AR-enabled bench offering audio stories" + ], + "actions": [ + "AR layers reveal past scenes synchronized to user location", + "Visitors share annotations that the public curator curates", + "Narrative timeline scrubs to show era transitions", + "Accessibility mode simplifies language and adds haptic cues" + ], + "camera": "POV AR overlays with facade-level reveal", + "accents": [ + "stone micro-highlights on facade textures", + "screen micro-highlights on AR badges" + ], + "mood": "educational wonder", + "lighting": "golden-hour cultural glow", + "style": "heritage-AR vignette" + }, + { + "subGenre": "Smart Cities", + "scene": "Seasonal flood control basin where sensors and gates adapt to modelled rainfall", + "sceneVariants": [ + "Seasonal flood control basin where sensors and gates adapt to modelled rainfall", + "A series of culverts with motorized gates", + "A maintenance walkway with monitoring stations", + "A weather radar feed updated on a kiosk", + "Migratory bird nesting areas nearby" + ], + "actions": [ + "Gates open pre-emptively to create storage buffer", + "Sensors monitor sediment and adjust flows", + "Public alerts provide safe evacuation windows", + "Model confidence bands update gate strategy live" + ], + "camera": "Wide basin establish with gate-level macro", + "accents": [ + "water micro-highlights on flow ripples", + "metal micro-highlights on gate rims" + ], + "mood": "protective engineering", + "lighting": "overcast with functional contrast", + "style": "resilience operations" + }, + { + "subGenre": "Smart Cities", + "scene": "Night-time cultural festival where crowd-safety AI dynamically manages density", + "sceneVariants": [ + "Night-time cultural festival where crowd-safety AI dynamically manages density", + "Food stalls with pop-up hygiene sensors", + "An outdoor stage with smart entry lanes", + "First-aid tents connected to the hub", + "Wearable wristbands showing crowd status" + ], + "actions": [ + "AI issues directional nudges to distribute density evenly", + "Temporary barriers and signs deploy to create new flows", + "First-aid is routed to micro-heat-map hotspots", + "Organizers receive live predicted crowd peaks" + ], + "camera": "Festival-level panorama with crowd heatmap overlays", + "accents": [ + "light micro-highlights on wristband LEDs", + "fabric micro-highlights on tents" + ], + "mood": "vigilant celebration", + "lighting": "festive warm with cool safety signage", + "style": "event-safety vignette" + }, + { + "subGenre": "Smart Cities", + "scene": "Urban lab testing autonomous sidewalks that sense trip hazards and reroute foot traffic", + "sceneVariants": [ + "Urban lab testing autonomous sidewalks that sense trip hazards and reroute foot traffic", + "A temporary research fence and signage", + "Pedestrians using simple AR cues", + "Embedded tactile strips lighting up", + "Maintenance crew monitoring logs" + ], + "actions": [ + "Sidewalk segments flash subtle cues guiding foot paths", + "Sensors surface micro-tripping hazards to maintenance queue", + "AR prompts reroute mobility-impaired users to gently sloped paths", + "Logs aggregate to propose permanent repairs" + ], + "camera": "Sidewalk level tracking with tactile insert macros", + "accents": [ + "tactile micro-highlights on strip edges", + "screen micro-highlights on AR cues" + ], + "mood": "experimental safety", + "lighting": "daylight testbed clarity", + "style": "human-centric urban lab" + }, + { + "subGenre": "Smart Cities", + "scene": "Public lighting grid that harvests kinetic energy from footfall to power local nodes", + "sceneVariants": [ + "Public lighting grid that harvests kinetic energy from footfall to power local nodes", + "Pavers with micro-harvest modules", + "Bench units storing harvested charge", + "A cycling lane with integrated harvest strips", + "A small dashboard showing generated power" + ], + "actions": [ + "Footfall activates micro-generators to top a nearby lamp", + "Dashboard displays community energy contribution", + "A cyclist's pass triggers a boost in a corridor lamp", + "Night-mode dims based on harvested baseline" + ], + "camera": "Paver-level macro with bench and lamp pulls", + "accents": [ + "paver micro-highlights on seam reflections", + "lamp micro-highlights on warm glow" + ], + "mood": "participatory empowerment", + "lighting": "day-night adaptive with warm pockets", + "style": "community-energy vignette" + }, + { + "subGenre": "Smart Cities", + "scene": "City lab where digital twins simulate transport, energy and emissions for planners", + "sceneVariants": [ + "City lab where digital twins simulate transport, energy and emissions for planners", + "A table-sized 3D model with AR projection", + "Planners adjusting sliders for scenarios", + "A timeline scrubber showing decades of change", + "A public display summarizing key tradeoffs" + ], + "actions": [ + "Scenario slider recomputes emissions and displays maps", + "AI highlights bottlenecks and suggests infrastructure investments", + "Public summary composes an accessible brief for neighborhood review", + "Planners snapshot and store scenario checkpoints" + ], + "camera": "Lab-level over-table with AR insert closeups", + "accents": [ + "holo micro-highlights on projection edges", + "paper micro-highlights on printed briefs" + ], + "mood": "strategic foresight", + "lighting": "neutral lab with projection glow", + "style": "planning-tech documentary" + }, + { + "subGenre": "Smart Cities", + "scene": "Final hush: an early morning street cleansed by autonomous sweepers as the city wakes", + "sceneVariants": [ + "Final hush: an early morning street cleansed by autonomous sweepers as the city wakes", + "Empty cafe tables awaiting staff", + "A row of parked bicycles aligned neatly", + "Dew on window ledges catching first light", + "A news vendor flipping the first paper" + ], + "actions": [ + "Sweepers finish their route and return to charge docks", + "Sensors mark completed cleanliness and update public boards", + "A cyclist pedals through the freshly cleared lane", + "Sunlight arcs across a clean pavement revealing subtle wear patterns" + ], + "camera": "Wide calm pullback to intimate street detail", + "accents": [ + "pavement micro-highlights on cleaned surface", + "metal micro-highlights on bike frames" + ], + "mood": "renewal and readiness", + "lighting": "soft sunrise with warm clarity", + "style": "poetic urban vignette" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_smart_farms.json b/src/data/technology_and_future_smart_farms.json new file mode 100644 index 0000000..220db8d --- /dev/null +++ b/src/data/technology_and_future_smart_farms.json @@ -0,0 +1,302 @@ +[ + { + "subGenre": "Smart Farms", + "scene": "Night sensor orchard where low-power cameras and moisture probes whisper in the dark", + "sceneVariants": [ + "Rows of fruit trees with tiny sensor nodes on trunks", + "A maintenance rover pausing at a drip line to check valves", + "Glow of distant solar trickle-chargers under the canopy", + "A nocturnal watch app alerting of increased evapotranspiration", + "A technician reading a handheld thermograph in the lane" + ], + "actions": [ + "Moisture sensors report a dry pocket and trigger a micro-irrigation pulse", + "A rover performs a quick valve flush to clear a clogged emitter", + "Low-energy camera captures a pest silhouette and flags it for morning review", + "A scheduled data snapshot uplinks when a low-power window opens" + ], + "camera": "Low-angle night-vision passes with close inserts on sensor housings", + "accents": [ + "soft IR grain on leaf surfaces", + "fine condensation micro-beads on sensor casings" + ], + "mood": "quiet vigilant stewardship (night)", + "lighting": "infrared/low-power node glows", + "style": "intimate agritech vignette" + }, + { + "subGenre": "Smart Farms", + "scene": "Night aquaponics hall where gently spinning pumps circulate water and LED spectra cycle for nutrient uptake", + "sceneVariants": [ + "Long tanks under cool blue cultivation lighting", + "Technician collecting a water sample with a small vial", + "Automation panels glowing with PH and ORP readouts", + "A maintenance drone drifting low to inspect piping", + "A suspended mesh of pipes carrying nutrient-fed flow" + ], + "actions": [ + "A pump trims cycle-rate to maintain dissolved oxygen", + "A spectral shift increases lipid accumulation for a test crop", + "A sensor flags an early algae bloom and triggers a corrective feed", + "Data logs timestamp a small conductivity fluctuation for later analysis" + ], + "camera": "Reflective wide passes with macro inserts on bubbling aeration", + "accents": [ + "cool LED rim-light on water surface micro-ripples", + "fine texture on PVC joints and drip fittings" + ], + "mood": "clinical supportive calm (night)", + "lighting": "cool aquaculture LEDs", + "style": "experimental agro-lab" + }, + { + "subGenre": "Smart Farms", + "scene": "Night pollinator corridor where sensor arrays and habitat lights guide beneficial insects through orchards", + "sceneVariants": [ + "Softly lit hedgerows with sensor tags monitoring insect pass-through", + "A canopy of path lights pulsing to match sensor counts", + "A research tent where entomologists annotate activity", + "A micro-drone releasing native bee houses at set intervals", + "A low wall display showing nocturnal pollinator heatmaps" + ], + "actions": [ + "Light cues shift to direct pollinator flight corridors", + "Acoustic sensors detect a beneficial species arrival and log the event", + "A slow-release habitat is deployed and anchored", + "Data syncs to an open database for conservation partners" + ], + "camera": "Gentle night passes with macro insect closeups and soft-focus habitat lights", + "accents": [ + "bioluminescent-like LED micro-glows", + "micro detail on wing venation and petal texture" + ], + "mood": "protective ecological hush (night)", + "lighting": "soft ecological LEDs", + "style": "conservation tech vignette" + }, + { + "subGenre": "Smart Farms", + "scene": "Night frost-avoidance corridor where crop-heater cables and thermal fans chase a cold front", + "sceneVariants": [ + "A line of low thermal fans creating a protective wind band", + "Heated cables pulsing beneath sensitive rows", + "A farmer monitoring a frost alert on a tablet", + "A smoke-vapor haze where warm air meets the cold", + "A distant barn light blinking status about system health" + ], + "actions": [ + "Thermal fans ramp up when a critical leaf temperature threshold is crossed", + "A bypass heater engages for a localized cold pocket", + "A predictive model extends protection based on incoming weather radar", + "A maintenance check confirms circuit continuity after a load surge" + ], + "camera": "Low smoky passes with tight inserts on fan blades and heated lines", + "accents": [ + "warm thermal gradients on plant surfaces", + "fine frost bead micro-texture and wire sheath detail" + ], + "mood": "urgent protective calm (night)", + "lighting": "minimal task lights with warm heater glows", + "style": "practical agrosecurity" + }, + { + "subGenre": "Smart Farms", + "scene": "Dawn high-tunnel greenhouse where climate zones open into a bright morning workflow of harvesters and sensors", + "sceneVariants": [ + "Long sunlit rows with vapor faintly rising from soil", + "Harvesters weaving between trellises guided by lidar lines", + "A tablet showing a morning summary of each microzone", + "Workers collecting ripe heads into modular crates", + "A robotic trimmer making a precise cut at waist height" + ], + "actions": [ + "Automated harvesters follow yield maps and pick ripe fruit", + "A climate node opens vents to reduce humidity as sun rises", + "A produce batch is stamped with traceable sensor metadata", + "A quality check camera flags a cosmetic defect for manual review" + ], + "camera": "Warm lateral passes following harvester and worker hands", + "accents": [ + "sunlit dew micro-beads on leaves", + "fine printed barcode and crate stamp details" + ], + "mood": "productive domestic warmth (day)", + "lighting": "bright morning sun with greenhouse diffusion", + "style": "harvest day documentary" + }, + { + "subGenre": "Smart Farms", + "scene": "Dawn drone swarm orchard inspection: optical and multispectral images stitch into health maps", + "sceneVariants": [ + "A fleet launching in coordinated formation over tree rows", + "Multispectral overlays rendering stress as false color", + "A base station stitching maps and uploading to the farm cloud", + "A farmer pointing to a flagged canopy and ordering micro-treatment", + "A small ground robot deploying a targeted foliar spray" + ], + "actions": [ + "Drones capture multispectral swaths and the system marks vigor indices", + "An automated prescription emits a targeted nutrient micro-spray job", + "A GPS-tagged map pins tree-level treatment recommendations", + "A follow-up validation flight confirms improved reflectance" + ], + "camera": "Smooth aerial choreographed passes with map overlays and close canopy shots", + "accents": [ + "vivid false-color micro-gradients and glint on leaf wax", + "micro-detail on drone rotor-induced leaf motion" + ], + "mood": "diagnostic optimistic energy (day)", + "lighting": "bright overhead daylight", + "style": "precision agriculture film" + }, + { + "subGenre": "Smart Farms", + "scene": "Dawn livestock health barn where wearables and cameras track gait and feeding for automated welfare alerts", + "sceneVariants": [ + "A bright barn aisle with collars pinging to a central board", + "A calf being gently guided to an automated teat station", + "A vet inspecting a subtle limp flagged by gait analytics", + "A wall tablet showing herd heatmaps and feed efficiency", + "A robotic scraper cleaning pens on schedule" + ], + "actions": [ + "Gait analytics detect a lameness trend and ticket an inspection", + "Feeding logs auto-balance ration for underperforming animals", + "A wearable flags fever and a vet is dispatched", + "Barn climate adjusts to comfort the flagged animals while treatment is prepared" + ], + "camera": "Warm close barn passes with medical closeups and device overlays", + "accents": [ + "soft straw fiber micro-texture and wearable strap detail", + "fine feed pellet and bowl sheen micro-detail" + ], + "mood": "compassionate practical care (day)", + "lighting": "natural barn daylight with warm fills", + "style": "livestock welfare documentary" + }, + { + "subGenre": "Smart Farms", + "scene": "Night precision irrigation hub where soil moisture mesh and weather radar combine to queue irrigation jobs", + "sceneVariants": [ + "A command kiosk displaying a soil moisture heat-grid", + "Valves and solenoids humming softly in the distance", + "A technician testing a failed solenoid under a headlamp", + "A small water-reserve tank with level sensors and float arrays", + "A weather outflow delaying scheduled jobs" + ], + "actions": [ + "An irrigation scheduler defers a run due to incoming rain forecast", + "A microzone with low moisture is queued for a priority pulse", + "A maintenance routine cycles and re-primes a clogged line", + "A logged optimization reduces daily water draw by a percentage" + ], + "camera": "Nighttime close-in valve and soil sensor macro shots with dashboard overlays", + "accents": [ + "wet soil micro-granule detail and sheen on PVC fittings", + "tiny LED micro-status markers on control nodes" + ], + "mood": "efficient careful management (night)", + "lighting": "small task lights with dashboard glows", + "style": "resource-conservation vignette" + }, + { + "subGenre": "Smart Farms", + "scene": "Dawn vertical farm hydroponic floor where robotic arms and conveyor lines choreograph harvest and packing", + "sceneVariants": [ + "Stacked trays with automated pick-and-place arms", + "A conveyor moving fresh trays through a wash and pack station", + "A quality camera rejecting blemished leaves", + "A small team monitoring throughput dashboards", + "A packaged crate labeled with full traceability metadata" + ], + "actions": [ + "Robotic arms perform delicate harvest and place into trays", + "Vision systems inspect and reject low-quality units", + "An automated packer seals crates and prints batch QR codes", + "A logistics job schedules pickups into the next dispatch window" + ], + "camera": "Crisp production-line tracking with close robot-tool inserts", + "accents": [ + "clean stainless micro-sheen and water bead micro-detail", + "fine printed QR and batch code clarity" + ], + "mood": "industrial refined productivity (day)", + "lighting": "bright even production lighting", + "style": "controlled farm manufacturing film" + }, + { + "subGenre": "Smart Farms", + "scene": "Dawn regenerative soil lab where microbiome assays inform cover-crop mixes and amendments", + "sceneVariants": [ + "A small lab bench with petri plates and pipettes", + "A scientist comparing sequencing snippets on a monitor", + "A greenhouse nursery where test mixes are trialed", + "A communal whiteboard mapping amendment recipes", + "A field plot with microplots marked for sequential sampling" + ], + "actions": [ + "Microbiome assay reports a beneficial microbe deficit requiring amendment", + "Test mixes are deployed to microplots and monitored over weeks", + "A field technician logs changes in soil respiration and aggregates data", + "A recommendation algorithm suggests optimized cover-crop selections" + ], + "camera": "Gentle lab-to-field transitions with close microscopic inserts", + "accents": [ + "fine agar surface micro-texture and seed coat grain detail", + "micro soil crumb and root hair detail" + ], + "mood": "scientific regenerative optimism (day)", + "lighting": "soft natural lab and field light", + "style": "agro-science vignette" + }, + { + "subGenre": "Smart Farms", + "scene": "Night pest early-warning net where pheromone traps and vision systems predict outbreaks", + "sceneVariants": [ + "A grid of sticky traps with tiny tags and camera snapshots", + "A dashboard showing predicted outbreak probabilities by block", + "A technician replacing a saturated trap under headlamp", + "A drone releasing a targeted biological control payload", + "A community alert about an increased vigilance window" + ], + "actions": [ + "Trap counts spike and a predictive model raises an alert", + "A targeted biological control run is scheduled and executed by drone", + "A quarantine protocol is enacted for impacted blocks", + "Follow-up sampling validates suppression success" + ], + "camera": "Macro trap closeups and night-sweep drone inserts", + "accents": [ + "sticky trap sheen micro-detail and insect wing micro-venation", + "fine LED indicator micro-glow on counters" + ], + "mood": "protective calm readiness (night)", + "lighting": "headlamp and drone LEDs", + "style": "biosecurity vignette" + }, + { + "subGenre": "Smart Farms", + "scene": "Dawn cooperative hub where smallholders share sensors, analytics and a shared robotic harvester", + "sceneVariants": [ + "A central yard with modular robot bays and charging docks", + "Farmers meeting over morning coffee to allocate harvest slots", + "A scheduling board showing cooperative allocations and credits", + "A technician calibrating a blade for a variety of crops", + "A harvest-day convoy rolling out to member fields" + ], + "actions": [ + "A scheduler assigns the shared harvester to high-priority fields", + "Credits are allocated to contributing sensor owners for data used in optimization", + "A quick calibration run tunes the harvester for the contracted crop", + "A cooperative ledger records hours and maintenance contributions" + ], + "camera": "Warm community passes with equipment closeups and handshake moments", + "accents": [ + "sunlit metal micro-wear and braided tow rope detail", + "fine printed cooperative ledger micro-type" + ], + "mood": "communal practical optimism (day)", + "lighting": "bright yard daylight", + "style": "cooperative agritech documentary" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_space_elevators.json b/src/data/technology_and_future_space_elevators.json new file mode 100644 index 0000000..6ca3aeb --- /dev/null +++ b/src/data/technology_and_future_space_elevators.json @@ -0,0 +1,452 @@ +[ + { + "subGenre": "Space Elevators", + "scene": "Midnight tether head at equatorial sea platform with cargo climbers docking beneath a low starfield", + "sceneVariants": [ + "A lit platform bobbing gently on dark ocean swells", + "A cargo climber docking under halogen alignment beams", + "Technicians in reflective suits guiding nanocable clamps", + "A string of indicator lights climbing into sky blackness", + "A maintenance tender hovering near mooring pylons" + ], + "actions": [ + "Clamps engage with a soft metallic chime as tension equalizes", + "A remote operator runs a quick cable integrity scan", + "A cargo pod unlatches and drops refrigerated containers to a staging bay", + "A warning beacon flashes as a weather cell approaches" + ], + "camera": "Low-angle wide dolly from sea surface up to the vanishing tether, intercut with tight maintenance inserts", + "accents": [ + "cold specular highlights on wet steel and glossy cable housings", + "micro-detail on salt spray and rivet seams" + ], + "mood": "awe-tinged vigilance (night)", + "lighting": "selective platform lights with deep sky contrast", + "style": "grand industrial sci-fi" + }, + { + "subGenre": "Space Elevators", + "scene": "Dawn ascent bay where passenger sky-elevators board for a slow climb toward the stratosphere", + "sceneVariants": [ + "A sunrise glow behind a ring of sleek passenger capsules", + "Families with soft bags stepping into plush cabins", + "Cabin attendants checking restraint harness arrays", + "A farewell crowd waving from a secure observation deck", + "Instrumentation racks warming as climb systems power up" + ], + "actions": [ + "Cabin coupling engages and passengers strap in", + "A farewell chime plays as ground personnel release docking clamps", + "Telemetry streams begin plotting staged acceleration burn", + "A slender plume of mist from intercoolers drifts in the morning air" + ], + "camera": "Human-scale tracking shots through boarding, then a gentle ascent POV", + "accents": [ + "warm dawn rim on composite panels", + "finely rendered fabric textures and polished handrails" + ], + "mood": "hopeful solemn departure (day)", + "lighting": "soft sunrise with broad warm fills", + "style": "cinematic passenger documentary" + }, + { + "subGenre": "Space Elevators", + "scene": "Night control room where tether dynamics are monitored across a bank of curved displays", + "sceneVariants": [ + "A circular ops room with analysts clustered around holographic tethers", + "A quiet watch shift with glowing telemetry ribbons", + "A technician running an emergency tension simulation", + "A senior engineer marking an anomalous vibration spike", + "A backup console ready for manual override" + ], + "actions": [ + "A graph spikes, then an automated PID tune dampens vibration", + "An alert escalates to a higher clearance operator", + "A remote manipulator readies to grease a clamp remotely", + "A shift log records the anomaly and proposed mitigations" + ], + "camera": "Tight crane through the room with insert close-ups on mapped vibrations and hands on controls", + "accents": [ + "electric cyan glow on vector tethers", + "micro-detail on connectors and keyboard patina" + ], + "mood": "focused technical tension (night)", + "lighting": "low ops lighting with bright HUD accents", + "style": "technical thriller" + }, + { + "subGenre": "Space Elevators", + "scene": "Midday manufacturing yard where carbon-nanotube sections are woven and spooled for tether repair", + "sceneVariants": [ + "Robotic looms weaving microscopic fibers into panels", + "Quality-control microscopes verifying strand uniformity", + "An outdoor staging area storing fiber spools under shade", + "Technicians in filtered suits tending a sintering oven", + "A delivery truck loading finished reels for sea transport" + ], + "actions": [ + "A loom finishes a spool and an automated arm places it into cold storage", + "A QC operator stamps a batch and updates the ledger", + "A forklift places reels into a climate-controlled crate", + "A pulsed laser anneal runs a short finishing cycle" + ], + "camera": "Industrial wide shots with close macro inserts on microscopic weave detail", + "accents": [ + "clean industrial speculars and micro-weave texture", + "fine dust motes visible in sunbeams at edges of the factory" + ], + "mood": "calm industrious precision (day)", + "lighting": "bright workshop light with crisp contrast", + "style": "industrial process film" + }, + { + "subGenre": "Space Elevators", + "scene": "Evening marine convoy escorting a heavy-lift spool across an ash-blue sea", + "sceneVariants": [ + "A small flotilla with security skiffs circling a central barge", + "A gentle swell rocking heavy reels beneath tarpaulins", + "A watchman scanning the horizon through binoculars", + "A radio chatter syncing convoy positions", + "A dusk sky with thin cloud streaks catching last light" + ], + "actions": [ + "Tug lines tauten as the barge adjusts heading", + "A security drone sweeps the perimeter searching for anomalies", + "A crew member ropes down tarpaulins as wind picks up", + "A GPS-synced autopilot trims heading for sea currents" + ], + "camera": "Low, sea-level tracking with occasional overhead drone passes", + "accents": [ + "wet-sheen reflections and fine rope fiber texture", + "micro-detail on painted hull chips and fasteners" + ], + "mood": "vigilant steady transit (twilight)", + "lighting": "fading daylight with cool maritime hues", + "style": "marine logistics vignette" + }, + { + "subGenre": "Space Elevators", + "scene": "Nighttime high-altitude relay platform aloft at stratospheric twilight, tether vanishing below", + "sceneVariants": [ + "A slender platform floating with star-slashed horizon", + "Relay dishes and solar rings tracking subtle orbital motion", + "Engineers in pressurized suits inspecting external arrays", + "A tether node disappearing into cloud below", + "A soft auroral wash in the distant sky" + ], + "actions": [ + "Solar arrays adjust for optimal twilight charge", + "A microthruster fires for station-keeping and the platform re-centers", + "A hull inspection uses a magnetized brush to sweep dust", + "A comm check verifies uplink bandwidth to ground" + ], + "camera": "Long telephoto pulls showing planet curvature with close maintenance cut-ins", + "accents": [ + "cold instrument glows and high-altitude halo micro-flares", + "fine grain on composite skin and panel fasteners" + ], + "mood": "lonely technical awe (night)", + "lighting": "thin bluish twilight with instrument pin-lights", + "style": "high-altitude contemplative sci-tech" + }, + { + "subGenre": "Space Elevators", + "scene": "Dawn emergency response where an inspection climber halts mid-tether to repair a compromised splice", + "sceneVariants": [ + "A suspended climber with repair arms extended", + "A tether splice under a suspended containment sac", + "A calm line of workers monitoring from a safety platform", + "A helicopter staging a replacement spool above the bay", + "A close-up of technicians in harnesses performing micro-welds" + ], + "actions": [ + "A robotic arm extrudes a binding resin over a splice", + "Vibration dampers engage to isolate the repair zone", + "A remote QA camera verifies seam integrity with magnified imaging", + "A safety loop locks out adjacent climber traffic" + ], + "camera": "Dramatic vertical crane with tight macro on weld seams", + "accents": [ + "warm repair lamp highlights against cool tether sheen", + "high micro-detail on resin bead morphology" + ], + "mood": "intense focused urgency (dawn)", + "lighting": "direct warm repair lamps with cool background daylight", + "style": "procedural rescue vignette" + }, + { + "subGenre": "Space Elevators", + "scene": "Midday public plaza where a small scale model demonstrates elevator mechanics to curious tourists", + "sceneVariants": [ + "A miniature tether model spinning under a canopy", + "Children pressing buttons to watch a scale climber rise", + "An educator narrating the physics on a transparent display", + "Souvenir kiosks selling tiny model clips and posters", + "A live feed showing the real tether's telemetry on a big screen" + ], + "actions": [ + "A demonstrator runs a safe interactive lift to show staged acceleration", + "Children cheer as miniature gondolas dock and undock", + "A vendor prints a quick souvenir 3D token for a child", + "A staff member answers questions about safety protocols" + ], + "camera": "Playful low-angle shots with POV kid reactions and overhead wide views", + "accents": [ + "bright midday color on kiosk decals and glossy plastic micro-sheen", + "fine-model structural detail visible in macro" + ], + "mood": "curious communal delight (day)", + "lighting": "bright even daylight suitable for exhibits", + "style": "educational outreach film" + }, + { + "subGenre": "Space Elevators", + "scene": "Night market at equatorial port where tether workers trade spare parts and stories under string lights", + "sceneVariants": [ + "A row of stalls with improvised toolkits and canned fasteners", + "Old-line technicians comparing splice techniques over coffee", + "A bonfire where younger climbers swap initiation tales", + "A small portable forge humming near a tent", + "A clock tower chiming the late shift change" + ], + "actions": [ + "A barter exchange of a rare connector for a week of spare battery packs", + "A veteran demonstrates a hand-polish trick on a cable sleeve", + "A drummer taps a rhythm to signal shift change", + "A portable welder cools and is carefully packed away" + ], + "camera": "Warm handheld with close portraits and market ambiance wide shots", + "accents": [ + "warm lamp glows on callused hands and tool steel", + "micro-detail on patched leather gloves and weathered labels" + ], + "mood": "rugged communal warmth (night)", + "lighting": "mixed warm lamp pools against night sky", + "style": "human-interest port documentary" + }, + { + "subGenre": "Space Elevators", + "scene": "High-noon orbital rendezvous viewing dome where passengers inside a sky-lift observe Earth pass beneath", + "sceneVariants": [ + "A panoramic dome showing curve of the planet below", + "Passengers pointing at visible city clusters and storm bands", + "A docent narrating orbital mechanics with AR overlays", + "A child pressing a tactile globe to highlight landmarks", + "A maintenance bay tucked discreetly behind seating tiers" + ], + "actions": [ + "The dome display cycles through mapped time-lapse city lights", + "A captain announces a minor thruster adjustment for station-keeping", + "Passengers tap to mark points of personal interest which the guide collects", + "A micro-vibration tickles as systems compensate for micro-meteoroid pressure" + ], + "camera": "Sweeping wide dome shots with intimate reaction close-ups", + "accents": [ + "soft reflective glints on dome glass and comfortable fabric detail", + "fine grain on printed AR map textures" + ], + "mood": "sublime reflective wonder (day orbit)", + "lighting": "diffuse interior lighting with planetary glow through dome", + "style": "experiential observational film" + }, + { + "subGenre": "Space Elevators", + "scene": "Twilight hazard test where simulated debris fields test climber avoidance systems", + "sceneVariants": [ + "A test rig firing micro-target projectiles near a tether", + "Climbers executing evasive maneuvers in staged scenarios", + "Engineers reviewing slow-motion footage in a control room", + "A scoreboard showing success/failure metrics for each run", + "A commentator narrating the live test to a remote academy" + ], + "actions": [ + "Automatic deceleration and lateral microthrusts perform evasive arcs", + "A debris fragment tracker highlights incoming vectors", + "Post-run analytics annotate missed windows and recommend firmware tweaks", + "A triumphant tone sounds as a climber clears the field successfully" + ], + "camera": "High-speed stitched cameras with HUD overlays and slow-motion replays", + "accents": [ + "streaking micro-flare trails and burnt particle residue detail", + "clean instrumentation micro-text and timestamp overlays" + ], + "mood": "clinical competitive rigor (twilight)", + "lighting": "dynamic test lighting with contrasty twilight sky", + "style": "technical validation montage" + }, + { + "subGenre": "Space Elevators", + "scene": "Early-morning scientific platform where upper-atmosphere labs sample aerosols at the elevator interface", + "sceneVariants": [ + "A lab bay extending sampling arms into thin air", + "Research pods analyzing chemical particulates on sensitive racks", + "A small team collecting realtime data for climate models", + "A tether node with labeled sample canisters awaiting ascent", + "A support drone swapping lab consumables in slow silence" + ], + "actions": [ + "A sample arm deploys and captures a milliliter of rare aerosol", + "Analytical instruments hum, then display spectral lines", + "A scientist flags an anomalous reading and triggers a higher-resolution sweep", + "Data packets are encrypted and uplinked to a central archive" + ], + "camera": "Calm lateral lab passes with focused macro spectroscopy inserts", + "accents": [ + "crisp instrument glows and micro-spectrum banding detail", + "fine micro-bubble patterns on sample vials" + ], + "mood": "quiet investigative focus (dawn)", + "lighting": "soft early light with clear lab task illumination", + "style": "science documentary vignette" + }, + { + "subGenre": "Space Elevators", + "scene": "Afternoon craft market at a tether-side mech bazaar where specialty climber modules change hands", + "sceneVariants": [ + "Stalls selling custom attachment modules and vintage climber badges", + "An artisan tuning a bespoke tether clamp", + "A collector haggling over an early-generation camera unit", + "A small repair tent demonstrating quick field fixes", + "A child fascinated by a tiny working climber model" + ], + "actions": [ + "A module swaps hands and a short bench test confirms seal integrity", + "An artisan polishes a stamped serial plate as proof of provenance", + "A vendor demonstrates a lightweight tool that reduces splice time", + "A small crowd forms to watch a quick preventative maintenance demo" + ], + "camera": "Friendly market tracking with product-closeups and buyer portraits", + "accents": [ + "sunlit metal patina and tool-scar micro-textures", + "high-fidelity small-mechanism detail in macro" + ], + "mood": "community trade bustle (day)", + "lighting": "bright daylight with warm market tones", + "style": "human-scale trade documentary" + }, + { + "subGenre": "Space Elevators", + "scene": "Night security sweep where autonomous patrol bots crawl the base infrastructure looking for anomalies", + "sceneVariants": [ + "A string of inspection bots moving methodically along the tether base", + "A sensor buoy beacons a transient heat signature", + "A remote operator watching a thermal feed in a mobile control van", + "A searchlight cutting across distant reef shadows", + "A small flare of false-positive triggered by a seal on the platform" + ], + "actions": [ + "Patrol bots use contact sensors to read cable tension profiles", + "An AI filters false positives and queues a human check", + "Red lights flash briefly as a benign anomaly is logged", + "A routine patrol voice announces system health summary over PA" + ], + "camera": "Tense low handheld intercut with crisp thermal overlays", + "accents": [ + "cold LED strobes and damp metal sheen micro-detail", + "fine ripple patterns in water prism reflections" + ], + "mood": "watchful procedural tension (night)", + "lighting": "isolated search beams against night darkness", + "style": "security operations vignette" + }, + { + "subGenre": "Space Elevators", + "scene": "Morning educational amphitheater where students interface with an interactive tether simulator", + "sceneVariants": [ + "A ring classroom with touch-enabled floor displaying tether dynamics", + "A teacher guiding a group through a failure-mode exercise", + "A student triggering a simulated micro-meteor strike", + "A large projection of tether cross-section rotating in midair", + "A prize awarded for the best stabilization algorithm" + ], + "actions": [ + "Students modify parameters and the simulator updates in real time", + "A ranked leaderboard displays optimization scores", + "A mentor records a short feedback clip for a student model", + "A group debate over tradeoffs ensues and the class votes" + ], + "camera": "Friendly educational wide with student reaction closeups", + "accents": [ + "soft daylight on screens and playful micro-ui details", + "fine printed text clarity on instructional overlays" + ], + "mood": "engaged curious optimism (day)", + "lighting": "bright instructional lighting for clarity", + "style": "STEM outreach vignette" + }, + { + "subGenre": "Space Elevators", + "scene": "Twilight ascent corridor where a luxury observation capsule passes through layered cloud banks", + "sceneVariants": [ + "A small bar inside a capsule with patrons sipping warm drinks", + "A panoramic window framing cloud texture and a thin crescent moon", + "A musician playing softly as the capsule undulates", + "A steward walking the narrow aisle with service trays", + "A slow, graceful float as the cables creak softly" + ], + "actions": [ + "A toast as the capsule reaches a new altitude milestone", + "Soft cabin lighting shifts to highlight passing cloud strata", + "A steward tucks a blanket around a sleeping passenger", + "A subtle audio cue marks a micro-acceleration phase" + ], + "camera": "Elegant interior tracking with gentle anamorphic lens warmth", + "accents": [ + "warm beverage steam micro-detail and fabric weave closeups", + "soft vignetting on panoramic window edges" + ], + "mood": "luxurious contemplative calm (twilight)", + "lighting": "muted warm interior with cool cloud backlight", + "style": "luxury experiential short" + }, + { + "subGenre": "Space Elevators", + "scene": "Nighttime research sortie where an experimental climber tests new micro-propulsion at high altitude", + "sceneVariants": [ + "A small nimble climber unfolding micro-jet vanes", + "Instrumentation racks streaming performance metrics to a team below", + "A concentrated plume visible in long exposure", + "A scientist marking burn efficiency in a notebook", + "A hush as a test burn completes and telemetry confirms nominal values" + ], + "actions": [ + "Micro-propulsion pulses adjust climber attitude with precise bursts", + "A thermal signature is validated against predicted models", + "Data records show improved climb efficiency and lower wear", + "A celebratory quiet as the team marks a milestone" + ], + "camera": "High-contrast long-exposure capture with instrument-close cutaways", + "accents": [ + "faint plume micro-etch and metal grain on vanes", + "tight instrument panel micro-LED patterning" + ], + "mood": "technical elation (night)", + "lighting": "thin instrument glows with dark sky contrast", + "style": "experimental tech vignette" + }, + { + "subGenre": "Space Elevators", + "scene": "Sunny training yard where climber pilots practice rendezvous with cargo nodes in simulated conditions", + "sceneVariants": [ + "A mock tether arching across a large test field", + "Pilots in VR rigs rehearsing timed docking", + "A scoreboard tracking accuracy and fuel use", + "A repair crew prepping spare nodes for rotation", + "A family watching a public demonstration from a safe viewpoint" + ], + "actions": [ + "Pilots execute precision approaches under instructor guidance", + "A practice node detaches and is retrieved by a recovery team", + "A performance metric updates and a coach gives feedback", + "A simulated failure is triggered and pilots practice contingency" + ], + "camera": "Energetic training montage with instructor reaction inserts", + "accents": [ + "bright sun glint on training hardware and safety helmets", + "fine textile micro-detail on flight suit seams" + ], + "mood": "disciplined optimistic training (day)", + "lighting": "bright outdoor daylight for clear demonstration", + "style": "training documentary" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_surveillance_systems.json b/src/data/technology_and_future_surveillance_systems.json new file mode 100644 index 0000000..561797b --- /dev/null +++ b/src/data/technology_and_future_surveillance_systems.json @@ -0,0 +1,352 @@ +[ + { + "subGenre": "Surveillance Systems", + "scene": "Night city CCTV hub where feeds from tens of cameras stitch into a grid of motion heatmaps", + "sceneVariants": [ + "A dim control room with curved monitors showing tiled camera feeds", + "An operator isolating a moving heat blob on a sidewalk", + "An alert banner highlighting a cross-block motion anomaly", + "A camera PTZ gently tracking a figure under a streetlamp", + "A recorded clip being clipped for an investigation queue" + ], + "actions": [ + "Automated object detection highlights a suspicious package", + "An operator flags a clip and creates a timestamped incident note", + "A privacy filter blurs faces in a public release", + "The system reroutes higher-resolution feeds to the forensic node" + ], + "camera": "Tight low-light coverage of the ops console with over-the-shoulder HUD inserts", + "accents": [ + "cool blue monitor glows reflecting on polished surfaces", + "fine pixel micro-grid detail visible in HUD overlays" + ], + "mood": "tense nocturnal vigilance", + "lighting": "low ops lighting with bright screen accents", + "style": "procedural urban surveillance" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Midnight rooftop array where autonomous thermal drones patrol a quiet industrial district", + "sceneVariants": [ + "A row of landing pads with drones idling under red status LEDs", + "A drone lifting into a foggy alley and scanning for heat signatures", + "A maintenance drone recharging while another resumes the sweep", + "A warehouse loading bay highlighted by thermal outlines", + "A remote pilot adjusting drone sensitivity in a handheld console" + ], + "actions": [ + "A thermal sweep picks up an unauthorized heat source in a dock", + "A drone transmits a short clip to the command center for review", + "A micro-drone descends to take a closer infrared image", + "A rapid reroute avoids a sudden gust over the industrial ridge" + ], + "camera": "High-angle aerial passes with periodic tight thermal-feed inserts", + "accents": [ + "warm thermal palettes contrasted against cool night silhouettes", + "micro-detail on rotor wash against fog" + ], + "mood": "stealthy technical alertness", + "lighting": "thin moonlight augmented by drone thermal palettes", + "style": "nocturnal drone surveillance vignette" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Night transit tunnel where sensor fusion cameras and lidar map crowd flow for safety", + "sceneVariants": [ + "A tiled subway tunnel with ceiling-mounted stereo cameras", + "An operator watching crowd density overlays during a late show", + "A maintenance crew calibrating a lidar unit in a service alcove", + "A train arrival causing a spike in flow heatmaps", + "A softly blinking safety marker near an escalator" + ], + "actions": [ + "Flow analytics detect an unsafe bottleneck and signal crowd control", + "A localized PA announcement instructs commuters to disperse", + "An automated gate temporarily reduces inflow to the platform", + "A maintenance task is scheduled to repair a malfunctioning sensor" + ], + "camera": "Claustrophobic tunnel passes with split-screen analytics and crowd closeups", + "accents": [ + "cold fluorescent reflections and crisp wet tile micro-detail", + "fine lidar point-cloud texture visible in overlays" + ], + "mood": "tense controlled vigilance (night)", + "lighting": "artificial fluorescent with analytics glows", + "style": "transport-safety reportage" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Night protest corridor where live feeds, facial-blur defaults and legal observers intersect", + "sceneVariants": [ + "A narrow avenue with police cameras and handheld livestreams", + "A legal observer station watching feeds with privacy filters on", + "A protester pausing to check a mobile livestream overlay", + "An officer monitoring crowd dynamics on a tablet", + "A drone hovering high with a wide-angle feed to a command node" + ], + "actions": [ + "Real-time redaction blurs faces for public release while retaining raw footage for authorized investigators", + "A legal observer timestamps incidents for independent review", + "A remote operator marks a safe corridor for medics", + "A decision engine suggests de-escalation cues based on sentiment analytics" + ], + "camera": "Handheld tense shots intercut with system HUD overlays showing redaction", + "accents": [ + "harsh streetlight glints and saturated mobile-screen micro-bokeh", + "fine redaction mask edge micro-noise in closeups" + ], + "mood": "charged guarded tension (night)", + "lighting": "high-contrast urban night lighting", + "style": "ethical surveillance documentary" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Night wildlife corridor where passive acoustic sensors and camera traps map animal movement", + "sceneVariants": [ + "A remote forest clearing with motion-triggered infrared cameras", + "Acoustic mics on tree trunks listening for calls", + "A ranger monitoring nocturnal species heatmaps", + "A camera trap recording a passing fox under starlight", + "A solar-buoyed sensor node transmitting low-power bursts" + ], + "actions": [ + "A camera trap triggers and uploads a short clip via LoRa link", + "Acoustic classification tags a rare call and flags researchers", + "A low-energy transmission consolidates night observations", + "A ranger schedules a daylight ground survey based on night clusters" + ], + "camera": "Intimate night-vision and infrared closeups with long-lens ambient passes", + "accents": [ + "soft infrared grain and dew micro-detail on foliage", + "fine acoustic waveform micro-annotations" + ], + "mood": "quiet observational wonder (night)", + "lighting": "infrared/thermal illumination with natural night", + "style": "conservation surveillance" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Dawn retail loss-prevention room where AI tags suspicious hand movements in a busy shop", + "sceneVariants": [ + "A back-room with a tiled feed wall showing multiple checkout cameras", + "An analyst reviewing flagged lift-and-hold footage", + "A manager receiving an alert on a tablet and dispatching staff", + "A quiet exchange where a customer returns an item after staff approach", + "A calibration sticker on the camera lens being cleaned" + ], + "actions": [ + "AI micro-gesture recognition flags a probable shoplift attempt", + "A staff member is dispatched to engage politely and recover merchandise", + "Footage is archived with a redaction for privacy-safe review", + "A model update improves precision and reduces false positives" + ], + "camera": "Close surveillance wall cuts with human reaction inserts", + "accents": [ + "bright retail lighting reflections on product packaging", + "micro-detail on clothing seam and shelf-edge labels" + ], + "mood": "alert practical resolution (day)", + "lighting": "bright retail daylight and interior lamps", + "style": "retail security vignette" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Night border crossing with layered sensor fences, radar posts and PTZ towers", + "sceneVariants": [ + "A fenced corridor with infrared towers sweeping the perimeter", + "A radar plot showing small moving contacts across a dark plain", + "A remote operator cueing a PTZ to zoom on a thermal blip", + "A support vehicle moving along a patrol track", + "A watch tower with a single searchlight cutting through night" + ], + "actions": [ + "Sensor fusion elevates a thermal blip to an identified contact", + "A PTZ locks and a higher-resolution clip is pushed to incident ops", + "A patrol is dispatched to intercept and confirm a benign passage", + "A forensic capture is tagged for evidentiary workflow" + ], + "camera": "Panoramic segmented vistas with thermal overlays and long telephoto pulls", + "accents": [ + "glowing radar raster micro-grid and fence-line micro-reflect", + "fine dust kicked up in searchlight beams" + ], + "mood": "watchful constrained tension (night)", + "lighting": "searchlight and thermal contrast", + "style": "border security documentary" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Dawn smart-campus where student safety apps connect to campus CCTV and blue-light stations", + "sceneVariants": [ + "A quad with discrete cameras and blue safety kiosks at corners", + "A student using a panic-app that pings his location to security", + "A security officer receiving an augmented map of nearby cameras", + "A maintenance team calibrating a camera's field-of-view", + "A group of students walking past a monitored fountain" + ], + "actions": [ + "An app-initiated beacon triggers a prioritized camera feed and an officer dispatch", + "A scheduled privacy purge deletes unneeded footage after retention windows", + "A campus safety bot pings an auto-check message to the student's device", + "A local admin reviews anonymized heatmaps to improve campus lighting" + ], + "camera": "Friendly campus-wide passes with app-camera POV inserts", + "accents": [ + "warm dawn light on campus stone micro-textures", + "fine UI micro-typography on safety app overlays" + ], + "mood": "reassuring practical safety (day)", + "lighting": "soft morning daylight with readable contrast", + "style": "civic safety vignette" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Night smart-home hub where interior sensors, cameras and voice logs coordinate safety events", + "sceneVariants": [ + "A living room camera detecting an overnight intruder shadow", + "A connected lock sending silent alerts to a linked phone", + "A homeowner watching a secure clip and initiating a remote light sequence", + "A pet-triggered false positive being quickly dismissed", + "A hub display summarizing overnight activity with redaction options" + ], + "actions": [ + "A motion event triggers a staged lighting and audio deterrent", + "A verified human operator silently confirms a false positive", + "A homeowner marks the clip for local evidence or purge", + "Voice logs correlate an alarm event and refine future thresholds" + ], + "camera": "Intimate interior close-ups intercut with succinct UI overlays", + "accents": [ + "soft interior lamp micro-shadows and fabric texture details", + "fine timestamp and device-ID micro-annotations" + ], + "mood": "personal protective calm (night)", + "lighting": "low warm interior with focused lamp highlights", + "style": "home security slice" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Dawn hospital monitoring ward where compliant camera coverages and patient privacy co-exist with safety alerts", + "sceneVariants": [ + "A nurse station with beds shown as anonymized silhouettes", + "A patient fall detection alert triggering nurse call activation", + "A family asked for video consent for a specific event", + "A controlled camera that toggles live-view for authorized staff only", + "A therapist noting behavior events in an EHR overlay" + ], + "actions": [ + "Fall detection sensor issues an immediate nurse dispatch", + "A consent-based footage share is recorded and audited", + "Privacy masks are applied to unrelated beds before review", + "An analytics dashboard suggests staffing adjustments based on incidents" + ], + "camera": "Clinical clean pans with anonymized overlay focus and humane closeups", + "accents": [ + "sterile white light micro-reflection on medical gear", + "fine print audit trail micro-annotations" + ], + "mood": "compassionate clinical vigilance (day)", + "lighting": "bright clinical daylight for clarity", + "style": "medical operations documentary" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Night smart-farm perimeter with lidar fences and AI cameras protecting orchards from poachers", + "sceneVariants": [ + "A dark orchard with low-placed lidar posts creating a virtual fence", + "A thermal camera capturing a slow-moving vehicle near tree rows", + "A farmhand receiving an SMS alert and starting an in-field flashlight", + "A drone slowly sweeping the orchard and relaying live thermal footage", + "A kiosk showing aggregated perimeter alerts on a small tablet" + ], + "actions": [ + "Lidar fence detects an intrusion and triangulates a moving heat source", + "A low-noise drone is dispatched to illuminate and record the area", + "An automated siren sequence triggers to deter and alert nearby watchers", + "A secure clip is saved to the farm's private archive for follow-up" + ], + "camera": "Low, ground-level thermal passes mixed with drone bird's-eye inserts", + "accents": [ + "warm thermal palette micro-gradients and dew-laden leaf micro-texture", + "fine LED indicator micro-glints on posts" + ], + "mood": "protective nocturnal vigilance", + "lighting": "thermal and minimal task lights", + "style": "rural security vignette" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Dawn smart-city environmental sensing grid where sensor nodes watch air quality and crowding", + "sceneVariants": [ + "A lamppost sensor showing particulate overlay on a civic dashboard", + "A cyclist scanning a QR to see local air-quality micro-zones", + "A city planner viewing aggregated crowd density and pollution maps", + "A mobile probe sampling an unexpected hotspot near a market", + "A notification to small businesses advising temporary ventilation changes" + ], + "actions": [ + "An upward spike in particulates triggers temporary advisories to matched areas", + "Crowd density analytics recommends staggered timetable for a public event", + "A mobile probe confirms a localized source and tags it for inspection", + "Historical data is appended to the civic open-data portal for transparency" + ], + "camera": "Wide city passes with data-visual overlays and human reaction closeups", + "accents": [ + "soft morning haze micro-details and display typography clarity", + "fine sensor housing micro-scratches and label detail" + ], + "mood": "practical civic monitoring (day)", + "lighting": "soft daylight with atmospheric clarity", + "style": "urban environmental documentary" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Night maritime AIS and radar fusion center protecting a busy harbor", + "sceneVariants": [ + "A bank of nautical radars and AIS maps with moving vessel blips", + "A pilot boat coordinating with harbor control over encrypted chat", + "A thermal overlay flagging a small unregistered craft", + "A duty officer adjusting exclusion zones during rough weather", + "A drone relaying a short visual clip of a suspicious vessel to the bridge" + ], + "actions": [ + "AIS and radar fusion identifies a non-cooperative target and elevates it for inspection", + "Harbor control issues a hailing call and logs the response", + "A small craft is escorted by patrol to verify manifests", + "An incident report is auto-generated and stored for maritime authorities" + ], + "camera": "Wide bridge-view shots with radar overlays and tight portside clips", + "accents": [ + "cool radar raster micro-detail and spray micro-droplet highlight", + "fine hull plating micro-textures under search beams" + ], + "mood": "procedural marine vigilance (night)", + "lighting": "navigation lights and radar glow", + "style": "maritime security vignette" + }, + { + "subGenre": "Surveillance Systems", + "scene": "Dawn satellite imagery ops where change detection flags urban growth and illegal clearings", + "sceneVariants": [ + "A wall of satellite tiles showing color-differenced overlays", + "A conservation analyst marking a newly cleared patch", + "A rapid tile compare revealing nocturnal expansion of lights", + "A government liaison requesting targeted higher-res capture", + "A map annotation showing chain-of-custody for evidence" + ], + "actions": [ + "Automated change detection highlights a new clear-cut and queues a higher-resolution revisit", + "Analyst annotates and verifies the detection against ground sensor feeds", + "A notification is issued to enforcement with geo-bound coordinates", + "A temporal slideshow is exported for reporting" + ], + "camera": "Calm ops-room tracking with slow pan across tiled satellite displays", + "accents": [ + "fine pixel-level micro-contrast on satellite tiles", + "subtle annotation micro-font and vector-edge clarity" + ], + "mood": "quiet analytic resolve (day)", + "lighting": "bright monitors in a low-reflect ops room", + "style": "remote sensing documentary" + } +] \ No newline at end of file diff --git a/src/data/technology_and_future_wearables.json b/src/data/technology_and_future_wearables.json new file mode 100644 index 0000000..8687cff --- /dev/null +++ b/src/data/technology_and_future_wearables.json @@ -0,0 +1,277 @@ +[ + { + "subGenre": "Wearables", + "scene": "Morning commute: a commuter taps a wrist HUD that overlays transit updates and stress cues", + "sceneVariants": [ + "Morning commute: a commuter taps a wrist HUD that overlays transit updates and stress cues", + "A crowded platform and soft AR overlays", + "A wearable wristband pulsing subtle haptics", + "A coffee cup steaming next to a commuter bag", + "Reflections of city glass catching notification glows" + ], + "actions": [ + "Wrist HUD displays ETA changes and recommends a calmer route", + "Haptic pattern nudges the user toward a breathing micro-break", + "A transit alert pins a message to the commuter's home device", + "Commuter acknowledges via a flick gesture" + ], + "camera": "Close wrist-level inserts with over-the-shoulder transit reveal", + "accents": [ + "screen micro-highlights on curved display", + "metal micro-highlights on band clasp" + ], + "mood": "calm efficiency", + "lighting": "soft morning urban glow", + "style": "everyday tech vignette" + }, + { + "subGenre": "Wearables", + "scene": "Fitness studio where an AI fitness band synchronizes group metrics and adapts class intensity", + "sceneVariants": [ + "Fitness studio where an AI fitness band synchronizes group metrics and adapts class intensity", + "A mirrored wall and rooftop light", + "Bands glowing in sync across attendees", + "A trainer checking a tablet HUD", + "A water station with personalized dispense" + ], + "actions": [ + "Group bands pulse to mark intervals and aggregate heart-rate cue", + "AI suggests a micro-adjustment to pace based on aggregate exertion", + "Trainer approves an intensity shift and bands confirm with a tone", + "Post-class summary syncs to each user's journal" + ], + "camera": "Studio-level wide with wrist and screen macro inserts", + "accents": [ + "LED micro-highlights on band edges", + "sweat micro-highlights on skin sheen" + ], + "mood": "motivating clarity", + "lighting": "bright studio with warm window backlight", + "style": "active-tech vignette" + }, + { + "subGenre": "Wearables", + "scene": "Elder care: a pendant monitors gait and sends flagged alerts for subtle falls", + "sceneVariants": [ + "Elder care: a pendant monitors gait and sends flagged alerts for subtle falls", + "A tidy living room with family photos", + "A pendant resting on a small chain", + "A nurse reviewing an alert on a tablet", + "A sunrise through lace curtains" + ], + "actions": [ + "Pendant detects irregular gait and sends a low-priority alert", + "Care dashboard aggregates trend data and suggests physiotherapy", + "Family receives an assurance ping with context", + "Emergency escalation route is prepared if threshold crossed" + ], + "camera": "Intimate home close with dashboard overlays", + "accents": [ + "metal micro-highlights on pendant", + "paper micro-highlights on care notes" + ], + "mood": "reassuring vigilance", + "lighting": "soft domestic morning", + "style": "compassionate tech" + }, + { + "subGenre": "Wearables", + "scene": "AR glasses in a museum, overlaying curator notes and invisible restoration layers", + "sceneVariants": [ + "AR glasses in a museum, overlaying curator notes and invisible restoration layers", + "A hushed gallery with spotlit paintings", + "A group listening to an audio overlay", + "A conservator pointing to an under-drawing", + "A small plaque with provenance details" + ], + "actions": [ + "Glasses overlay restoration layers aligned to the viewer's sightline", + "Curator notes appear as anchored annotations", + "A remote expert adds a live pointer visible to the group", + "A visual timeline scrubs past conservation states" + ], + "camera": "POV glasses with overlay macro and gallery wide", + "accents": [ + "glass micro-highlights on AR lens", + "frame micro-highlights on painting edge" + ], + "mood": "enriched curiosity", + "lighting": "gallery warm with cool projection", + "style": "cultural AR vignette" + }, + { + "subGenre": "Wearables", + "scene": "Construction site where a hardhat HUD shows safety vectors and proximity warnings", + "sceneVariants": [ + "Construction site where a hardhat HUD shows safety vectors and proximity warnings", + "Cranes and scaffold silhouettes", + "Workers with bright vests and tethered tools", + "A portable comms tower and daily blueprint", + "A site whiteboard with hazard flags" + ], + "actions": [ + "Hardhat warns of encroaching heavy machinery via 3D vectors", + "HUD overlays the day's lift plan and safety checklist", + "A supervisor sends a push to halt work in a zone", + "Worker acknowledges and a timestamped confirmation logs to the safety feed" + ], + "camera": "Helmet POV with site-wide establishing and instrument overlays", + "accents": [ + "helmet micro-highlights on shell", + "metal micro-highlights on crane wire" + ], + "mood": "focused safety", + "lighting": "high-contrast outdoor work-lighting", + "style": "industrial safety vignette" + }, + { + "subGenre": "Wearables", + "scene": "Festival wristband linking payments, access control and personalized schedules", + "sceneVariants": [ + "Festival wristband linking payments, access control and personalized schedules", + "A crowd under string lights", + "Food trucks with QR order panels", + "A stage with dynamic schedule display", + "An info booth offering wristband top-up" + ], + "actions": [ + "Wristband authenticates access to VIP areas and deducts cashless payments", + "Personal schedule nudges attendees about preferred sets", + "Heatmap data suggests quieter paths to facilities", + "Lost-wristband flow allows temporary guest pass provisioning" + ], + "camera": "Crowd-level wide with wrist micro-insert and stage-level pulls", + "accents": [ + "fabric micro-highlights on band weave", + "light micro-highlights on string bulbs" + ], + "mood": "seamless festivity", + "lighting": "evening festival warm", + "style": "experience-tech vignette" + }, + { + "subGenre": "Wearables", + "scene": "Pilot headset overlaying flight parameters in a small urban air mobility vehicle", + "sceneVariants": [ + "Pilot headset overlaying flight parameters in a small urban air mobility vehicle", + "A compact cockpit with glare-shield", + "City skyline corridors visible through canopy", + "A control tablet showing traffic corridors", + "A safety harness and quick-check panel" + ], + "actions": [ + "Headset shows vertical corridor clearance and proximate traffic", + "System suggests a low-energy glide path into the landing pad", + "Pilot accepts an automated vector and HUD confirms takeover", + "Noise-cancelling mics filter external comms to priority channel" + ], + "camera": "Cockpit POV with canopy panorama and HUD macro", + "accents": [ + "glass micro-highlights on canopy", + "metal micro-highlights on harness fittings" + ], + "mood": "calculated calm", + "lighting": "clear sky with instrument glow", + "style": "aerotech vignette" + }, + { + "subGenre": "Wearables", + "scene": "Augmented work gloves that display torque, pattern overlays and remote assistance cues for craftsmen", + "sceneVariants": [ + "Augmented work gloves that display torque, pattern overlays and remote assistance cues for craftsmen", + "A wooden workbench with a vise", + "A CNC part on a tray", + "A remote expert's live pointer visible in the glove HUD", + "A stack of pattern templates" + ], + "actions": [ + "Glove HUD shows target torque and tolerance bands", + "Remote mentor draws a guide line the artisan follows", + "Haptic correction pulses when alignment drifts", + "A finished checkmark syncs to the quality system" + ], + "camera": "Hand-level macro with bench and template inserts", + "accents": [ + "fabric micro-highlights on glove seams", + "metal micro-highlights on tool edges" + ], + "mood": "skilled augmentation", + "lighting": "workshop warm with task spots", + "style": "maker-tech vignette" + }, + { + "subGenre": "Wearables", + "scene": "Bio-sensor patch conference where researchers demo non-invasive hydration and stress monitors", + "sceneVariants": [ + "Bio-sensor patch conference where researchers demo non-invasive hydration and stress monitors", + "A demo table with patches and readers", + "A projection showing biosignal graphs", + "Attendees testing patches at kiosks", + "A whiteboard with study results" + ], + "actions": [ + "Patches stream hydration and cortisol proxies to a tester's tablet", + "Aggregate anonymized graphs show population trends", + "A researcher annotates an abnormal spike for follow-up", + "Consent flow logs participant approvals live" + ], + "camera": "Demo-level inserts with sensor macro and chart overlays", + "accents": [ + "skin micro-highlights on patch edges", + "screen micro-highlights on graph bands" + ], + "mood": "scientific curiosity", + "lighting": "bright demo hall with soft projection glow", + "style": "bio-innovation vignette" + }, + { + "subGenre": "Wearables", + "scene": "Fashion show where tech-embedded garments pulse in sync with wearable-driven music cues", + "sceneVariants": [ + "Fashion show where tech-embedded garments pulse in sync with wearable-driven music cues", + "A runway with integrated sensors", + "Backstage racks with hybrid fabric swatches", + "Designers monitoring synchrony on a tablet", + "Audience seats with ambient AR" + ], + "actions": [ + "Garment LEDs pulse to the beat fed by wearable triggers", + "Designers tweak tempo maps and garments update", + "Audience AR layers provide creative context", + "A curtain call shows synchronized garment choreography" + ], + "camera": "Runway glide with close fabric and LED macro", + "accents": [ + "fabric micro-highlights on sheen", + "LED micro-highlights on embedded nodes" + ], + "mood": "stylish spectacle", + "lighting": "runway spot with colored fill", + "style": "tech-fashion vignette" + }, + { + "subGenre": "Wearables", + "scene": "Final hush: a bedroom at night where a sleep headband syncs soft coaching and logs restful trends", + "sceneVariants": [ + "Final hush: a bedroom at night where a sleep headband syncs soft coaching and logs restful trends", + "A bedside table with a charging puck", + "A soft night-lamp with warm hue", + "A journal with morning notes", + "A window framing a pale moon" + ], + "actions": [ + "Headband delivers a low-phase audio nudge to deepen sleep", + "Morning summary highlights REM and deep-sleep proportions", + "Personalized tip nudges a micro-change to evening routine", + "Device docks and syncs encrypted session data" + ], + "camera": "Bed-level wide with headband macro and morning pullback", + "accents": [ + "fabric micro-highlights on pillow weave", + "glass micro-highlights on charging puck" + ], + "mood": "restful closure", + "lighting": "soft nocturnal with pale morning hint", + "style": "intimate sleep-tech vignette" + } +] \ No newline at end of file