Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
Closes #574
  • Loading branch information
Krakenied authored and LMBishop committed Apr 25, 2024
1 parent c1a2be9 commit 2520b64
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/task-types/customfishing_fishing-(task-type).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: customfishing_fishing
parent: External task types
grand_parent: Task types
---

# customfishing_fishing (task type)

Not released yet (dev builds)
{: .label .label-green }

Plugin 'CustomFishing' required
{: .label }

Catch a set amount of CustomFishing loots.

## Options

| Key | Description | Type | Required | Default | Notes |
|----------|--------------------------------------|---------|----------|---------|--------------------------------------------------------------------|
| `amount` | The number of loots to catch. | Integer | Yes | \- | \- |
| `loot` | The specific loot id to catch. | String | No | \- | If this value is not specified, then any loot will count. |
| `group` | The specific group of loot to catch. | String | No | \- | If this value is not specified, then any group of loot will count. |

## Examples

Catch 10 CustomFishing loots:

```yaml
customfishing:
type: "customfishing_fishing"
amount: 10 # number needed
```

0 comments on commit 2520b64

Please sign in to comment.