aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2024-03-23 19:02:34 +0100
committerLeonardo Bishop <13875753+LMBishop@users.noreply.github.com>2024-04-25 22:04:31 +0100
commit2520b644fcc56bf19071113e71e4077390dd5f11 (patch)
treeb4c359c139d77ffe2d2a50554499642347375c68
parentc1a2be955d97abae159742a6d14cbdb9caba491e (diff)
Add missing docs
Closes https://github.com/LMBishop/Quests/issues/574
-rw-r--r--docs/task-types/customfishing_fishing-(task-type).md33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/task-types/customfishing_fishing-(task-type).md b/docs/task-types/customfishing_fishing-(task-type).md
new file mode 100644
index 00000000..f1e8e386
--- /dev/null
+++ b/docs/task-types/customfishing_fishing-(task-type).md
@@ -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
+```