# Special Cases Progress

Define special cases progress multipliers, e.g. when you want a `kill-mob` action to give a different number of progress points depending on the mob, or mining ores.

Better, newer approach for special progress -> [Check](https://wiki.advancedplugins.net/actions/setting-up-and-using-variables)

### Syntax:

```yaml
special-progress:
  - "VARIABLE MULTIPLIER"
```

### Example:

```yaml
type: block-break
variable: coal_ore OR diamond_ore
special-progress:
  - "diamond_ore 5" # Diamond ore will give 5 progress instead of 1
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://battlepass.advancedplugins.net/quests/special-progress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
