In Entity Set (Bi-Entity Condition Type)

Checks whether the target entity is within a power that uses the Entity Set of the actor entity.

Checks whether the target entity is within a power that uses the apoli:entity_set of the actor entity.

Type ID: apoli:in_entity_set (but can use it’s old in_set type id as an alias)

Fields

FieldTypeDefaultDescription
setIdentifierThe ID of the power to check whether the target entity is in.

Examples

"bientity_condition": {
	"type": "apoli:or",
	"conditions": [
		{
			"type": "apoli:owner"
		},
		{
			"type": "apoli:in_entity_set",
			"set": "example:special_pets"
		}
	]
}

This example will check whether the target entity is either owned by the actor entity or if the target entity is within the example:special_pets (data/example/powers/special_pets.json) power.