Constant

Meta Condition.

This condition is either always fulfilled or always not fulfilled. Mainly added as a backup in case a condition isn't optional in some place.

Type ID: origins:constant

Fields

Field Type Default Description
value Boolean If true, the condition is always fulfilled. If false, the condition is never fulfilled.

Example

"condition": {
  "type": "origins:constant",
  "value": true
}

This condition is always true.