aboutsummaryrefslogtreecommitdiffstats
path: root/docs/task-types/pyrofishingpro_fishing-(task-type).md
blob: 864e5a36a70bff9210cf059806353424b4253f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: pyrofishingpro_fishing
parent: External task types
grand_parent: Task types
---

# pyrofishingpro_fishing (task type)

Since v3.15
{: .label .label-green }

Plugin 'PyroFishingPro' required
{: .label }

Catch a set amount of a Pyro fish from the sea.

## Options

| Key           | Description                                     | Type                | Required | Default | Notes                                                             |
|---------------|-------------------------------------------------|---------------------|----------|---------|-------------------------------------------------------------------|
| `amount`      | The number of Pyro fish to catch.               | Integer             | Yes      | \-      | \-                                                                |
| `fish-number` | The specific fish number to catch.              | Integer             | No       | \-      | If this value is not specified, then any fish will count.         |
| `tier`        | The specific tier of fish to catch.             | String              | No       | \-      | If this value is not specified, then any tier of fish will count. |
| `worlds`      | Worlds which should count towards the progress. | List of world names | No       | \-      | \-                                                                |

## Examples

Catch 10 Pyro fish:

```yaml
pyrofishing:
  type: "pyrofishingpro_fishing"
  amount: 10                             # number needed
```