aboutsummaryrefslogtreecommitdiffstats
path: root/docs/task-types/resurrecting-(task-type).md
blob: 3b41dd15164cceb8c6debc40dcf6536a0ff1fe60 (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
---
title: resurrecting
parent: Built-in task types
grand_parent: Task types
---

# resurrecting (task type)

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

Resurrect a set amount of times (by totem of undying usage).

## Options

| Key      | Description                                     | Type                | Required | Default | Notes |
|----------|-------------------------------------------------|---------------------|----------|---------|-------|
| `amount` | The number of times to resurrect.               | Integer             | Yes      | \-      | \-    |
| `worlds` | Worlds which should count towards the progress. | List of world names | No       | \-      | \-    |

## Examples

Resurrect 5 times:

``` yaml
resurrecting:
  type: "resurrecting"
  amount: 5               # amount of times to resurrect
```