26 lines
417 B
YAML
26 lines
417 B
YAML
display-name: "Haunting"
|
|
description: "Dying spawns a harming cloud for &a%placeholder%&r seconds"
|
|
placeholder: "1 + %level%"
|
|
type: normal
|
|
|
|
targets:
|
|
- helmet
|
|
conflicts: [ ]
|
|
rarity: epic
|
|
max-level: 2
|
|
|
|
tradeable: true
|
|
discoverable: true
|
|
enchantable: true
|
|
|
|
effects:
|
|
- id: spawn_potion_cloud
|
|
args:
|
|
effect: harm
|
|
level: 1
|
|
duration: "20 + %level% * 20"
|
|
triggers:
|
|
- death
|
|
|
|
conditions: [ ]
|