mythicmob_npc_entity_cinematic
The mythicmob_npc_entity_cinematic entry drives a MythicMob NPC along a
recorded entity tape. It is the animated source used by the MythicMobsNPC bone
camera cinematic when entityCinematic is selected.
Fields
| Field | Type | Description |
|---|---|---|
definition | Ref<MythicMobNpcDefinition> | NPC definition to spawn and animate. |
segments | List<MythicMobNpcEntityRecordedSegment> | Recorded frame ranges and their entity cinematic artifacts. |
startFrame / endFrame | Int | Inclusive frame range for each segment. |
artifact | Ref<EntityCinematicArtifact> | Recorded movement and property data for the segment. |
Example
- entry: mythicmob_npc_entity_cinematic
name: "Dragon fly-by"
definition: dragon_npc
segments:
- startFrame: 0
endFrame: 120
artifact: dragon_flyby_recording
The animated NPC is registered for the duration of the cinematic, allowing a bone camera bound to this entry to resolve the exact model instead of another placed NPC that uses the same MythicMob type.