> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Cinematic Skill

> Makes a cinematic mob cast a skill.

The `btcmob_skill_cinematic` entry triggers a visual skill effect from a cinematic mob.

## Configuration

<ResponseField name="btcmob_skill_cinematic" type="Map" required>
  Configuration for the cinematic skill.

  <Expandable title="Properties">
    <ResponseField name="skillName" type="String" required>
      The name of the BTCMob skill to cast.
    </ResponseField>

    <ResponseField name="target" type="Location">
      Optional target location for the skill.
    </ResponseField>
  </Expandable>
</ResponseField>

## Examples

```yaml theme={null}
2s:
  btcmob_skill_cinematic:
    skillName: "Salute"
```
