> ## 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.

# Skill Objective

> Player must witness or be hit by a specific skill.

The `btcmob_skill_objective` completes when the player is affected by or witnesses a specific BTCMob skill.

## Configuration

<ResponseField name="btcmob_skill_objective" type="Map" required>
  Configuration for the objective.

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

    <ResponseField name="sourceMob" type="String">
      Optional: Limit to a specific mob internal name.
    </ResponseField>
  </Expandable>
</ResponseField>
