Remove from Set

Bi-entity Action Type

Removes the target entity from the power that uses the Entity Set (Power Type) of the actor entity.

Type ID: origins:remove_from_set

Fields

Field Type Default Description
set Identifier The ID of the power to remove the target entity from.

Examples

"bientity_action": {
    "type": "origins:remove_from_set",
    "set": "example:entities_to_exclude"
}

This example will remove the target entity from the example:entities_to_exclude (data/example/powers/entities_to_exclude.json) power.