Skip to content

Multi Condition

Nischhelm edited this page Feb 26, 2025 · 6 revisions

Condition Type: Multi

  • Logic Type, required, AND or OR
  • Sub-Conditions, required, list of at least 2 conditions

This condition combines multiple sub conditions with an AND or an OR operation, so either all of the sub conditions have to be met (AND), or at least one of them (OR).

Example:

"Condition": {
	"Condition Type": "Multi",
	"Logic Type": "AND",
	"Sub-Conditions": [
		{"Condition Type": "Chance", "Chance": 0.5},
		{"Condition Type": "Is Burning"}
	]
}

Clone this wiki locally