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

# Quest Objectives

> Island-specific goals.

Specialized objectives for quest progression within the BTCSky extension.

<CardGroup cols={1}>
  <Card title="Contract Objective" icon="file-signature" href="#complete-contract">
    Require players to complete island contracts.
  </Card>
</CardGroup>

## Objectives

### Complete Contract

**Type:** `btcsky_complete_contract_objective`

Triggers when a player successfully completes a specialized island contract.

<ResponseField name="contractType" type="String">
  (Optional) Filter by specific contract ID or category.
</ResponseField>

<ResponseField name="amount" type="Int" default="1">
  Number of contracts required to complete the objective.
</ResponseField>
