From 06e4aa5c0068b1ce82af01e5f7f1739661e8fa15 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 22 Nov 2023 11:23:18 +0000 Subject: [PATCH] victim as dispatcher --- docs/effects/all-mutators/victim_as_dispatcher.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/effects/all-mutators/victim_as_dispatcher.md diff --git a/docs/effects/all-mutators/victim_as_dispatcher.md b/docs/effects/all-mutators/victim_as_dispatcher.md new file mode 100644 index 0000000000..ce11c77d3a --- /dev/null +++ b/docs/effects/all-mutators/victim_as_dispatcher.md @@ -0,0 +1,10 @@ +# `victim_as_dispatcher` + +Set the player / entity / etc that triggered the effect to be the victim. + +Use this if you want to make a victim run a chain. + +# Example Config +```yaml +- id: victim_as_dispatcher +```