-
Notifications
You must be signed in to change notification settings - Fork 1
Multi‐Effect Effect
Nischhelm edited this page Feb 26, 2025
·
7 revisions
- Sub-Effects, required, list of at least 2 sub effects
Using this activatable effect allows to apply multiple activatable effects on activation. Requires all sub effects to use the Multi Effect activator and slot type ALL.
Example:
"Effect Type": "Multi Effect",
"Activator": {"Activator Type": "Death Totem Check"},
"Targets": [{"Target Type": "Self"}],
"Equipment Slot Type": "OFFHAND",
"Sub-Effects": [
{
"Effect Type": "Undying Totem",
"Targets": [{"Target Type": "Self"}],
"Equipment Slot Type": "ALL",
"Activator": {"Activator Type": "Multi Effect"}
},
{
"Effect Type": "Ignite",
"Duration": "20",
"Targets": [{"Target Type": "Self AOE", "Block Range": 5}],
"Equipment Slot Type": "ALL",
"Activator": {"Activator Type": "Multi Effect"}
}
]