Zum Hauptinhalt springen

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

FieldTypeDescription
definitionRef<MythicMobNpcDefinition>NPC definition to spawn and animate.
segmentsList<MythicMobNpcEntityRecordedSegment>Recorded frame ranges and their entity cinematic artifacts.
startFrame / endFrameIntInclusive frame range for each segment.
artifactRef<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.